diff --git a/app/src/main/res/layout/checkbox_left_sub_preference.xml b/app/src/main/res/layout/checkbox_left_sub_preference.xml index 796d6be42..2913a9811 100644 --- a/app/src/main/res/layout/checkbox_left_sub_preference.xml +++ b/app/src/main/res/layout/checkbox_left_sub_preference.xml @@ -7,6 +7,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" + android:minHeight="48dp" android:background="?android:selectableItemBackground" android:clickable="true" android:focusable="true"