1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="fill_parent" android:layout_height="fill_parent" 4 android:id="@+id/ParentLayout" android:orientation="vertical" 5 android:background="@drawable/wallpaper7"> 6 <ScrollView 7 android:id="@+id/scrollview1" 8 android:layout_width="fill_parent" 9 android:layout_height="fill_parent" android:layout_weight="1"> 10 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 11 android:orientation="vertical" android:layout_width="fill_parent" 12 android:layout_height="fill_parent" android:background="@drawable/wallpaper7"> 13 <ListView android:id="@+id/android:list" android:layout_width="fill_parent" 14 android:layout_height="0px" android:layout_weight="1" 15 android:cacheColorHint="#00000000" android:textSize="10sp"> 16 </ListView> 17 18 </LinearLayout> 19 </ScrollView> 20 <LinearLayout android:id="@+id/widget244" 21 android:layout_alignParentBottom="true" android:layout_width="fill_parent" 22 android:layout_height="wrap_content" android:gravity="right"> 23 <Button android:id="@+id/btnBack" android:layout_width="150dip" 24 android:layout_height="wrap_content" android:text="@string/btnBack" 25 android:layout_gravity="right"> 26 </Button> 27 </LinearLayout> 28 </LinearLayout> 29 30