From 93d4353d4230c569a50a813a30b3c48676c66d05 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 10 Nov 2016 20:23:32 +0100 Subject: [PATCH] move the play outline of thumbnails to the right top corner --- app/src/main/res/layout/photo_video_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/photo_video_item.xml b/app/src/main/res/layout/photo_video_item.xml index 714400fce..07389a24b 100644 --- a/app/src/main/res/layout/photo_video_item.xml +++ b/app/src/main/res/layout/photo_video_item.xml @@ -11,8 +11,8 @@ android:id="@+id/play_outline" android:layout_width="@dimen/play_outline_size" android:layout_height="@dimen/play_outline_size" - android:layout_alignParentBottom="true" android:layout_alignParentRight="true" + android:layout_alignParentTop="true" android:src="@mipmap/play_outline" android:visibility="gone"/>