summaryrefslogtreecommitdiff
path: root/android/android_studio_project/app/src/main/res/layout/activity_window_demo.xml
blob: 3bbd1211bd485d9cd15856a43e29068634b761cd (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<jp.xenia.emulator.WindowSurfaceView xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/window_demo_surface_view"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context="jp.xenia.emulator.WindowDemoActivity" />