summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-12-11 15:41:28 +0100
committerMichael Jurka <mikejurka@google.com>2013-12-11 15:41:28 +0100
commit96749c13218aa1b783709dc82a4e16657ce9753f (patch)
tree328761f12d078f62ac8d7b296bbf6f39f5657da2 /res/values/styles.xml
parent1f60653abcc349127014e4f32232261dfc28b309 (diff)
downloadandroid_packages_apps_Trebuchet-96749c13218aa1b783709dc82a4e16657ce9753f.tar.gz
android_packages_apps_Trebuchet-96749c13218aa1b783709dc82a4e16657ce9753f.tar.bz2
android_packages_apps_Trebuchet-96749c13218aa1b783709dc82a4e16657ce9753f.zip
Revert "Revert "Move wallpaper picker code to a separate directory""
This reverts commit 39de459a8621abfc91382ce7b4cdd37d09aaac12.
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 8226915dd..4aad5ebfa 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -18,23 +18,6 @@
-->
<resources>
- <style name="Theme.WallpaperCropper" parent="@android:style/Theme.Holo">
- <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">
- <item name="android:displayOptions">showCustom</item>
- <item name="android:background">#88000000</item>
- </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">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>