/[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 1446 by torben, Wed May 4 20:25:15 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      <ImageView      <LinearLayout
11                  android:layout_width="wrap_content"          android:orientation="horizontal"
12                  android:layout_height="wrap_content"          android:layout_width="fill_parent"
13                  android:src="@drawable/train"          android:layout_height="wrap_content"
14                  android:paddingBottom="2px"                  android:padding="5dp"    
15                  />          >
16                <ImageView
17                            android:layout_width="wrap_content"
18                            android:layout_height="wrap_content"
19                            android:src="@drawable/train"
20                            android:paddingBottom="2px"
21                            android:paddingRight="20px"
22                            />
23                <TextView
24                            android:layout_width="wrap_content"
25                            android:layout_height="wrap_content"
26                            android:text="@string/app_name"
27                                    android:textSize="22sp"
28                                    android:textStyle="bold"
29                                    android:paddingTop="6px"
30                            />
31        </LinearLayout>
32                                        
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      <Button android:id="@+id/about"      <Button android:id="@+id/settings"
53                  android:layout_width="fill_parent"                  android:layout_width="fill_parent"
54                  android:layout_height="wrap_content"                    android:layout_height="wrap_content"  
55                  android:text="About" />                  android:text="@string/welcome_settings" />
56                    
57    
58      <View android:layout_width="fill_parent"      <View android:layout_width="fill_parent"
59                  android:layout_height="wrap_content"                  android:layout_height="15dp"
                 android:layout_weight="1"  
60                  />                  />
                                   
61    
62          <com.admob.android.ads.AdView    
63                                  android:layout_width="fill_parent"                  
64                                  android:layout_height="wrap_content"      <Button android:id="@+id/about"
65                                  admobsdk:backgroundColor="#000000"                  android:layout_width="fill_parent"
66                                  admobsdk:textColor="#FFFFFF"                  android:layout_height="wrap_content"  
67                                  admobsdk:keywords="Android application,train stations, denmark, s-tog, tog, denmark"                  android:text="@string/welcome_about" />
68                                  admobsdk:isGoneWithoutAd="false"  
                                 admobsdk:testing="true"  
                 />  
     
69  </LinearLayout>  </LinearLayout>

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

  ViewVC Help
Powered by ViewVC 1.1.20