summaryrefslogtreecommitdiffstats
path: root/res/layout-w1024dp/review_thumbnail.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-w1024dp/review_thumbnail.xml')
-rw-r--r--res/layout-w1024dp/review_thumbnail.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/res/layout-w1024dp/review_thumbnail.xml b/res/layout-w1024dp/review_thumbnail.xml
index 7e7eb62..0290d50 100644
--- a/res/layout-w1024dp/review_thumbnail.xml
+++ b/res/layout-w1024dp/review_thumbnail.xml
@@ -17,11 +17,12 @@
<com.android.camera.ui.RotateImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:visibility="invisible"
android:id="@+id/review_thumbnail"
- android:layout_width="112dp"
- android:layout_height="112dp"
- android:layout_alignParentLeft="true"
- android:layout_alignParentBottom="true"
- android:layout_margin="15dp"
+ android:layout_width="86dp"
+ android:layout_height="86dp"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentRight="true"
+ android:layout_marginTop="@dimen/thumbnail_margin_top"
+ android:layout_marginRight="@dimen/thumbnail_margin_right"
android:clickable="true"
android:focusable="false"
android:background="@drawable/border_last_picture"/>