01.
<?xml version=
"1.0"
encoding=
"utf-8"
?>
02.
<LinearLayout
04.
android:orientation=
"horizontal"
05.
android:layout_width=
"match_parent"
06.
android:layout_height=
"40dip"
07.
android:gravity=
"center_vertical"
08.
android:paddingLeft=
"5dip"
09.
android:background=
"#323331"
>
10.
<TextView
11.
android:id=
"@+id/header"
12.
android:text=
"Loot"
13.
android:textSize=
"20dp"
14.
android:textColor=
"#FFFFFF"
15.
android:layout_width=
"wrap_content"
16.
android:layout_height=
"wrap_content"
/>
17.
<Button
18.
android:id=
"@+id/Back"
19.
android:layout_width=
"wrap_content"
20.
android:layout_height=
"wrap_content"
21.
android:text=
"back"
22.
android:textColor=
"#FFFFFF"
23.
android:background=
"#323331"
/>
24.
25.
</LinearLayout>