From f178066925ae7266c6bd89494ba93333c5875f12 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Tue, 30 Jun 2015 11:49:41 -0700 Subject: [PATCH] Add round/notround qualifier to docs Bug:22203014 Change-Id: Icc05b93f0c1beddce3bd26ae169c2e8c0e3cb898 --- .../topics/resources/providing-resources.jd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/html/guide/topics/resources/providing-resources.jd b/docs/html/guide/topics/resources/providing-resources.jd index b06da5643f86c..63eee964ab471 100644 --- a/docs/html/guide/topics/resources/providing-resources.jd +++ b/docs/html/guide/topics/resources/providing-resources.jd @@ -549,6 +549,22 @@ is not related to the screen orientation.

which indicates whether the screen is long.

+ + Round screen + + round
+ notround + + + +

Added in API level 23.

+

Also see the {@link android.content.res.Configuration#isScreenRound()} configuration +method, which indicates whether the screen is round.

+ + Screen orientation