summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/review_image.xml2
-rw-r--r--res/layout/viewimage.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/res/layout/review_image.xml b/res/layout/review_image.xml
index e59ea58..5fc033f 100644
--- a/res/layout/review_image.xml
+++ b/res/layout/review_image.xml
@@ -57,6 +57,7 @@
</AbsoluteLayout>
<ImageView android:id="@+id/prev_image"
android:clickable="true"
+ android:focusable="true"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_alignParentLeft="true"
@@ -66,6 +67,7 @@
/>
<ImageView android:id="@+id/next_image"
android:clickable="true"
+ android:focusable="true"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_alignParentRight="true"
diff --git a/res/layout/viewimage.xml b/res/layout/viewimage.xml
index 30b56fd..483a3fa 100644
--- a/res/layout/viewimage.xml
+++ b/res/layout/viewimage.xml
@@ -44,6 +44,7 @@
</AbsoluteLayout>
<ImageView android:id="@+id/prev_image"
android:clickable="true"
+ android:focusable="true"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_alignParentLeft="true"
@@ -54,6 +55,7 @@
<ImageView android:id="@+id/next_image"
android:clickable="true"
+ android:focusable="true"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_alignParentRight="true"