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_red" 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:focusable = "false" 16 android:focusableInTouchMode = "false" 17 android:scaleType="fitXY" 18 19 /> 20 <TextView android:id="@+id/title" xmlns:android="http://schemas.android.com/apk/res/android" 21 android:layout_width="265dp" 22 android:layout_height="36dp" 23 android:textSize = "24sp" 24 android:textStyle = "bold" 25 android:textColor = "#066659" 26 android:gravity = "top" 27 android:layout_x="20dp" 28 android:layout_y="5dp" 29 android:text="@string/level_1_1" 30 /> 31 32 <TextView android:id="@+id/time" xmlns:android="http://schemas.android.com/apk/res/android" 33 android:layout_width="60dp" 34 android:layout_height="15dp" 35 android:textSize = "12sp" 36 android:textColor = "#066659" 37 android:gravity = "top" 38 android:layout_x="290dp" 39 android:layout_y="25dp" 40 android:text="@string/s0_02_031" 41 /> 42 43</AbsoluteLayout>