hm-lok

Unnamed repository; edit this file 'description' to name the repository.
git clone http://git.code.weiherhei.de/hm-lok.git
Log | Files | Refs

pvo.xml (504B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      3 	android:orientation="vertical" android:layout_width="fill_parent"
      4 	android:layout_height="fill_parent">
      5 
      6 
      7     <ListView 
      8         android:id="@id/android:list" 
      9         android:textSize="25sp"
     10         android:layout_width="wrap_content" 
     11         android:layout_height="wrap_content"
     12         android:clickable="true" android:longClickable="true"
     13         >
     14     </ListView>
     15     
     16 </LinearLayout>