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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 481 - (show annotations) (download) (as text)
Thu Oct 29 08:56:17 2009 UTC (14 years, 6 months ago) by torben
File MIME type: text/xml
File size: 1781 byte(s)
New gui structure with a initial welcome screen
1 <?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 android:padding="5dp"
9 >
10 <ImageView
11 android:layout_width="wrap_content"
12 android:layout_height="wrap_content"
13 android:src="@drawable/train"
14 android:paddingBottom="2px"
15 />
16
17 <Button android:id="@+id/nearest"
18 android:layout_width="fill_parent"
19 android:layout_height="wrap_content"
20 android:text="Find nearest stations" />
21
22 <Button android:id="@+id/search"
23 android:layout_width="fill_parent"
24 android:layout_height="wrap_content"
25 android:text="Search stations" />
26
27 <Button android:id="@+id/favorites"
28 android:layout_width="fill_parent"
29 android:layout_height="wrap_content"
30 android:text="Favorite stations" />
31
32 <Button android:id="@+id/about"
33 android:layout_width="fill_parent"
34 android:layout_height="wrap_content"
35 android:text="About" />
36
37 <View android:layout_width="fill_parent"
38 android:layout_height="wrap_content"
39 android:layout_weight="1"
40 />
41
42
43 <com.admob.android.ads.AdView
44 android:layout_width="fill_parent"
45 android:layout_height="wrap_content"
46 admobsdk:backgroundColor="#000000"
47 admobsdk:textColor="#FFFFFF"
48 admobsdk:keywords="Android application,train stations, denmark, s-tog, tog, denmark"
49 admobsdk:isGoneWithoutAd="false"
50 admobsdk:testing="true"
51 />
52
53 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20