Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2 | Rev 5 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
3 | android:orientation="vertical"
|
3 | android:orientation="vertical"
|
4 | android:layout_width="fill_parent"
|
4 | android:layout_width="fill_parent"
|
5 | android:layout_height="fill_parent"
|
5 | android:layout_height="fill_parent"
|
6 | >
|
6 | >
|
- | 7 | ||
- | 8 | ||
7 | <TextView
|
9 | <TextView
|
- | 10 | style="@android:style/TextAppearance.Large"
|
|
8 | android:layout_width="fill_parent"
|
11 | android:layout_width="fill_parent"
|
9 | android:layout_height="wrap_content"
|
12 | android:layout_height="wrap_content"
|
10 | android:text="@string/hello"
|
13 | android:text="Android Einheiten Umrechner"
|
11 | />
|
14 | />
|
- | 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 | ||
12 | </LinearLayout>
|
40 | </LinearLayout>
|