From 1a20a7249f74d60fc6e48997a9d2f2861020fecb Mon Sep 17 00:00:00 2001 From: PavelBARABANOV Date: Sun, 1 Feb 2026 13:03:11 +0300 Subject: [PATCH] Make QLaunch button disabled by default. Enhance button selection highlighting. --- src/android/app/src/main/jni/android_settings.h | 2 +- src/android/app/src/main/res/layout-land/fragment_games.xml | 2 ++ src/android/app/src/main/res/layout/fragment_games.xml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/android/app/src/main/jni/android_settings.h b/src/android/app/src/main/jni/android_settings.h index 09c53993dd..b6fd37c9dd 100644 --- a/src/android/app/src/main/jni/android_settings.h +++ b/src/android/app/src/main/jni/android_settings.h @@ -67,7 +67,7 @@ namespace AndroidSettings { Settings::Category::Android}; Settings::Setting enable_folder_button{linkage, true, "enable_folder_button", Settings::Category::Android}; - Settings::Setting enable_qlaunch_button{linkage, true, "enable_qlaunch_button", + Settings::Setting enable_qlaunch_button{linkage, false, "enable_qlaunch_button", Settings::Category::Android}; // Input/performance overlay settings diff --git a/src/android/app/src/main/res/layout-land/fragment_games.xml b/src/android/app/src/main/res/layout-land/fragment_games.xml index eee367e78b..da778eab69 100644 --- a/src/android/app/src/main/res/layout-land/fragment_games.xml +++ b/src/android/app/src/main/res/layout-land/fragment_games.xml @@ -220,6 +220,7 @@ android:textColor="?attr/colorOnPrimary" app:backgroundTint="?attr/colorPrimary" app:iconTint="?attr/colorOnPrimary" + app:rippleColor="#99FFFFFF" /> \ No newline at end of file diff --git a/src/android/app/src/main/res/layout/fragment_games.xml b/src/android/app/src/main/res/layout/fragment_games.xml index 2cfb7aa0ef..921625e42b 100644 --- a/src/android/app/src/main/res/layout/fragment_games.xml +++ b/src/android/app/src/main/res/layout/fragment_games.xml @@ -227,6 +227,7 @@ android:textColor="?attr/colorOnPrimary" app:backgroundTint="?attr/colorPrimary" app:iconTint="?attr/colorOnPrimary" + app:rippleColor="#99FFFFFF" /> \ No newline at end of file