1 <?xml version="1.0" encoding="utf-8"?> 2 <AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="fill_parent" 4 android:layout_height="70dp" 5 android:background = "#000000" 6 > 7 <ImageView 8 android:src="@drawable/ui_rack_green" 9 android:adjustViewBounds="true" 10 android:gravity="center_vertical" 11 android:layout_width="fill_parent" 12 android:layout_height="fill_parent" 13 android:layout_x="0dp" 14 android:layout_y="0dp" 15 android:scaleType="fitXY" 16 /> 17 18 <TextView android:id="@+id/title" xmlns:android="http://schemas.android.com/apk/res/android" 19 android:layout_width="265dp" 20 android:layout_height="36dp" 21 android:textSize = "24sp" 22 android:textStyle = "bold" 23 android:textColor = "#65ff99" 24 android:gravity = "top" 25 android:layout_x="20dp" 26 android:layout_y="5dp" 27 android:text="@string/level_1_1" 28 /> 29 30 <TextView android:id="@+id/time" xmlns:android="http://schemas.android.com/apk/res/android" 31 android:layout_width="60dp" 32 android:layout_height="15dp" 33 android:textSize = "12sp" 34 android:textColor = "#65ff99" 35 android:gravity = "top" 36 android:layout_x="290dp" 37 android:layout_y="25dp" 38 android:text="@string/s0_02_031" 39 /> 40 41 </AbsoluteLayout>