summaryrefslogtreecommitdiff
path: root/SDL_Android/LivioSdlUtilities/res/layout/listview.xml
blob: 0382fd455c6afb6fb46be0ff696f525d6e3958f6 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/listView"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >
    

</ListView>