summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/fragment_settings.xml
blob: b44e77297c86eaa37ec8594a0049bea1cf6757bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<org.yuzu.yuzu_emu.features.settings.ui.SettingsFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <androidx.recyclerview.widget.RecyclerView
        android:id="@+id/list_settings"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@color/view_background" />

</org.yuzu.yuzu_emu.features.settings.ui.SettingsFrameLayout>