Files
dolphin/Source/Android/app/src/main/res/layout/activity_emulation.xml
2018-10-27 18:29:01 +08:00

12 lines
393 B
XML

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/frame_content">
<FrameLayout
android:id="@+id/frame_emulation_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>