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

  ViewVC Help
Powered by ViewVC 1.1.20