/[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 499 by torben, Thu Oct 29 13:01:24 2009 UTC revision 500 by torben, Thu Nov 12 10:03:22 2009 UTC
# Line 44  Line 44 
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="Favorite stations" />
47    
48        <View android:layout_width="fill_parent"
49                    android:layout_height="10px"
50                    />
51    
52    
53                                    
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="About" />
                   
     <View android:layout_width="fill_parent"  
                 android:layout_height="wrap_content"  
                 android:layout_weight="1"  
                 />  
                                   
58    
         <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"  
                 />  
     
59  </LinearLayout>  </LinearLayout>

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

  ViewVC Help
Powered by ViewVC 1.1.20