blob: 97fd936f52bfe60442339ea5d3056f991c0e018b [file] [log] [blame]
sm0a9f4cfd74d62010-03-18 09:32:06 +00001<?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"
Keun young Park6cb78e52012-01-09 12:41:51 -080027 android:text="@string/level_1_1"
sm0a9f4cfd74d62010-03-18 09:32:06 +000028 />
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"
Keun young Park6cb78e52012-01-09 12:41:51 -080038 android:text="@string/s0_02_031"
sm0a9f4cfd74d62010-03-18 09:32:06 +000039 />
40
41</AbsoluteLayout>