summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-10-09 13:24:12 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-09 13:24:12 -0700
commit7c2e7ccef29aa272f183b90a4890e3ce5e6526f2 (patch)
tree70c8e312ed3e611b293ed4cd9f99ffa55f837fb7 /res
parent82223508f8a30bf30577cad5760db8ceff35586a (diff)
parentef4dccf65c1077b8c7f28c26c9c2038c975fd94c (diff)
downloadandroid_packages_apps_Snap-7c2e7ccef29aa272f183b90a4890e3ce5e6526f2.tar.gz
android_packages_apps_Snap-7c2e7ccef29aa272f183b90a4890e3ce5e6526f2.tar.bz2
android_packages_apps_Snap-7c2e7ccef29aa272f183b90a4890e3ce5e6526f2.zip
am ef4dccf6: Merge "Workaround to disable swiping for SRI during capture" into gb-ub-photos-carlsbad
* commit 'ef4dccf65c1077b8c7f28c26c9c2038c975fd94c': Workaround to disable swiping for SRI during capture
Diffstat (limited to 'res')
-rw-r--r--res/layout/panorama_module.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/panorama_module.xml b/res/layout/panorama_module.xml
index 64063a20d..3711cc67f 100644
--- a/res/layout/panorama_module.xml
+++ b/res/layout/panorama_module.xml
@@ -16,6 +16,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pano_layout"
+ android:clickable="true"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/pano_module_capture" />