summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2013-10-09 18:28:41 -0400
committerJohn Spurlock <jspurlock@google.com>2013-10-09 18:28:41 -0400
commit3442bc94672a909606a8dd001df8b1b180ddbd80 (patch)
treef8489797c9861dd491e04ab7d0d3831b30680cad /res/values/styles.xml
parent564a2e7116b026c1d73829e65d47b660b03a3c72 (diff)
downloadandroid_packages_apps_Trebuchet-3442bc94672a909606a8dd001df8b1b180ddbd80.tar.gz
android_packages_apps_Trebuchet-3442bc94672a909606a8dd001df8b1b180ddbd80.tar.bz2
android_packages_apps_Trebuchet-3442bc94672a909606a8dd001df8b1b180ddbd80.zip
Use translucent decor theme attributes in Launcher3.
And remove interim helper class. Bug:10674960 Change-Id: I81d31563074deea058b9bbb4b806c6200f85230f
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 42704df29..7e5701b9c 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -31,6 +31,8 @@
</style>
<style name="Theme" parent="@android:style/Theme.Holo.Wallpaper.NoTitleBar">
+ <item name="android:windowTranslucentStatus">true</item>
+ <item name="android:windowTranslucentNavigation">true</item>
</style>
<style name="ClingButton">