From 7c46f5e74f5b99e450b602763b3a4f634f17ed6c Mon Sep 17 00:00:00 2001 From: yichiehc <48332564+yichiehc@users.noreply.github.com> Date: Tue, 30 Mar 2021 06:06:29 +0800 Subject: [PATCH] For #16830: Increase the Show in private sessions option in Search Preferences Settings (#18689) * For #18242 - Wire up "Sync cards across devices" preference with SyncPreferenceView (#18605) * For #16830: Increase the Show in private sessions option in Search Preferences Settings Co-authored-by: Gabriel Luong --- app/src/main/res/layout/checkbox_left_sub_preference.xml | 1 + 1 file changed, 1 insertion(+) 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"