mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-26 03:45:47 +01:00
android: Prevent click ripple from appearing on loading card
This commit is contained in:
parent
ff9d8dd0b3
commit
3d03e8b806
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user