Merge yuzu-emu#12827

This commit is contained in:
yuzubot 2024-01-28 05:28:41 +00:00
parent 0da5c3912d
commit 5862b1df55

View File

@ -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"