diff --git a/app/src/main/res/layout/delete_browsing_data_item.xml b/app/src/main/res/layout/delete_browsing_data_item.xml index c3d2fdb48..c914a1faf 100644 --- a/app/src/main/res/layout/delete_browsing_data_item.xml +++ b/app/src/main/res/layout/delete_browsing_data_item.xml @@ -15,11 +15,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginStart="@dimen/library_item_icon_margin_horizontal" - android:layout_marginTop="@dimen/library_item_icon_margin_vertical" android:layout_marginEnd="16dp" - android:layout_marginBottom="@dimen/library_item_icon_margin_vertical" android:clickable="false" - app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> diff --git a/app/src/main/res/layout/fragment_delete_browsing_data.xml b/app/src/main/res/layout/fragment_delete_browsing_data.xml index eea5088a0..780c4901d 100644 --- a/app/src/main/res/layout/fragment_delete_browsing_data.xml +++ b/app/src/main/res/layout/fragment_delete_browsing_data.xml @@ -33,6 +33,8 @@ android:id="@+id/open_tabs_item" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" android:background="?android:attr/selectableItemBackground" android:clickable="true" android:focusable="true" @@ -42,6 +44,8 @@ android:id="@+id/browsing_data_item" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" android:background="?android:attr/selectableItemBackground" android:clickable="true" android:focusable="true" @@ -51,6 +55,8 @@ android:id="@+id/collections_item" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" android:background="?android:attr/selectableItemBackground" android:clickable="true" android:focusable="true" @@ -60,6 +66,8 @@ android:id="@+id/cookies_item" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" android:background="?android:attr/selectableItemBackground" android:clickable="true" android:focusable="true" @@ -70,6 +78,8 @@ android:id="@+id/cached_files_item" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" android:background="?android:attr/selectableItemBackground" android:clickable="true" android:focusable="true" @@ -80,6 +90,8 @@ android:id="@+id/site_permissions_item" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp" android:background="?android:attr/selectableItemBackground" android:clickable="true" android:focusable="true"