remove the custom checkbox in layer menu
This commit is contained in:
parent
b76ca5b59a
commit
42b699e3b6
1 changed files with 1 additions and 2 deletions
|
@ -22,9 +22,8 @@
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/check_item"
|
android:id="@+id/check_item"
|
||||||
android:layout_width="25dp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:button="@drawable/orangedot_checkbox"
|
|
||||||
android:focusable="false" />
|
android:focusable="false" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Loading…
Reference in a new issue