diff options
| author | 2023-05-13 19:08:56 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:06:02 -0700 | |
| commit | a0a0703f305b2d6cb7c04e0f02c3c9c769d75d1b (patch) | |
| tree | 34c6d95a81d9c205223f72d3d8cba0ef3bd696fc /src/android | |
| parent | android: Shortcut to settings activity on reselection (diff) | |
| download | yuzu-a0a0703f305b2d6cb7c04e0f02c3c9c769d75d1b.tar.gz yuzu-a0a0703f305b2d6cb7c04e0f02c3c9c769d75d1b.tar.xz yuzu-a0a0703f305b2d6cb7c04e0f02c3c9c769d75d1b.zip | |
android: Fix background color within inset areas
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/src/main/res/layout-w600dp/activity_main.xml | 3 | ||||
| -rw-r--r-- | src/android/app/src/main/res/layout/activity_main.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/android/app/src/main/res/layout-w600dp/activity_main.xml b/src/android/app/src/main/res/layout-w600dp/activity_main.xml index 8a4f46bef..74bee872e 100644 --- a/src/android/app/src/main/res/layout-w600dp/activity_main.xml +++ b/src/android/app/src/main/res/layout-w600dp/activity_main.xml | |||
| @@ -5,7 +5,8 @@ | |||
| 5 | xmlns:tools="http://schemas.android.com/tools" | 5 | xmlns:tools="http://schemas.android.com/tools" |
| 6 | android:id="@+id/coordinator_main" | 6 | android:id="@+id/coordinator_main" |
| 7 | android:layout_width="match_parent" | 7 | android:layout_width="match_parent" |
| 8 | android:layout_height="match_parent"> | 8 | android:layout_height="match_parent" |
| 9 | android:background="?attr/colorSurface"> | ||
| 9 | 10 | ||
| 10 | <androidx.fragment.app.FragmentContainerView | 11 | <androidx.fragment.app.FragmentContainerView |
| 11 | android:id="@+id/fragment_container" | 12 | android:id="@+id/fragment_container" |
diff --git a/src/android/app/src/main/res/layout/activity_main.xml b/src/android/app/src/main/res/layout/activity_main.xml index 7db1a409e..ad426457f 100644 --- a/src/android/app/src/main/res/layout/activity_main.xml +++ b/src/android/app/src/main/res/layout/activity_main.xml | |||
| @@ -5,7 +5,8 @@ | |||
| 5 | xmlns:tools="http://schemas.android.com/tools" | 5 | xmlns:tools="http://schemas.android.com/tools" |
| 6 | android:id="@+id/coordinator_main" | 6 | android:id="@+id/coordinator_main" |
| 7 | android:layout_width="match_parent" | 7 | android:layout_width="match_parent" |
| 8 | android:layout_height="match_parent"> | 8 | android:layout_height="match_parent" |
| 9 | android:background="?attr/colorSurface"> | ||
| 9 | 10 | ||
| 10 | <androidx.fragment.app.FragmentContainerView | 11 | <androidx.fragment.app.FragmentContainerView |
| 11 | android:id="@+id/fragment_container" | 12 | android:id="@+id/fragment_container" |