Merge pull request #12827 from t895/focus-color

android: Disable focus on loading card
This commit is contained in:
Charles Lombardo
2024-01-28 08:52:57 -05:00
committed by GitHub

View File

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