/[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 482 by torben, Thu Oct 29 09:38:13 2009 UTC
# Line 7  Line 7 
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="Traininfo DK"
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"

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

  ViewVC Help
Powered by ViewVC 1.1.20