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.xml18
1 files changed, 5 insertions, 13 deletions
diff --git a/res/layout-w1024dp/review_thumbnail.xml b/res/layout-w1024dp/review_thumbnail.xml
index 0f8c4d1..d206997 100644
--- a/res/layout-w1024dp/review_thumbnail.xml
+++ b/res/layout-w1024dp/review_thumbnail.xml
@@ -14,10 +14,10 @@
limitations under the License.
-->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/share_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+<com.android.camera.ui.RotateImageView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/thumbnail"
+ android:layout_width="86dp"
+ android:layout_height="86dp"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:layout_marginTop="@dimen/thumbnail_margin_top"
@@ -26,12 +26,4 @@
android:clickable="true"
android:focusable="false"
android:background="@drawable/border_last_picture">
- <com.android.camera.ui.RotateImageView android:id="@+id/share_icon"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:src="@drawable/ic_viewfinder_share"
- android:background="@android:color/black" />
- <com.android.camera.ui.RotateImageView android:id="@+id/thumbnail"
- android:layout_width="86dp"
- android:layout_height="86dp"/>
-</LinearLayout> \ No newline at end of file
+</com.android.camera.ui.RotateImageView> \ No newline at end of file