summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2009-04-20 14:05:17 +0800
committerOwen Lin <owenlin@google.com>2009-04-21 16:44:47 +0800
commitf310a3d9ec76ece01801f7bb55a5be8d2d28659a (patch)
tree40e5362f43a17984b6bf4e4d9db7aa5bfd9071d5 /res/layout
parentecf076b28499c20615c91e9f0f48e26983f43a1b (diff)
downloadLegacyCamera-f310a3d9ec76ece01801f7bb55a5be8d2d28659a.zip
LegacyCamera-f310a3d9ec76ece01801f7bb55a5be8d2d28659a.tar.gz
LegacyCamera-f310a3d9ec76ece01801f7bb55a5be8d2d28659a.tar.bz2
Refactor code: decouple ImageGallery2 and GridViewSpecial.
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/image_gallery_2.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/image_gallery_2.xml b/res/layout/image_gallery_2.xml
index 4825d4b..6b1194d 100644
--- a/res/layout/image_gallery_2.xml
+++ b/res/layout/image_gallery_2.xml
@@ -20,6 +20,7 @@
<view class="com.android.camera.GridViewSpecial"
android:id="@+id/grid"
+ android:focusable="true"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:listSelector="@drawable/grid_background"