This commit is contained in:
Sergey Solovyev
2013-06-16 17:44:39 +04:00
parent 73ee97585a
commit 766cd0c226
46 changed files with 16 additions and 16 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/copy"
a:src="@drawable/ab_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_erase"
a:src="@drawable/ic_input_delete"
a:src="@drawable/ab_erase"
style="?cpp_control_image_button_style"
a:onClick="eraseButtonClickHandler" />

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/paste"
a:src="@drawable/ab_paste"
style="?cpp_control_image_button_style"
a:onClick="pasteButtonClickHandler" />

View File

@@ -31,6 +31,6 @@
a:paddingTop="0dp"
a:paddingBottom="0dp"
a:scaleType="centerInside"
a:src="@drawable/settings" />
a:src="@drawable/ab_settings" />
</LinearLayout>