diff options
author | Cameron Cawley | 2019-08-19 22:03:56 +0100 |
---|---|---|
committer | Filippos Karapetis | 2019-08-20 14:32:50 +0300 |
commit | 8b4c3ea30253d8113d6a2a3ac7c8f9182e6e8abd (patch) | |
tree | 78aa374c7059b073ad2d6e406b0ab9e5c6f84d54 /backends/platform/android | |
parent | 12c232eefc7c78f7d40da9894e395dee4ce6d8c2 (diff) | |
download | scummvm-rg350-8b4c3ea30253d8113d6a2a3ac7c8f9182e6e8abd.tar.gz scummvm-rg350-8b4c3ea30253d8113d6a2a3ac7c8f9182e6e8abd.tar.bz2 scummvm-rg350-8b4c3ea30253d8113d6a2a3ac7c8f9182e6e8abd.zip |
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.
Diffstat (limited to 'backends/platform/android')
-rw-r--r-- | backends/platform/android/android.mk | 8 |
1 files changed, 4 insertions, 4 deletions
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 |