summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-10-08 19:37:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-08 19:37:26 +0000
commitfba90848168dcff3d31b1acb3bcf45c6b5daa9cd (patch)
treeb88cd5c347d46c9d0d7f6cd93fc3c71a8e43d3ca /res
parent38848ca3a9527e62eef1816770d25e7382cc4e4e (diff)
parent507250cfb797eee52356c6a82cedc7038f91a090 (diff)
downloadandroid_packages_apps_Trebuchet-fba90848168dcff3d31b1acb3bcf45c6b5daa9cd.tar.gz
android_packages_apps_Trebuchet-fba90848168dcff3d31b1acb3bcf45c6b5daa9cd.tar.bz2
android_packages_apps_Trebuchet-fba90848168dcff3d31b1acb3bcf45c6b5daa9cd.zip
Merge "Switch to using theme for translucent nav bars" into jb-ub-now-indigo-rose
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 9f2a105f3..42704df29 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -22,6 +22,7 @@
<item name="android:actionBarStyle">@style/WallpaperCropperActionBar</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowActionBarOverlay">true</item>
+ <item name="android:windowTranslucentNavigation">true</item>
</style>
<style name="WallpaperCropperActionBar" parent="android:style/Widget.Holo.ActionBar">