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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1638 - (show annotations) (download) (as text)
Sun Nov 27 19:44:28 2011 UTC (12 years, 5 months ago) by torben
File MIME type: text/xml
File size: 1980 byte(s)
Add basic about screen (and add /bin/ to svn:ignore)
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 <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 android:text="@string/app_name"
27 android:textSize="22sp"
28 android:textStyle="bold"
29 android:paddingTop="6px"
30 />
31 </LinearLayout>
32 <TextView
33 android:id="@+id/app_version"
34 android:layout_width="wrap_content"
35 android:layout_height="wrap_content"
36 android:textStyle="bold"
37 android:paddingTop="6px"
38 android:textSize="16sp"
39 android:text="Version: 0.0.1"
40 />
41
42 <TextView
43 android:layout_width="wrap_content"
44 android:layout_height="wrap_content"
45 android:textStyle="bold"
46 android:paddingTop="6px"
47 android:textSize="16sp"
48 android:text="By Torben H. Nielsen"
49 />
50 <TextView
51 android:layout_width="wrap_content"
52 android:layout_height="wrap_content"
53 android:textStyle="bold"
54 android:paddingTop="6px"
55 android:textSize="16sp"
56 android:autoLink="email"
57 android:text="Mail: hoerup1981@gmail.com"
58 />
59 <TextView
60 android:layout_width="wrap_content"
61 android:layout_height="wrap_content"
62 android:textStyle="bold"
63 android:paddingTop="6px"
64 android:textSize="16sp"
65 android:autoLink="web"
66 android:text="http://t-hoerup.dk/android/traininfo/"
67 />
68
69
70
71
72 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20