Merge "Set the minimum height to the CheckBox"

This commit is contained in:
Jason Hsu
2020-10-19 07:28:54 +00:00
committed by Android (Google) Code Review

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"