/[projects]/android/TrainInfo/res/layout/welcome.xml
ViewVC logotype

Annotation of /android/TrainInfo/res/layout/welcome.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1446 - (hide annotations) (download) (as text)
Wed May 4 20:25:15 2011 UTC (13 years, 1 month ago) by torben
File MIME type: text/xml
File size: 2154 byte(s)
Add preferences
1 torben 481 <?xml version="1.0" encoding="utf-8"?>
2     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     xmlns:admobsdk="http://schemas.android.com/apk/res/dk.thoerup.traininfo"
4    
5     android:orientation="vertical"
6     android:layout_width="fill_parent"
7     android:layout_height="fill_parent"
8 torben 743 android:padding="5dp"
9 torben 481 >
10 torben 482 <LinearLayout
11     android:orientation="horizontal"
12     android:layout_width="fill_parent"
13     android:layout_height="wrap_content"
14     android:padding="5dp"
15     >
16     <ImageView
17     android:layout_width="wrap_content"
18     android:layout_height="wrap_content"
19     android:src="@drawable/train"
20     android:paddingBottom="2px"
21     android:paddingRight="20px"
22     />
23     <TextView
24     android:layout_width="wrap_content"
25     android:layout_height="wrap_content"
26 torben 483 android:text="@string/app_name"
27 torben 482 android:textSize="22sp"
28     android:textStyle="bold"
29     android:paddingTop="6px"
30     />
31     </LinearLayout>
32 torben 481
33     <Button android:id="@+id/nearest"
34     android:layout_width="fill_parent"
35     android:layout_height="wrap_content"
36 torben 561 android:text="@string/welcome_nearest" />
37 torben 481
38     <Button android:id="@+id/search"
39     android:layout_width="fill_parent"
40     android:layout_height="wrap_content"
41 torben 561 android:text="@string/welcome_search" />
42 torben 481
43     <Button android:id="@+id/favorites"
44     android:layout_width="fill_parent"
45     android:layout_height="wrap_content"
46 torben 561 android:text="@string/welcome_favorites" />
47 torben 500
48     <View android:layout_width="fill_parent"
49 torben 1446 android:layout_height="15dp"
50 torben 500 />
51 torben 1446
52     <Button android:id="@+id/settings"
53     android:layout_width="fill_parent"
54     android:layout_height="wrap_content"
55     android:text="@string/welcome_settings" />
56 torben 500
57    
58 torben 1446 <View android:layout_width="fill_parent"
59     android:layout_height="15dp"
60     />
61    
62    
63 torben 481
64     <Button android:id="@+id/about"
65     android:layout_width="fill_parent"
66     android:layout_height="wrap_content"
67 torben 561 android:text="@string/welcome_about" />
68 torben 481
69     </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20