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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 500 by torben, Thu Nov 12 10:03:22 2009 UTC revision 743 by torben, Thu May 20 14:03:12 2010 UTC
# Line 5  Line 5 
5      android:orientation="vertical"      android:orientation="vertical"
6      android:layout_width="fill_parent"      android:layout_width="fill_parent"
7      android:layout_height="fill_parent"      android:layout_height="fill_parent"
8          android:padding="5dp"              android:padding="5dp"
9      >      >
10        <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      <LinearLayout      <LinearLayout
17          android:orientation="horizontal"          android:orientation="horizontal"
18          android:layout_width="fill_parent"          android:layout_width="fill_parent"
# Line 33  Line 39 
39      <Button android:id="@+id/nearest"      <Button android:id="@+id/nearest"
40                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
41                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
42                  android:text="Find nearest stations" />                  android:text="@string/welcome_nearest" />
43            
44      <Button android:id="@+id/search"      <Button android:id="@+id/search"
45                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
46                  android:layout_height="wrap_content"                      android:layout_height="wrap_content"    
47                  android:text="Search stations" />                  android:text="@string/welcome_search" />
48            
49      <Button android:id="@+id/favorites"      <Button android:id="@+id/favorites"
50                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
51                  android:layout_height="wrap_content"                    android:layout_height="wrap_content"  
52                  android:text="Favorite stations" />                  android:text="@string/welcome_favorites" />
53    
54      <View android:layout_width="fill_parent"      <View android:layout_width="fill_parent"
55                  android:layout_height="10px"                  android:layout_height="10px"
# Line 54  Line 60 
60      <Button android:id="@+id/about"      <Button android:id="@+id/about"
61                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
62                  android:layout_height="wrap_content"                    android:layout_height="wrap_content"  
63                  android:text="About" />                  android:text="@string/welcome_about" />
64    
65  </LinearLayout>  </LinearLayout>

Legend:
Removed from v.500  
changed lines
  Added in v.743

  ViewVC Help
Powered by ViewVC 1.1.20