android_mt6572_jiabo/packages/apps/Updater/res/layout/checkbox_view.xml
2025-09-05 16:56:03 +08:00

13 lines
407 B
XML

<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingEnd="16dp"
android:paddingStart="16dp"
android:paddingTop="16dp">
<CheckBox
android:id="@+id/checkbox"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</FrameLayout>