14 lines
535 B
XML
14 lines
535 B
XML
<?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="?attr/colorSurface" />
|
|
|
|
</org.yuzu.yuzu_emu.features.settings.ui.SettingsFrameLayout>
|