summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/preference.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/preference.xml b/res/layout/preference.xml
index e9da4f5b8..d2f3f05d3 100644
--- a/res/layout/preference.xml
+++ b/res/layout/preference.xml
@@ -18,7 +18,8 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="50dp"
+ android:layout_height="wrap_content"
+ android:minHeight="50dp"
android:background="?android:attr/selectableItemBackground"
android:gravity="center_vertical"
android:paddingEnd="?android:attr/scrollbarSize">