summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorJorim Jaggi <jjaggi@google.com>2014-06-16 16:28:35 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-16 16:28:35 +0000
commitd34804cfb32023234e84f22dbae54614c1e4ca35 (patch)
tree5469ef84fe7f5e28f9542ff4724e32cdbf5dce42 /packages/SystemUI/res/values/dimens.xml
parent26b6db36a3543072d358ae58486b09792318828c (diff)
parent67de52cd2e7f8c2c6d5beebe40c0d1689e8e4610 (diff)
downloadframeworks_base-d34804cfb32023234e84f22dbae54614c1e4ca35.zip
frameworks_base-d34804cfb32023234e84f22dbae54614c1e4ca35.tar.gz
frameworks_base-d34804cfb32023234e84f22dbae54614c1e4ca35.tar.bz2
am b6d02956: Merge "Bigger clock." into lmp-preview-dev
* commit 'b6d029569675a486dde2a7117fdc94658e1576fe': Bigger clock.
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 7b5399e..7ed3e29 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -292,12 +292,12 @@
<!-- The fraction of the screen height where the clock on the Keyguard has its center. The
max value is used when no notifications are displaying, and the min value is when the
highest possible number of notifications are showing. -->
- <fraction name="keyguard_clock_y_fraction_max">29.5%</fraction>
- <fraction name="keyguard_clock_y_fraction_min">18%</fraction>
+ <fraction name="keyguard_clock_y_fraction_max">32.5%</fraction>
+ <fraction name="keyguard_clock_y_fraction_min">19.8%</fraction>
<!-- The margin between the clock and the notifications on Keyguard. See
keyguard_clock_height_fraction_* for the difference between min and max.-->
- <dimen name="keyguard_clock_notifications_margin_min">22dp</dimen>
+ <dimen name="keyguard_clock_notifications_margin_min">24dp</dimen>
<dimen name="keyguard_clock_notifications_margin_max">36dp</dimen>
<dimen name="heads_up_window_height">250dp</dimen>