OSDN Git Service

Workaround to disable swiping for SRI during capture
authorDoris Liu <tianliu@google.com>
Wed, 9 Oct 2013 18:45:36 +0000 (11:45 -0700)
committerDoris Liu <tianliu@google.com>
Wed, 9 Oct 2013 18:45:36 +0000 (11:45 -0700)
Bug: 11139101
Change-Id: I2cfc9fb94259755e3db6f5d0b80287388cb846de

res/layout/panorama_module.xml

index 64063a2..3711cc6 100644 (file)
@@ -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" />