From c75cc9d3a0db1239c687dc47439c3b51b28526ab Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 30 Nov 2017 23:24:17 +0100 Subject: [PATCH] hide the Check selection indicator by default --- app/src/main/res/layout/photo_video_item_grid.xml | 3 ++- app/src/main/res/layout/photo_video_item_list.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 4ec84403d..ef873d244 100644 --- a/app/src/main/res/layout/photo_video_item_grid.xml +++ b/app/src/main/res/layout/photo_video_item_grid.xml @@ -23,7 +23,8 @@ android:layout_margin="@dimen/small_margin" android:background="@drawable/circle_background" android:padding="@dimen/tiny_margin" - android:src="@drawable/ic_check"/> + android:src="@drawable/ic_check" + android:visibility="gone"/> + android:src="@drawable/ic_check" + android:visibility="gone"/>