2013-08-29 17:13:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-08-29 21:20:46 +00:00
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
2013-08-29 17:13:44 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<!-- This is what everything is rendered to during emulation -->
|
|
|
|
<org.dolphinemu.dolphinemu.NativeGLSurfaceView
|
|
|
|
android:id="@+id/emulationView"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:focusable="false"
|
|
|
|
android:focusableInTouchMode="false"/>
|
|
|
|
|
2013-08-29 21:20:46 +00:00
|
|
|
</merge>
|