Merge "Set the minimum height to the CheckBox" am: 3a90feaa26

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/12797031

Change-Id: I3703501658d1337388212e962e8aafab10495992
This commit is contained in:
Jason Hsu
2020-10-19 07:53:05 +00:00
committed by Automerger Merge Worker

View File

@@ -32,6 +32,7 @@
android:id="@+id/checkbox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:background="@null"
android:clickable="false"
android:focusable="false"