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