RetroArch/android/andretro/res/layout/retro_display.xml
twinaphex ac8448c844 (Android)Add meancoot's andretro frontend - will need some
heavy maintenance to make up-to-date again
2013-07-14 21:06:41 +02:00

13 lines
477 B
XML

<?xml version="1.0" encoding="utf-8"?>
<org.andretro.input.view.InputGroup xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/base"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<android.opengl.GLSurfaceView
android:id="@+id/renderer"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</android.opengl.GLSurfaceView>
</org.andretro.input.view.InputGroup>