diff options
author | Adam Lesinski <adamlesinski@google.com> | 2015-06-30 11:49:41 -0700 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2015-06-30 12:40:57 -0700 |
commit | f178066925ae7266c6bd89494ba93333c5875f12 (patch) | |
tree | 29cae6ff8244ace476ed1f3f75d14bfa6f99f41a /docs | |
parent | b035c6d9a6827510e6ee3f855827cf6e428adb22 (diff) | |
download | frameworks_base-f178066925ae7266c6bd89494ba93333c5875f12.zip frameworks_base-f178066925ae7266c6bd89494ba93333c5875f12.tar.gz frameworks_base-f178066925ae7266c6bd89494ba93333c5875f12.tar.bz2 |
Add round/notround qualifier to docs
Bug:22203014
Change-Id: Icc05b93f0c1beddce3bd26ae169c2e8c0e3cb898
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/resources/providing-resources.jd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/html/guide/topics/resources/providing-resources.jd b/docs/html/guide/topics/resources/providing-resources.jd index b06da56..63eee96 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.</p> which indicates whether the screen is long.</p> </td> </tr> + <tr id="ScreenRoundQualifier"> + <td>Round screen</td> + <td> + <code>round</code><br/> + <code>notround</code> + </td> + <td> + <ul class="nolist"> + <li>{@code round}: Round screens, such as a round wearable device</li> + <li>{@code notround}: Rectangular screens, such as phones or tablets</li> + </ul> + <p><em>Added in API level 23.</em></p> + <p>Also see the {@link android.content.res.Configuration#isScreenRound()} configuration +method, which indicates whether the screen is round.</p> + </td> + </tr> <tr id="OrientationQualifier"> <td>Screen orientation</td> <td> |