Files
dolphin/Source/Android/app/src/main/res/layout/fragment_settings.xml
2019-01-21 10:30:19 +08:00

13 lines
673 B
XML

<?xml version="1.0" encoding="utf-8"?>
<org.dolphinemu.dolphinemu.features.settings.ui.SettingsFrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:id="@+id/list_settings"
android:background="@android:color/white"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</org.dolphinemu.dolphinemu.features.settings.ui.SettingsFrameLayout>