android/settings: Make background color match the rest of the app

This commit is contained in:
FearlessTobi 2020-04-13 05:14:08 +02:00 committed by xperia64
parent 5f6ae9de98
commit a1ec009ceb

View File

@ -7,6 +7,6 @@
android:id="@+id/list_settings"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:attr/colorBackground" />
android:background="@color/card_view_background" />
</org.citra.citra_emu.features.settings.ui.SettingsFrameLayout>