Browse Source
Merge pull request #12827 from t895/focus-color
android: Disable focus on loading card
pull/15/merge
Charles Lombardo
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
1 deletions
-
src/android/app/src/main/res/layout/fragment_emulation.xml
|
|
|
@ -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" |
|
|
|
|