/[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 481 by torben, Thu Oct 29 08:56:17 2009 UTC revision 846 by torben, Mon Jun 14 06:34:29 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      <ImageView android:id="@+id/splash"
11                  android:layout_width="wrap_content"          android:layout_width="fill_parent"
12                  android:layout_height="wrap_content"          android:layout_height="fill_parent"
13                  android:src="@drawable/train"          android:src="@drawable/splash"
14                  android:paddingBottom="2px"          android:background="#fff"
15                  />          android:visibility="gone"
16            />
17        <LinearLayout
18            android:orientation="horizontal"
19            android:layout_width="fill_parent"
20            android:layout_height="wrap_content"
21                    android:padding="5dp"    
22            >
23                <ImageView
24                            android:layout_width="wrap_content"
25                            android:layout_height="wrap_content"
26                            android:src="@drawable/train"
27                            android:paddingBottom="2px"
28                            android:paddingRight="20px"
29                            />
30                <TextView
31                            android:layout_width="wrap_content"
32                            android:layout_height="wrap_content"
33                            android:text="@string/app_name"
34                                    android:textSize="22sp"
35                                    android:textStyle="bold"
36                                    android:paddingTop="6px"
37                            />
38        </LinearLayout>
39                                        
40      <Button android:id="@+id/nearest"      <Button android:id="@+id/nearest"
41                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
42                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
43                  android:text="Find nearest stations" />                  android:text="@string/welcome_nearest" />
44            
45      <Button android:id="@+id/search"      <Button android:id="@+id/search"
46                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
47                  android:layout_height="wrap_content"                      android:layout_height="wrap_content"    
48                  android:text="Search stations" />                  android:text="@string/welcome_search" />
49            
50      <Button android:id="@+id/favorites"      <Button android:id="@+id/favorites"
51                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
52                  android:layout_height="wrap_content"                    android:layout_height="wrap_content"  
53                  android:text="Favorite stations" />                  android:text="@string/welcome_favorites" />
54    
55        <View android:layout_width="fill_parent"
56                    android:layout_height="10px"
57                    />
58    
59    
60                                    
61      <Button android:id="@+id/about"      <Button android:id="@+id/about"
62                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
63                  android:layout_height="wrap_content"                    android:layout_height="wrap_content"  
64                  android:text="About" />                  android:text="@string/welcome_about" />
                   
     <View android:layout_width="fill_parent"  
                 android:layout_height="wrap_content"  
                 android:layout_weight="1"  
                 />  
                                   
65    
         <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"  
                 />  
     
66  </LinearLayout>  </LinearLayout>

Legend:
Removed from v.481  
changed lines
  Added in v.846

  ViewVC Help
Powered by ViewVC 1.1.20