/[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 483 by torben, Thu Oct 29 10:49:14 2009 UTC revision 1548 by torben, Thu Jul 7 19:44:01 2011 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      <LinearLayout      <LinearLayout
11          android:orientation="horizontal"          android:orientation="horizontal"
# 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"
49                    android:layout_height="15dp"
50                    />
51                    
52    
53    
54        <View android:layout_width="fill_parent"
55                    android:layout_height="15dp"
56                    />
57    
58    
59                                    
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" />
                   
     <View android:layout_width="fill_parent"  
                 android:layout_height="wrap_content"  
                 android:layout_weight="1"  
                 />  
                                   
64    
         <com.admob.android.ads.AdView    
                                 android:layout_width="fill_parent"  
                                 android:layout_height="wrap_content"  
                                 admobsdk:backgroundColor="#000000"  
                                 admobsdk:textColor="#FFFFFF"  
                                 admobsdk:keywords="Android application,train stations, denmark, s-tog, tog, denmark"  
                                 admobsdk:isGoneWithoutAd="false"  
                                 admobsdk:testing="true"  
                 />  
     
65  </LinearLayout>  </LinearLayout>

Legend:
Removed from v.483  
changed lines
  Added in v.1548

  ViewVC Help
Powered by ViewVC 1.1.20