citra_android: Fix background color on first launch

The incorrect background color could appear when the games fragment is not initialized as it is during first boot. Now it appears correctly as colorSurface.
This commit is contained in:
Charles Lombardo 2023-04-14 20:49:47 -04:00
parent 1adf631725
commit 8a3afaf9e6
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/coordinator_main"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="?attr/colorSurface">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar"