summaryrefslogtreecommitdiffstats
path: root/res/values-xlarge/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-xlarge/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-xlarge/styles.xml')
-rw-r--r--res/values-xlarge/styles.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml
index e4c047f99..637b6ce7a 100644
--- a/res/values-xlarge/styles.xml
+++ b/res/values-xlarge/styles.xml
@@ -18,6 +18,11 @@
-->
<resources>
+ <style name="Theme" parent="Theme.Base">
+ <item name="android:windowNoTitle">true</item>
+ <item name="android:windowActionModeOverlay">true</item>
+ </style>
+
<style name="WorkspaceIcon.Portrait">
<item name="android:drawablePadding">4dip</item>
<item name="android:paddingTop">1dip</item>