summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2016-09-14 16:46:32 -0700
committerTony Wickham <twickham@google.com>2016-09-28 14:16:11 -0700
commit9311387a227d7bd894d880b897fb80ca34b39405 (patch)
treedde5d216907e0a4930a366d1350997df9e093f0e /res/values/dimens.xml
parentffad962092e2b42e336918c2f1e8f5ec48cc08a9 (diff)
downloadandroid_packages_apps_Trebuchet-9311387a227d7bd894d880b897fb80ca34b39405.tar.gz
android_packages_apps_Trebuchet-9311387a227d7bd894d880b897fb80ca34b39405.tar.bz2
android_packages_apps_Trebuchet-9311387a227d7bd894d880b897fb80ca34b39405.zip
Enable light status bar when top of wallpaper is light.
(Light status bar = dark icons) Bug: 29452834 Change-Id: I9f61a05d80158827761c8b62ab40fc50971e27a6
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r--res/values/dimens.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 367cee48a..c112949ba 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -182,4 +182,8 @@
also happens to equal 19dp-->
<dimen name="deep_shortcuts_arrow_horizontal_offset">19dp</dimen>
+<!-- Other -->
+ <!-- Approximates the system status bar height. Not guaranteed to be always be correct. -->
+ <dimen name="status_bar_height">24dp</dimen>
+
</resources>