mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 09:39:56 +00:00
8 lines
231 B
XML
8 lines
231 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/list"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" >
|
|
</ListView>
|
|
|