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
commit4ff414daa2dd75446aaf0957dc433d74c03f3c1a (patch)
tree023b31844dbfe08ec82400d4e2583ef96c78e8ce /res
parent86299cb80e14adc48ff2062000bae201bc6d501a (diff)
downloadandroid_packages_apps_Snap-4ff414daa2dd75446aaf0957dc433d74c03f3c1a.tar.gz
android_packages_apps_Snap-4ff414daa2dd75446aaf0957dc433d74c03f3c1a.tar.bz2
android_packages_apps_Snap-4ff414daa2dd75446aaf0957dc433d74c03f3c1a.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"