From 8b4c3ea30253d8113d6a2a3ac7c8f9182e6e8abd Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Mon, 19 Aug 2019 22:03:56 +0100 Subject: 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. --- backends/platform/android/android.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backends/platform/android') diff --git a/backends/platform/android/android.mk b/backends/platform/android/android.mk index eaae5dd3dd..42fc718754 100644 --- a/backends/platform/android/android.mk +++ b/backends/platform/android/android.mk @@ -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 -- cgit v1.2.3