diff options
Diffstat (limited to 'src')
11 files changed, 19 insertions, 5 deletions
diff --git a/src/android/app/src/main/res/layout-w600dp/fragment_about.xml b/src/android/app/src/main/res/layout-w600dp/fragment_about.xml index 221428740..a5eba6474 100644 --- a/src/android/app/src/main/res/layout-w600dp/fragment_about.xml +++ b/src/android/app/src/main/res/layout-w600dp/fragment_about.xml | |||
| @@ -30,6 +30,7 @@ | |||
| 30 | android:layout_height="match_parent" | 30 | android:layout_height="match_parent" |
| 31 | android:fadeScrollbars="false" | 31 | android:fadeScrollbars="false" |
| 32 | android:scrollbars="vertical" | 32 | android:scrollbars="vertical" |
| 33 | android:defaultFocusHighlightEnabled="false" | ||
| 33 | app:layout_behavior="@string/appbar_scrolling_view_behavior"> | 34 | app:layout_behavior="@string/appbar_scrolling_view_behavior"> |
| 34 | 35 | ||
| 35 | <LinearLayout | 36 | <LinearLayout |
diff --git a/src/android/app/src/main/res/layout-w600dp/fragment_game_properties.xml b/src/android/app/src/main/res/layout-w600dp/fragment_game_properties.xml index 551f255c0..7cdef569f 100644 --- a/src/android/app/src/main/res/layout-w600dp/fragment_game_properties.xml +++ b/src/android/app/src/main/res/layout-w600dp/fragment_game_properties.xml | |||
| @@ -14,6 +14,7 @@ | |||
| 14 | android:clipToPadding="false" | 14 | android:clipToPadding="false" |
| 15 | android:fadeScrollbars="false" | 15 | android:fadeScrollbars="false" |
| 16 | android:scrollbars="vertical" | 16 | android:scrollbars="vertical" |
| 17 | android:defaultFocusHighlightEnabled="false" | ||
| 17 | app:layout_constraintEnd_toEndOf="parent" | 18 | app:layout_constraintEnd_toEndOf="parent" |
| 18 | app:layout_constraintStart_toEndOf="@+id/icon_layout" | 19 | app:layout_constraintStart_toEndOf="@+id/icon_layout" |
| 19 | app:layout_constraintTop_toTopOf="parent"> | 20 | app:layout_constraintTop_toTopOf="parent"> |
diff --git a/src/android/app/src/main/res/layout/fragment_about.xml b/src/android/app/src/main/res/layout/fragment_about.xml index 1520bccee..7f32e139a 100644 --- a/src/android/app/src/main/res/layout/fragment_about.xml +++ b/src/android/app/src/main/res/layout/fragment_about.xml | |||
| @@ -30,6 +30,7 @@ | |||
| 30 | android:layout_height="match_parent" | 30 | android:layout_height="match_parent" |
| 31 | android:scrollbars="vertical" | 31 | android:scrollbars="vertical" |
| 32 | android:fadeScrollbars="false" | 32 | android:fadeScrollbars="false" |
| 33 | android:defaultFocusHighlightEnabled="false" | ||
| 33 | app:layout_behavior="@string/appbar_scrolling_view_behavior"> | 34 | app:layout_behavior="@string/appbar_scrolling_view_behavior"> |
| 34 | 35 | ||
| 35 | <LinearLayout | 36 | <LinearLayout |
diff --git a/src/android/app/src/main/res/layout/fragment_addons.xml b/src/android/app/src/main/res/layout/fragment_addons.xml index d8d522dca..b029b4209 100644 --- a/src/android/app/src/main/res/layout/fragment_addons.xml +++ b/src/android/app/src/main/res/layout/fragment_addons.xml | |||
| @@ -30,6 +30,8 @@ | |||
| 30 | android:layout_width="match_parent" | 30 | android:layout_width="match_parent" |
| 31 | android:layout_height="0dp" | 31 | android:layout_height="0dp" |
| 32 | android:clipToPadding="false" | 32 | android:clipToPadding="false" |
| 33 | android:defaultFocusHighlightEnabled="false" | ||
| 34 | android:nextFocusDown="@id/button_install" | ||
| 33 | app:layout_behavior="@string/appbar_scrolling_view_behavior" | 35 | app:layout_behavior="@string/appbar_scrolling_view_behavior" |
| 34 | app:layout_constraintBottom_toBottomOf="parent" | 36 | app:layout_constraintBottom_toBottomOf="parent" |
| 35 | app:layout_constraintEnd_toEndOf="parent" | 37 | app:layout_constraintEnd_toEndOf="parent" |
diff --git a/src/android/app/src/main/res/layout/fragment_early_access.xml b/src/android/app/src/main/res/layout/fragment_early_access.xml index 24b130543..12e233afc 100644 --- a/src/android/app/src/main/res/layout/fragment_early_access.xml +++ b/src/android/app/src/main/res/layout/fragment_early_access.xml | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | android:paddingBottom="20dp" | 32 | android:paddingBottom="20dp" |
| 33 | android:scrollbars="vertical" | 33 | android:scrollbars="vertical" |
| 34 | android:fadeScrollbars="false" | 34 | android:fadeScrollbars="false" |
| 35 | android:defaultFocusHighlightEnabled="false" | ||
| 35 | app:layout_behavior="@string/appbar_scrolling_view_behavior"> | 36 | app:layout_behavior="@string/appbar_scrolling_view_behavior"> |
| 36 | 37 | ||
| 37 | <LinearLayout | 38 | <LinearLayout |
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 988bbb373..c01117d14 100644 --- a/src/android/app/src/main/res/layout/fragment_emulation.xml +++ b/src/android/app/src/main/res/layout/fragment_emulation.xml | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | android:layout_width="match_parent" | 5 | android:layout_width="match_parent" |
| 6 | android:layout_height="match_parent" | 6 | android:layout_height="match_parent" |
| 7 | android:keepScreenOn="true" | 7 | android:keepScreenOn="true" |
| 8 | android:defaultFocusHighlightEnabled="false" | ||
| 8 | tools:context="org.yuzu.yuzu_emu.fragments.EmulationFragment" | 9 | tools:context="org.yuzu.yuzu_emu.fragments.EmulationFragment" |
| 9 | tools:openDrawer="start"> | 10 | tools:openDrawer="start"> |
| 10 | 11 | ||
| @@ -24,7 +25,8 @@ | |||
| 24 | android:layout_height="match_parent" | 25 | android:layout_height="match_parent" |
| 25 | android:layout_gravity="center" | 26 | android:layout_gravity="center" |
| 26 | android:focusable="false" | 27 | android:focusable="false" |
| 27 | android:focusableInTouchMode="false" /> | 28 | android:focusableInTouchMode="false" |
| 29 | android:defaultFocusHighlightEnabled="false" /> | ||
| 28 | 30 | ||
| 29 | <com.google.android.material.card.MaterialCardView | 31 | <com.google.android.material.card.MaterialCardView |
| 30 | android:id="@+id/loading_indicator" | 32 | android:id="@+id/loading_indicator" |
| @@ -32,7 +34,7 @@ | |||
| 32 | android:layout_width="wrap_content" | 34 | android:layout_width="wrap_content" |
| 33 | android:layout_height="wrap_content" | 35 | android:layout_height="wrap_content" |
| 34 | android:layout_gravity="center" | 36 | android:layout_gravity="center" |
| 35 | android:focusable="false" | 37 | android:defaultFocusHighlightEnabled="false" |
| 36 | android:clickable="false"> | 38 | android:clickable="false"> |
| 37 | 39 | ||
| 38 | <androidx.constraintlayout.widget.ConstraintLayout | 40 | <androidx.constraintlayout.widget.ConstraintLayout |
| @@ -118,6 +120,7 @@ | |||
| 118 | android:layout_gravity="center" | 120 | android:layout_gravity="center" |
| 119 | android:focusable="true" | 121 | android:focusable="true" |
| 120 | android:focusableInTouchMode="true" | 122 | android:focusableInTouchMode="true" |
| 123 | android:defaultFocusHighlightEnabled="false" | ||
| 121 | android:visibility="invisible" /> | 124 | android:visibility="invisible" /> |
| 122 | 125 | ||
| 123 | <Button | 126 | <Button |
diff --git a/src/android/app/src/main/res/layout/fragment_folders.xml b/src/android/app/src/main/res/layout/fragment_folders.xml index d7c4c7cb0..b5c7676d8 100644 --- a/src/android/app/src/main/res/layout/fragment_folders.xml +++ b/src/android/app/src/main/res/layout/fragment_folders.xml | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | android:layout_width="match_parent" | 33 | android:layout_width="match_parent" |
| 34 | android:layout_height="wrap_content" | 34 | android:layout_height="wrap_content" |
| 35 | android:clipToPadding="false" | 35 | android:clipToPadding="false" |
| 36 | android:defaultFocusHighlightEnabled="false" | ||
| 36 | app:layout_behavior="@string/appbar_scrolling_view_behavior" /> | 37 | app:layout_behavior="@string/appbar_scrolling_view_behavior" /> |
| 37 | 38 | ||
| 38 | </androidx.coordinatorlayout.widget.CoordinatorLayout> | 39 | </androidx.coordinatorlayout.widget.CoordinatorLayout> |
diff --git a/src/android/app/src/main/res/layout/fragment_game_info.xml b/src/android/app/src/main/res/layout/fragment_game_info.xml index 7daca72df..f29e7e376 100644 --- a/src/android/app/src/main/res/layout/fragment_game_info.xml +++ b/src/android/app/src/main/res/layout/fragment_game_info.xml | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | android:id="@+id/scroll_info" | 27 | android:id="@+id/scroll_info" |
| 28 | android:layout_width="match_parent" | 28 | android:layout_width="match_parent" |
| 29 | android:layout_height="wrap_content" | 29 | android:layout_height="wrap_content" |
| 30 | android:defaultFocusHighlightEnabled="false" | ||
| 30 | app:layout_behavior="@string/appbar_scrolling_view_behavior"> | 31 | app:layout_behavior="@string/appbar_scrolling_view_behavior"> |
| 31 | 32 | ||
| 32 | <LinearLayout | 33 | <LinearLayout |
diff --git a/src/android/app/src/main/res/layout/fragment_game_properties.xml b/src/android/app/src/main/res/layout/fragment_game_properties.xml index cadd0bc4a..436ebd79d 100644 --- a/src/android/app/src/main/res/layout/fragment_game_properties.xml +++ b/src/android/app/src/main/res/layout/fragment_game_properties.xml | |||
| @@ -12,7 +12,8 @@ | |||
| 12 | android:layout_height="match_parent" | 12 | android:layout_height="match_parent" |
| 13 | android:scrollbars="vertical" | 13 | android:scrollbars="vertical" |
| 14 | android:fadeScrollbars="false" | 14 | android:fadeScrollbars="false" |
| 15 | android:clipToPadding="false"> | 15 | android:clipToPadding="false" |
| 16 | android:defaultFocusHighlightEnabled="false"> | ||
| 16 | 17 | ||
| 17 | <LinearLayout | 18 | <LinearLayout |
| 18 | android:id="@+id/layout_all" | 19 | android:id="@+id/layout_all" |
| @@ -86,7 +87,7 @@ | |||
| 86 | android:id="@+id/list_properties" | 87 | android:id="@+id/list_properties" |
| 87 | android:layout_width="match_parent" | 88 | android:layout_width="match_parent" |
| 88 | android:layout_height="match_parent" | 89 | android:layout_height="match_parent" |
| 89 | tools:listitem="@layout/card_simple_outlined" /> | 90 | android:defaultFocusHighlightEnabled="false" /> |
| 90 | 91 | ||
| 91 | </LinearLayout> | 92 | </LinearLayout> |
| 92 | 93 | ||
diff --git a/src/android/app/src/main/res/layout/fragment_games.xml b/src/android/app/src/main/res/layout/fragment_games.xml index a0568668a..cc280b1ff 100644 --- a/src/android/app/src/main/res/layout/fragment_games.xml +++ b/src/android/app/src/main/res/layout/fragment_games.xml | |||
| @@ -27,6 +27,7 @@ | |||
| 27 | android:layout_width="match_parent" | 27 | android:layout_width="match_parent" |
| 28 | android:layout_height="match_parent" | 28 | android:layout_height="match_parent" |
| 29 | android:clipToPadding="false" | 29 | android:clipToPadding="false" |
| 30 | android:defaultFocusHighlightEnabled="false" | ||
| 30 | tools:listitem="@layout/card_game" /> | 31 | tools:listitem="@layout/card_game" /> |
| 31 | 32 | ||
| 32 | </RelativeLayout> | 33 | </RelativeLayout> |
diff --git a/src/android/app/src/main/res/layout/fragment_home_settings.xml b/src/android/app/src/main/res/layout/fragment_home_settings.xml index d84093ba3..c179f9341 100644 --- a/src/android/app/src/main/res/layout/fragment_home_settings.xml +++ b/src/android/app/src/main/res/layout/fragment_home_settings.xml | |||
| @@ -7,7 +7,8 @@ | |||
| 7 | android:background="?attr/colorSurface" | 7 | android:background="?attr/colorSurface" |
| 8 | android:scrollbars="vertical" | 8 | android:scrollbars="vertical" |
| 9 | android:fadeScrollbars="false" | 9 | android:fadeScrollbars="false" |
| 10 | android:clipToPadding="false"> | 10 | android:clipToPadding="false" |
| 11 | android:defaultFocusHighlightEnabled="false"> | ||
| 11 | 12 | ||
| 12 | <androidx.appcompat.widget.LinearLayoutCompat | 13 | <androidx.appcompat.widget.LinearLayoutCompat |
| 13 | android:id="@+id/linear_layout_settings" | 14 | android:id="@+id/linear_layout_settings" |