project_files/Android-build/SDL-android-project/res/layout/config.xml
branchhedgeroid
changeset 7857 2bc61f8841a1
parent 7855 ddcdedd3330b
parent 7695 6237d2f002ba
child 7859 519d5bc91dd3
equal deleted inserted replaced
7855:ddcdedd3330b 7857:2bc61f8841a1
     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