remove the custom checkbox in layer menu

This commit is contained in:
Pavol Zibrita 2012-06-18 15:52:52 +02:00
parent b76ca5b59a
commit 42b699e3b6

View file

@ -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>