summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authort895 <clombardo169@gmail.com>2024-01-28 00:02:00 -0500
committert895 <clombardo169@gmail.com>2024-01-28 00:25:07 -0500
commitc770af9b12999299c2ab2a2f985f93802541ff51 (patch)
tree60a82854db7937b7129235bc978ace4570268813 /src
parentd5e8c9d04f80aee80aa93f7963259c6fecacc660 (diff)
android: Disable focus on loading card
Additionally de-emphasize the ripple that I can't disable
Diffstat (limited to 'src')
-rw-r--r--src/android/app/src/main/res/layout/fragment_emulation.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/layout/fragment_emulation.xml b/src/android/app/src/main/res/layout/fragment_emulation.xml
index c01117d14..0d2bfe8d6 100644
--- a/src/android/app/src/main/res/layout/fragment_emulation.xml
+++ b/src/android/app/src/main/res/layout/fragment_emulation.xml
@@ -34,8 +34,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
+ android:focusable="false"
android:defaultFocusHighlightEnabled="false"
- android:clickable="false">
+ android:clickable="false"
+ app:rippleColor="@android:color/transparent">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/loading_layout"