diff options
author | Michael Jurka <mikejurka@google.com> | 2011-07-25 17:57:40 -0700 |
---|---|---|
committer | Michael Jurka <mikejurka@google.com> | 2011-07-26 15:49:50 -0700 |
commit | b9e14974ae5c03bd996bc102ed23a24126449990 (patch) | |
tree | 85306d50b2094e73679f8490f190999271ea986a /res | |
parent | bf361decc703800d7db41ac87d1e3c87011b2c32 (diff) | |
download | android_packages_apps_Trebuchet-b9e14974ae5c03bd996bc102ed23a24126449990.tar.gz android_packages_apps_Trebuchet-b9e14974ae5c03bd996bc102ed23a24126449990.tar.bz2 android_packages_apps_Trebuchet-b9e14974ae5c03bd996bc102ed23a24126449990.zip |
Solving transient wallpaper flash when rotating All Apps
- also cleaning up some code
Change-Id: Ic9399e604aac3115d92186a70799bf80ecaf31c6
Diffstat (limited to 'res')
-rw-r--r-- | res/values-large/styles.xml | 7 | ||||
-rw-r--r-- | res/values/styles.xml | 6 |
2 files changed, 2 insertions, 11 deletions
diff --git a/res/values-large/styles.xml b/res/values-large/styles.xml index c4203fd5b..bc21a3aca 100644 --- a/res/values-large/styles.xml +++ b/res/values-large/styles.xml @@ -54,13 +54,8 @@ <item name="android:textSize">13dip</item> </style> - <style name="Theme" parent="android:Theme.Holo"> - <item name="android:windowNoTitle">true</item> + <style name="Theme" parent="android:Theme.Holo.Wallpaper.NoTitleBar"> <item name="android:windowActionModeOverlay">true</item> - - <item name="android:windowBackground">@android:color/transparent</item> - <item name="android:colorBackgroundCacheHint">@null</item> - <item name="android:windowShowWallpaper">true</item> </style> <style name="Theme.WallpaperPicker"> diff --git a/res/values/styles.xml b/res/values/styles.xml index 6ed830a80..62244a6c7 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -22,11 +22,7 @@ <item name="android:screenOrientation">nosensor</item> </style> - <style name="Theme.Base" parent="android:Theme.Wallpaper"> - </style> - - <style name="Theme" parent="Theme.Base"> - <item name="android:windowNoTitle">true</item> + <style name="Theme" parent="@android:style/Theme.Holo.Wallpaper.NoTitleBar"> </style> <style name="WorkspaceIcon"> |