/[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 560 by torben, Thu Nov 12 10:03:22 2009 UTC revision 561 by torben, Thu Jan 28 08:55:19 2010 UTC
# Line 33  Line 33 
33      <Button android:id="@+id/nearest"      <Button android:id="@+id/nearest"
34                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
35                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
36                  android:text="Find nearest stations" />                  android:text="@string/welcome_nearest" />
37            
38      <Button android:id="@+id/search"      <Button android:id="@+id/search"
39                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
40                  android:layout_height="wrap_content"                      android:layout_height="wrap_content"    
41                  android:text="Search stations" />                  android:text="@string/welcome_search" />
42            
43      <Button android:id="@+id/favorites"      <Button android:id="@+id/favorites"
44                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
45                  android:layout_height="wrap_content"                    android:layout_height="wrap_content"  
46                  android:text="Favorite stations" />                  android:text="@string/welcome_favorites" />
47    
48      <View android:layout_width="fill_parent"      <View android:layout_width="fill_parent"
49                  android:layout_height="10px"                  android:layout_height="10px"
# Line 54  Line 54 
54      <Button android:id="@+id/about"      <Button android:id="@+id/about"
55                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
56                  android:layout_height="wrap_content"                    android:layout_height="wrap_content"  
57                  android:text="About" />                  android:text="@string/welcome_about" />
58    
59  </LinearLayout>  </LinearLayout>

Legend:
Removed from v.560  
changed lines
  Added in v.561

  ViewVC Help
Powered by ViewVC 1.1.20