From 644fce6ef2af62738aef7916572fef917e02cb8e Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 21 Sep 2018 10:09:49 +0200 Subject: [PATCH] make sure the selection checks are placed properly at horizontal scrolling --- app/src/main/res/layout/directory_item_grid.xml | 1 + app/src/main/res/layout/photo_video_item_grid.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout/directory_item_grid.xml b/app/src/main/res/layout/directory_item_grid.xml index 31d52f574..5f2c99555 100644 --- a/app/src/main/res/layout/directory_item_grid.xml +++ b/app/src/main/res/layout/directory_item_grid.xml @@ -20,6 +20,7 @@ android:layout_alignParentEnd="true" android:layout_alignParentRight="true" android:layout_alignParentTop="true" + android:layout_alignRight="@+id/dir_shadow_holder" android:layout_margin="@dimen/small_margin" android:background="@drawable/circle_background" android:padding="@dimen/tiny_margin" diff --git a/app/src/main/res/layout/photo_video_item_grid.xml b/app/src/main/res/layout/photo_video_item_grid.xml index fb1a67e51..08c1b4760 100644 --- a/app/src/main/res/layout/photo_video_item_grid.xml +++ b/app/src/main/res/layout/photo_video_item_grid.xml @@ -20,6 +20,7 @@ android:layout_alignParentEnd="true" android:layout_alignParentRight="true" android:layout_alignParentTop="true" + android:layout_alignRight="@+id/photo_name" android:layout_margin="@dimen/small_margin" android:background="@drawable/circle_background" android:padding="@dimen/tiny_margin"