diff options
author | Amith Yamasani <yamasani@google.com> | 2011-06-21 13:03:34 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2011-06-22 11:29:38 -0700 |
commit | 6be594922fac988f3b350718df8e9df3ef25b97e (patch) | |
tree | 7352b5679222d26d849eb15bb5694defc81baa79 /res/values | |
parent | 2a451abcc0d81d249840ca755d54ae829002d27e (diff) | |
download | packages_apps_trebuchet-6be594922fac988f3b350718df8e9df3ef25b97e.zip packages_apps_trebuchet-6be594922fac988f3b350718df8e9df3ef25b97e.tar.gz packages_apps_trebuchet-6be594922fac988f3b350718df8e9df3ef25b97e.tar.bz2 |
A fullscreen wallpaper chooser for all screen sizes.
The wallpaper preview covers the whole screen,
with background protection for the gallery items and button.
Change-Id: Ice31c4fea6503d1a59b59d6fbffb5e4a28eb2143
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/styles.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 3c0ae8d..0449b93 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -18,8 +18,8 @@ --> <resources> - <style name="Theme.WallpaperPicker" parent="android:Theme"> - <item name="android:windowNoTitle">true</item> + <style name="Theme.WallpaperPicker"> + <item name="android:screenOrientation">nosensor</item> </style> <style name="Theme.Base" parent="android:Theme.Wallpaper"> @@ -155,8 +155,4 @@ <item name="android:layout_marginRight">4dip</item> <item name="android:background">@drawable/hotseat_bg_right</item> </style> - - <style name="config_orientation"> - <item name="@android:screenOrientation">nosensor</item> - </style> </resources> |