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

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 752 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 768 B

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="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Copy" />

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="@style/cpp_simple_metro_control_image_button_style"
a:contentDescription="Paste" />

View File

@ -42,6 +42,7 @@
<item name="android:layout_margin">@dimen/cpp_button_margin</item>
<item name="android:textSize">@dimen/cpp_keyboard_button_text_size</item>
<item name="android:textColor">@color/cpp_button_text_color</item>
<item name="android:scaleType">centerInside</item>
</style>
<style name="cpp_onscreen_editor_style" parent="cpp_editor_style">
@ -101,7 +102,6 @@
</style>
<style name="cpp_simple_metro_control_image_button_style" parent="metro_control_image_button_style">
<item name="android:scaleType">centerInside</item>
</style>
</resources>

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" />