blob: 6c52b5283753dc8d4cdf74a49bc2814c033cb7fe (
plain)
1
2
3
4
5
6
7
|
<androidx.appcompat.widget.AppCompatCheckBox xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@id/kau_pref_inner_content"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:focusable="false"
android:clickable="false"
android:background="@null" />
|