This commit is contained in:
kunfei 2023-02-18 12:49:40 +08:00
parent ba19e97d29
commit 4f9819592a

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -10,7 +11,8 @@
android:id="@+id/check_box"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingVertical="3dp"/>
android:paddingVertical="12dp"
tools:ignore="TouchTargetSizeCheck,VisualLintButtonSize" />
<View
android:layout_width="match_parent"