From 569b7e6d094634df692bc36295de2b5078e4f733 Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 1 Mar 2022 23:05:28 +0100 Subject: [PATCH] moving the folder grid view selector check more at the corner --- app/src/main/res/layout/item_dir_grid.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/item_dir_grid.xml b/app/src/main/res/layout/item_dir_grid.xml index a0907638..c6ec8dcb 100644 --- a/app/src/main/res/layout/item_dir_grid.xml +++ b/app/src/main/res/layout/item_dir_grid.xml @@ -45,7 +45,6 @@ android:layout_height="@dimen/selection_check_size" android:layout_alignEnd="@+id/item_icon" android:layout_alignParentTop="true" - android:layout_margin="@dimen/small_margin" android:background="@drawable/circle_background" android:contentDescription="@null" android:padding="@dimen/tiny_margin"