summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-09-24 19:05:00 -0700
committerMichael Jurka <mikejurka@google.com>2012-09-25 11:36:39 -0700
commitaee3a0ef78793bb8d3fd48e2c5faa27d895cf9a9 (patch)
tree435af121c60e53d3ba20cae32fb3ad9f691b82cc /res/values/styles.xml
parentfa7969fbd587d8eb2e43093a83fcad85e2b91726 (diff)
downloadandroid_packages_apps_Trebuchet-aee3a0ef78793bb8d3fd48e2c5faa27d895cf9a9.tar.gz
android_packages_apps_Trebuchet-aee3a0ef78793bb8d3fd48e2c5faa27d895cf9a9.tar.bz2
android_packages_apps_Trebuchet-aee3a0ef78793bb8d3fd48e2c5faa27d895cf9a9.zip
Remove action bar from wallpaper picker
Bug: 5295678 Change-Id: I50bb4bee3d9d54f28ef4a46ed9754701045d38c7
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index fed419489..0960269d9 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -18,8 +18,7 @@
-->
<resources>
- <style name="Theme.WallpaperPicker">
- <item name="android:screenOrientation">nosensor</item>
+ <style name="Theme.WallpaperPicker" parent="@android:style/Theme.Holo.NoActionBar">
</style>
<style name="Theme" parent="@android:style/Theme.Holo.Wallpaper.NoTitleBar">