icons + widget fix

This commit is contained in:
Sergey Solovyev
2013-06-23 23:34:08 +04:00
parent ab6520f0f3
commit 71fff1d05c
74 changed files with 24 additions and 26 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/ab_copy"
a:src="@drawable/kb_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/ab_erase"
a:src="@drawable/kb_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/ab_paste"
a:src="@drawable/kb_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/ab_settings" />
a:src="@drawable/kb_settings" />
</LinearLayout>