Subversion Repositories ES

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 PointedEar 1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:orientation="vertical"
4
    android:layout_width="fill_parent"
5
    android:layout_height="fill_parent"
6
    >
5 PointedEar 7
 
8
 
2 PointedEar 9
<TextView
5 PointedEar 10
	style="@android:style/TextAppearance.Large"
2 PointedEar 11
    android:layout_width="fill_parent"
12
    android:layout_height="wrap_content"
5 PointedEar 13
    android:text="Android Einheiten Umrechner"
2 PointedEar 14
    />
5 PointedEar 15
 
16
<Button
17
	android:id="@+id/sf_starte_menue01"
18
	android:layout_width="fill_parent"
19
	android:layout_height="wrap_content"
20
	android:text="@string/activity_length" />
21
 
22
<Button
23
	android:id="@+id/sf_starte_menue02"
24
	android:layout_width="fill_parent"
25
	android:layout_height="wrap_content"
26
	android:text="@string/activity_temperatures" />
27
 
28
<Button
29
	android:id="@+id/sf_starte_menue03"
30
	android:layout_width="fill_parent"
31
	android:layout_height="wrap_content"
32
	android:text="@string/activity_currencies" />
33
 
34
<ImageView
35
    android:layout_width="fill_parent"
36
    android:layout_height="fill_parent"
37
    android:layout_gravity="center_horizontal"
38
    android:src="@drawable/aum" />
39
 
2 PointedEar 40
</LinearLayout>