ANDROID: Use a better icon for the on screen control

Modified from https://www.iconfinder.com/icons/352464/keyboard_icon, which is available under the Creative Commons (Attribution-Share Alike 3.0 Unported) license.
This commit is contained in:
Cameron Cawley 2019-08-19 22:03:56 +01:00 committed by Filippos Karapetis
parent 12c232eefc
commit 8b4c3ea302
10 changed files with 5 additions and 5 deletions

View File

@ -22,10 +22,10 @@ RESOURCES = \
$(PATH_BUILD_RES)/drawable/scummvm_big.png \
$(PATH_BUILD_RES)/drawable-xhdpi/leanback_icon.png \
$(PATH_BUILD_RES)/drawable-xhdpi/ouya_icon.png \
$(PATH_BUILD_RES)/drawable-hdpi/ic_action_settings.png \
$(PATH_BUILD_RES)/drawable-mdpi/ic_action_settings.png \
$(PATH_BUILD_RES)/drawable-xhdpi/ic_action_settings.png \
$(PATH_BUILD_RES)/drawable-xxhdpi/ic_action_settings.png
$(PATH_BUILD_RES)/drawable-hdpi/ic_action_keyboard.png \
$(PATH_BUILD_RES)/drawable-mdpi/ic_action_keyboard.png \
$(PATH_BUILD_RES)/drawable-xhdpi/ic_action_keyboard.png \
$(PATH_BUILD_RES)/drawable-xxhdpi/ic_action_keyboard.png
DIST_ANDROID_MK = $(PATH_DIST)/jni/Android.mk
DIST_BUILD_XML = $(PATH_DIST)/custom_rules.xml

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 553 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 672 B

View File

@ -19,7 +19,7 @@
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/ic_action_settings"
android:src="@drawable/ic_action_keyboard"
android:id="@+id/show_keyboard"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"