From f178066925ae7266c6bd89494ba93333c5875f12 Mon Sep 17 00:00:00 2001
From: Adam Lesinski
Date: Tue, 30 Jun 2015 11:49:41 -0700
Subject: Add round/notround qualifier to docs
Bug:22203014
Change-Id: Icc05b93f0c1beddce3bd26ae169c2e8c0e3cb898
---
docs/html/guide/topics/resources/providing-resources.jd | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
(limited to 'docs')
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.
which indicates whether the screen is long.
+
+ Round screen |
+
+ round
+ notround
+ |
+
+
+ - {@code round}: Round screens, such as a round wearable device
+ - {@code notround}: Rectangular screens, such as phones or tablets
+
+ 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 |
--
cgit v1.1
|