project_files/Android-build/SDL-android-project/res/layout/config.xml
branchphysfslayer
changeset 7951 c64c0b413ff7
parent 7931 5a27ed7f17b7
parent 7947 0cf5277fef1a
child 7955 85b3970b402a
equal deleted inserted replaced
7931:5a27ed7f17b7 7951:c64c0b413ff7
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     3     android:layout_width="fill_parent"
       
     4     android:layout_height="fill_parent">
       
     5     	
       
     6     <ListView
       
     7     	android:id="@+id/listView"
       
     8     	android:layout_width="wrap_content"
       
     9     	android:layout_height="fill_parent"/>
       
    10     	
       
    11 </RelativeLayout>
       
    12