summaryrefslogtreecommitdiffstats
path: root/res/layout/photo_module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/photo_module.xml')
-rw-r--r--res/layout/photo_module.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/photo_module.xml b/res/layout/photo_module.xml
index b0bca3c97..b63d53662 100644
--- a/res/layout/photo_module.xml
+++ b/res/layout/photo_module.xml
@@ -34,6 +34,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>
+ <ImageView
+ android:id="@+id/review_image"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone"
+ android:clickable="true"
+ android:background="@android:color/black"
+ android:scaleType="fitCenter"/>
<View
android:id="@+id/flash_overlay"
android:layout_width="match_parent"