icons
This commit is contained in:
parent
1b24e29779
commit
7b19427222
BIN
android-app-core/res/drawable-hdpi/copy.png
Normal file
BIN
android-app-core/res/drawable-hdpi/copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 596 B |
BIN
android-app-core/res/drawable-hdpi/paste.png
Normal file
BIN
android-app-core/res/drawable-hdpi/paste.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 752 B |
BIN
android-app-core/res/drawable-mdpi/copy.png
Normal file
BIN
android-app-core/res/drawable-mdpi/copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 520 B |
BIN
android-app-core/res/drawable-mdpi/paste.png
Normal file
BIN
android-app-core/res/drawable-mdpi/paste.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 619 B |
BIN
android-app-core/res/drawable-xhdpi/copy.png
Normal file
BIN
android-app-core/res/drawable-xhdpi/copy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 566 B |
BIN
android-app-core/res/drawable-xhdpi/paste.png
Normal file
BIN
android-app-core/res/drawable-xhdpi/paste.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 768 B |
@ -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" />
|
@ -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" />
|
@ -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>
|
@ -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" />
|
@ -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" />
|
Loading…
Reference in New Issue
Block a user