mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-16 01:01:41 -04:00
12 lines
393 B
XML
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>
|