diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/android/app/src/main/res/layout/fragment_emulation.xml | 4 |
1 files changed, 3 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 c01117d14..0d2bfe8d6 100644 --- a/src/android/app/src/main/res/layout/fragment_emulation.xml +++ b/src/android/app/src/main/res/layout/fragment_emulation.xml | |||
| @@ -34,8 +34,10 @@ | |||
| 34 | android:layout_width="wrap_content" | 34 | android:layout_width="wrap_content" |
| 35 | android:layout_height="wrap_content" | 35 | android:layout_height="wrap_content" |
| 36 | android:layout_gravity="center" | 36 | android:layout_gravity="center" |
| 37 | android:focusable="false" | ||
| 37 | android:defaultFocusHighlightEnabled="false" | 38 | android:defaultFocusHighlightEnabled="false" |
| 38 | android:clickable="false"> | 39 | android:clickable="false" |
| 40 | app:rippleColor="@android:color/transparent"> | ||
| 39 | 41 | ||
| 40 | <androidx.constraintlayout.widget.ConstraintLayout | 42 | <androidx.constraintlayout.widget.ConstraintLayout |
| 41 | android:id="@+id/loading_layout" | 43 | android:id="@+id/loading_layout" |