Duckstation/android/app/src/main/res/layout/activity_controller_mapping.xml

9 lines
315 B
XML
Raw Normal View History

2020-12-27 09:39:59 +00:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/settings"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>