I have this checkbox:
我有这个复选框:
<CheckBox
android:id="@+id/dish_dialog_radio_btn"
android:layout_width="@dimen/FRANCHISE_LOGO_SIZE"
android:layout_height="@dimen/FRANCHISE_LOGO_SIZE"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:layout_marginLeft="@dimen/VIEW_MARGINS"
android:button="@drawable/checkbox_selector"
/>
<CheckBox