summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorPatrick Dubroy <dubroy@google.com>2010-09-06 11:03:37 -0700
committerPatrick Dubroy <dubroy@google.com>2010-09-06 17:37:35 -0700
commit9f7aec8d4317d0407a41e12f236c962b225cb4c3 (patch)
tree345278548fa028325acdec41a8f4513b29df47df /res/values/styles.xml
parent39670182be72e981cc7c26d9099f6e9636d27411 (diff)
downloadandroid_packages_apps_Trebuchet-9f7aec8d4317d0407a41e12f236c962b225cb4c3.tar.gz
android_packages_apps_Trebuchet-9f7aec8d4317d0407a41e12f236c962b225cb4c3.tar.bz2
android_packages_apps_Trebuchet-9f7aec8d4317d0407a41e12f236c962b225cb4c3.zip
Implement selection mode for All Apps with delete and info actions.
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c2082111c..a97b3c50b 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -18,7 +18,10 @@
-->
<resources>
- <style name="Theme" parent="android:Theme.Wallpaper">
+ <style name="Theme.Base" parent="android:Theme.Wallpaper">
+ </style>
+
+ <style name="Theme" parent="Theme.Base">
<item name="android:windowNoTitle">true</item>
</style>