diff options
| author | 2023-09-25 18:33:21 -0400 | |
|---|---|---|
| committer | 2023-09-25 18:33:21 -0400 | |
| commit | 3d03e8b8068b701b88425226a0abec7a3dd32186 (patch) | |
| tree | 4aa86b57fd01d7c016e884c8cd15b8c697dd89de /src | |
| parent | android: Remove bottom attribute from navigation view (diff) | |
| download | yuzu-3d03e8b8068b701b88425226a0abec7a3dd32186.tar.gz yuzu-3d03e8b8068b701b88425226a0abec7a3dd32186.tar.xz yuzu-3d03e8b8068b701b88425226a0abec7a3dd32186.zip | |
android: Prevent click ripple from appearing on loading card
Diffstat (limited to 'src')
| -rw-r--r-- | src/android/app/src/main/res/layout/fragment_emulation.xml | 3 |
1 files changed, 2 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 0498bc71d..750ce094a 100644 --- a/src/android/app/src/main/res/layout/fragment_emulation.xml +++ b/src/android/app/src/main/res/layout/fragment_emulation.xml | |||
| @@ -32,7 +32,8 @@ | |||
| 32 | android:layout_width="wrap_content" | 32 | android:layout_width="wrap_content" |
| 33 | android:layout_height="wrap_content" | 33 | android:layout_height="wrap_content" |
| 34 | android:layout_gravity="center" | 34 | android:layout_gravity="center" |
| 35 | android:focusable="false"> | 35 | android:focusable="false" |
| 36 | android:clickable="false"> | ||
| 36 | 37 | ||
| 37 | <androidx.constraintlayout.widget.ConstraintLayout | 38 | <androidx.constraintlayout.widget.ConstraintLayout |
| 38 | android:id="@+id/loading_layout" | 39 | android:id="@+id/loading_layout" |