summaryrefslogtreecommitdiffstats
path: root/res/values-xlarge
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2011-09-23 13:02:48 +0800
committerChih-Chung Chang <chihchung@google.com>2011-09-23 14:13:02 +0800
commit3bbf133d949d2b51cce8db22dc0a2be64920c76c (patch)
tree27bdc5320be85befad7d45f03ac8b65dd64bf396 /res/values-xlarge
parent1a088db165c138f57d9445ca0b7e50fe90d3ad1d (diff)
downloadandroid_packages_apps_Gallery2-3bbf133d949d2b51cce8db22dc0a2be64920c76c.tar.gz
android_packages_apps_Gallery2-3bbf133d949d2b51cce8db22dc0a2be64920c76c.tar.bz2
android_packages_apps_Gallery2-3bbf133d949d2b51cce8db22dc0a2be64920c76c.zip
Fix 5349519: The Select photo/video activity should use action bar.
Change-Id: Ib537926c780fff6edd60d54c3d28740988d6221b
Diffstat (limited to 'res/values-xlarge')
-rw-r--r--res/values-xlarge/styles.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml
index 12f415306..b71e0394b 100644
--- a/res/values-xlarge/styles.xml
+++ b/res/values-xlarge/styles.xml
@@ -21,4 +21,7 @@
<item name="android:colorBackground">@null</item>
<item name="android:colorBackgroundCacheHint">@null</item>
</style>
+ <style name="DialogPickerTheme" parent="android:Theme.Holo.Dialog">
+ </style>
+ <bool name="picker_is_dialog">true</bool>
</resources>