複選盒

修改複選盒,勾選框樣式 成 圖片

XML

android:button="@drawable/checkbox"

程式碼

CheckBox.setButtonDrawable(R.drawable.checkbox_selected);