Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #16745: Allow preference layout to increase height if needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarare committed Nov 26, 2020
1 parent d49d710 commit 92bea30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/checkbox_left_preference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:layout_marginBottom="8dp"
android:background="?android:selectableItemBackground"
android:clickable="true"
Expand Down

0 comments on commit 92bea30

Please sign in to comment.