123456789101112131415161718192021 |
- <?xml version="1.0" encoding="utf-8"?>
- <RadioButton xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+android:id/checkbox"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:focusable="false"
- android:clickable="false" />
|