mirror of
https://github.com/libretro/RetroArch
synced 2025-02-15 09:40:11 +00:00
13 lines
477 B
XML
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> |