Răsfoiți Sursa

android: Disable focus on loading card

Additionally de-emphasize the ripple that I can't disable
t895 2 ani în urmă
părinte
comite
c770af9b12
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      src/android/app/src/main/res/layout/fragment_emulation.xml

+ 3 - 1
src/android/app/src/main/res/layout/fragment_emulation.xml

@@ -34,8 +34,10 @@
                 android:layout_width="wrap_content"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:layout_height="wrap_content"
                 android:layout_gravity="center"
                 android:layout_gravity="center"
+                android:focusable="false"
                 android:defaultFocusHighlightEnabled="false"
                 android:defaultFocusHighlightEnabled="false"
-                android:clickable="false">
+                android:clickable="false"
+                app:rippleColor="@android:color/transparent">
 
 
                 <androidx.constraintlayout.widget.ConstraintLayout
                 <androidx.constraintlayout.widget.ConstraintLayout
                     android:id="@+id/loading_layout"
                     android:id="@+id/loading_layout"