summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/activity_emulation.xml
blob: f6360a65b1b662928b0bbcab2c2bd1b50689227b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/frame_content"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:keepScreenOn="true">

    <FrameLayout
        android:id="@+id/frame_emulation_fragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</FrameLayout>