summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-04-16 09:50:56 -0700
committerDoris Liu <tianliu@google.com>2013-04-18 13:59:42 -0700
commitcf18f7e34ea9c175e0cf10150a339e5ff016a57c (patch)
tree8a86fc8dc57264c2853d92aeb6b87f004ea94b8f /res
parent1c7d2bc293a1ff824db768756d0309dfbc7f08d8 (diff)
downloadandroid_packages_apps_Gallery2-cf18f7e34ea9c175e0cf10150a339e5ff016a57c.tar.gz
android_packages_apps_Gallery2-cf18f7e34ea9c175e0cf10150a339e5ff016a57c.tar.bz2
android_packages_apps_Gallery2-cf18f7e34ea9c175e0cf10150a339e5ff016a57c.zip
Allow swiping to filmstrip from blocker bar
Bug: 8607910 Change-Id: I69bfcf8d95d6071be7d65fbf433916740cbb655c
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/camera_controls.xml1
-rw-r--r--res/layout-port/camera_controls.xml3
2 files changed, 1 insertions, 3 deletions
diff --git a/res/layout-land/camera_controls.xml b/res/layout-land/camera_controls.xml
index 59a83e008..683f0e50b 100644
--- a/res/layout-land/camera_controls.xml
+++ b/res/layout-land/camera_controls.xml
@@ -23,7 +23,6 @@
android:id="@+id/blocker"
android:layout_height="match_parent"
android:layout_width="@dimen/switcher_size"
- android:clickable="true"
android:layout_gravity="right" />
<include layout="@layout/menu_indicators"
diff --git a/res/layout-port/camera_controls.xml b/res/layout-port/camera_controls.xml
index e3fdce88a..76e23be98 100644
--- a/res/layout-port/camera_controls.xml
+++ b/res/layout-port/camera_controls.xml
@@ -23,8 +23,7 @@
android:id="@+id/blocker"
android:layout_width="match_parent"
android:layout_height="@dimen/switcher_size"
- android:layout_gravity="bottom"
- android:clickable="true" />
+ android:layout_gravity="bottom" />
<include layout="@layout/menu_indicators"
android:layout_width="80dip"