summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-land
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-08-12 23:44:59 +0200
committerJorim Jaggi <jjaggi@google.com>2014-08-14 12:30:14 +0000
commite210cc8e9463508381048a2af8b4c30a94239c32 (patch)
tree22be95419650d844dea22b898177cf788e79d184 /packages/SystemUI/res/values-land
parent84a3e7aacf6dbeccf4afb36a29f2f069dca7d486 (diff)
downloadframeworks_base-e210cc8e9463508381048a2af8b4c30a94239c32.zip
frameworks_base-e210cc8e9463508381048a2af8b4c30a94239c32.tar.gz
frameworks_base-e210cc8e9463508381048a2af8b4c30a94239c32.tar.bz2
Make clock larger on tablets
Also fixes "Large text" option on lockscreen and fixes Keyguard layout on smaller devies. In addition, make sure that landscape layout for phones isn't terrible broken (it's not pretty but it works). Bug: 14994495 Bug: 15589636 Bug: 16799035 Change-Id: I9ab76af41cbecd1a727d019e422765efbbd3276d
Diffstat (limited to 'packages/SystemUI/res/values-land')
-rw-r--r--packages/SystemUI/res/values-land/config.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values-land/config.xml b/packages/SystemUI/res/values-land/config.xml
index 2b1a4dc..d608e25 100644
--- a/packages/SystemUI/res/values-land/config.xml
+++ b/packages/SystemUI/res/values-land/config.xml
@@ -29,5 +29,7 @@
<!-- The number of columns that the top level tiles span in the QuickSettings -->
<integer name="quick_settings_user_time_settings_tile_span">2</integer>
-</resources>
+ <!-- We have only space for one notification on phone landscape layouts. -->
+ <integer name="keyguard_max_notification_count">1</integer>
+</resources>