summaryrefslogtreecommitdiffstats
path: root/res/values/bool.xml
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2011-08-24 11:40:04 +0800
committerRay Chen <raychen@google.com>2011-08-26 20:20:48 +0800
commit4105e22d72d7a44e67cba4a58ad88018ed664d10 (patch)
treecdb05e53fce611e91c8e290d82726f10c4bb4e80 /res/values/bool.xml
parent2b0da6233f82b57c9905d59f4c6e2fe770e56c96 (diff)
downloadandroid_packages_apps_Gallery2-4105e22d72d7a44e67cba4a58ad88018ed664d10.tar.gz
android_packages_apps_Gallery2-4105e22d72d7a44e67cba4a58ad88018ed664d10.tar.bz2
android_packages_apps_Gallery2-4105e22d72d7a44e67cba4a58ad88018ed664d10.zip
Fix 5133608 [UI] Details should be displayed as a system dialog in phone UI
Fix 5132798 [UI] Details popup on tablet is incorrectly placed and should not have x icon to close Fix 5199822 Long press and select "detail" shows details of another item Change-Id: I0e992ded8a154edb1c7a81b75d0461d5bf309f31
Diffstat (limited to 'res/values/bool.xml')
-rw-r--r--res/values/bool.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/bool.xml b/res/values/bool.xml
new file mode 100644
index 000000000..cef32a297
--- /dev/null
+++ b/res/values/bool.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <bool name="dialog_details_view">true</bool>
+</resources> \ No newline at end of file