Explorar el Código

android: Prevent click ripple from appearing on loading card

Charles Lombardo hace 2 años
padre
commit
3d03e8b806
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/android/app/src/main/res/layout/fragment_emulation.xml

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

@@ -32,7 +32,8 @@
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:layout_gravity="center"
-                android:focusable="false">
+                android:focusable="false"
+                android:clickable="false">
 
                 <androidx.constraintlayout.widget.ConstraintLayout
                     android:id="@+id/loading_layout"