blob: 2ebea4fc3466f14e9bb1eb761e578905ee147520 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<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>
|