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

  ViewVC Help
Powered by ViewVC 1.1.20