blob: 0d31600422e523a2bd583083d175b738e8f75c7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_emulation"
android:layout_height="match_parent"
android:layout_width="match_parent">
<SurfaceView
android:id="@+id/surface_emulation"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:focusable="false"
android:focusableInTouchMode="false" />
</FrameLayout>
|