This commit is contained in:
Sergey Solovyev 2013-06-16 17:40:22 +04:00
parent ff16aac3b3
commit 73ee97585a
5 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -8,6 +8,6 @@
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_erase"
a:src="@drawable/kb_delete"
a:src="@drawable/ic_input_delete"
style="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Erase" />

View File

@ -8,6 +8,6 @@
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_erase"
a:src="@drawable/kb_delete"
a:src="@drawable/ic_input_delete"
style="?cpp_control_image_button_style"
a:onClick="eraseButtonClickHandler" />