This commit is contained in:
Sergey Solovyev
2013-06-16 16:15:34 +04:00
parent 1b24e29779
commit 7b19427222
11 changed files with 5 additions and 5 deletions

View File

@@ -8,6 +8,6 @@
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_copy"
a:src="@drawable/kb_copy"
a:src="@drawable/copy"
style="?cpp_control_image_button_style"
a:onClick="copyButtonClickHandler" />

View File

@@ -8,6 +8,6 @@
<ImageButton xmlns:a="http://schemas.android.com/apk/res/android"
a:id="@id/cpp_button_paste"
a:src="@drawable/kb_paste"
a:src="@drawable/paste"
style="?cpp_control_image_button_style"
a:onClick="pasteButtonClickHandler" />