summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-land
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-11-02 12:55:16 -0400
committerChris Wren <cwren@android.com>2012-11-02 12:55:16 -0400
commit5f69f380ac84ccdc53462d20e2fb8a784a8dc31b (patch)
treef5c9464957c721aafcc920c177bc8f343b39387f /core/res/res/values-land
parentbb5c941149b66c0192736468bb60f47984dd5e1f (diff)
downloadframeworks_base-5f69f380ac84ccdc53462d20e2fb8a784a8dc31b.zip
frameworks_base-5f69f380ac84ccdc53462d20e2fb8a784a8dc31b.tar.gz
frameworks_base-5f69f380ac84ccdc53462d20e2fb8a784a8dc31b.tar.bz2
hide multiuser selector when IME is up.
Bug: 7437062 Change-Id: I7d1b2cf8e74b5ac8546aa9ae7545b69ab3584633
Diffstat (limited to 'core/res/res/values-land')
-rw-r--r--core/res/res/values-land/dimens.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values-land/dimens.xml b/core/res/res/values-land/dimens.xml
index 36f2628..8f1bd9a 100644
--- a/core/res/res/values-land/dimens.xml
+++ b/core/res/res/values-land/dimens.xml
@@ -56,4 +56,9 @@
<!-- Bottom padding for the widget pager -->
<dimen name="kg_widget_pager_bottom_padding">0dp</dimen>
+ <!-- If the height if keyguard drops below this threshold (most likely
+ due to the appearance of the IME), then drop the multiuser selector.
+ Landscape's layout allows this to be smaller than for portrait. -->
+ <dimen name="kg_squashed_layout_threshold">400dp</dimen>
+
</resources>