For #16745 - Allow preference layout to increase height if needed. (#16752)

upstream-sync
Mihai Adrian Carare 4 years ago committed by GitHub
parent 34b4dad614
commit b2b558fe39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save