/[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 743 - (hide annotations) (download) (as text)
Thu May 20 14:03:12 2010 UTC (14 years ago) by torben
File MIME type: text/xml
File size: 2073 byte(s)
Add SplashScreen
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 743 <ImageView android:id="@+id/splash"
11     android:layout_width="fill_parent"
12     android:layout_height="fill_parent"
13     android:src="@drawable/splash"
14     android:background="#fff"
15     />
16 torben 482 <LinearLayout
17     android:orientation="horizontal"
18     android:layout_width="fill_parent"
19     android:layout_height="wrap_content"
20     android:padding="5dp"
21     >
22     <ImageView
23     android:layout_width="wrap_content"
24     android:layout_height="wrap_content"
25     android:src="@drawable/train"
26     android:paddingBottom="2px"
27     android:paddingRight="20px"
28     />
29     <TextView
30     android:layout_width="wrap_content"
31     android:layout_height="wrap_content"
32 torben 483 android:text="@string/app_name"
33 torben 482 android:textSize="22sp"
34     android:textStyle="bold"
35     android:paddingTop="6px"
36     />
37     </LinearLayout>
38 torben 481
39     <Button android:id="@+id/nearest"
40     android:layout_width="fill_parent"
41     android:layout_height="wrap_content"
42 torben 561 android:text="@string/welcome_nearest" />
43 torben 481
44     <Button android:id="@+id/search"
45     android:layout_width="fill_parent"
46     android:layout_height="wrap_content"
47 torben 561 android:text="@string/welcome_search" />
48 torben 481
49     <Button android:id="@+id/favorites"
50     android:layout_width="fill_parent"
51     android:layout_height="wrap_content"
52 torben 561 android:text="@string/welcome_favorites" />
53 torben 500
54     <View android:layout_width="fill_parent"
55     android:layout_height="10px"
56     />
57    
58    
59 torben 481
60     <Button android:id="@+id/about"
61     android:layout_width="fill_parent"
62     android:layout_height="wrap_content"
63 torben 561 android:text="@string/welcome_about" />
64 torben 481
65     </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20