summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw720dp-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-sw720dp-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-sw720dp-land')
-rw-r--r--packages/SystemUI/res/values-sw720dp-land/config.xml20
-rw-r--r--packages/SystemUI/res/values-sw720dp-land/dimens.xml2
2 files changed, 21 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values-sw720dp-land/config.xml b/packages/SystemUI/res/values-sw720dp-land/config.xml
new file mode 100644
index 0000000..1b50288
--- /dev/null
+++ b/packages/SystemUI/res/values-sw720dp-land/config.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2014 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+<resources>
+ <integer name="keyguard_max_notification_count">4</integer>
+</resources>
+
diff --git a/packages/SystemUI/res/values-sw720dp-land/dimens.xml b/packages/SystemUI/res/values-sw720dp-land/dimens.xml
index 2532dd6..511d45f 100644
--- a/packages/SystemUI/res/values-sw720dp-land/dimens.xml
+++ b/packages/SystemUI/res/values-sw720dp-land/dimens.xml
@@ -19,5 +19,5 @@
min value is used when no notifications are displaying, and the max value is when the
highest possible number of notifications are showing. -->
<fraction name="keyguard_clock_y_fraction_max">35%</fraction>
- <fraction name="keyguard_clock_y_fraction_min">20%</fraction>
+ <fraction name="keyguard_clock_y_fraction_min">24%</fraction>
</resources>