OSDN Git Service

fedddddb06ce9fbbe09dc2eafe42475528a45300
[train-delayed/source.git] / workspace / TrainDelayed / res / layout / main.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:orientation="vertical"
4     android:layout_width="fill_parent"
5     android:layout_height="fill_parent"
6     >
7 <LinearLayout
8         android:id="@+id/linearLayout00"
9         android:layout_height="wrap_content"
10         android:background="#999999"
11         android:padding="3dip"
12         android:layout_width="fill_parent">
13         <TextView android:text="none"
14                 android:textAppearance="?android:attr/textAppearanceMedium"
15         android:background="#cccccc"
16                 android:id="@+id/textView01"
17                 android:layout_width="fill_parent"
18                 android:layout_height="wrap_content">
19                 </TextView>
20 </LinearLayout>
21 <ScrollView android:id="@+id/scrollView01" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1">
22 <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical">
23 <LinearLayout
24         android:id="@+id/linearLayout01"
25         android:layout_height="wrap_content"
26         android:background="#ffffff"
27         android:padding="1dip"
28         android:layout_width="fill_parent">
29         <Button android:text="@+string/update_route_button" android:id="@+id/button01" android:layout_marginTop="4dip" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
30 </LinearLayout>
31 <LinearLayout
32         android:id="@+id/linearLayout02"
33         android:layout_height="wrap_content"
34         android:background="#ffffff"
35         android:padding="1dip"
36         android:layout_width="fill_parent">
37         <Button android:text="@+string/route_button" android:id="@+id/button02" android:layout_marginTop="4dip" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
38 </LinearLayout>
39 <LinearLayout
40         android:id="@+id/linearLayout03"
41         android:layout_height="wrap_content"
42         android:background="#ffffff"
43         android:padding="1dip"
44         android:layout_width="fill_parent">
45         <Button android:text="@+string/monitor_button" android:id="@+id/button03" android:layout_marginTop="4dip" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
46 </LinearLayout>
47 <LinearLayout
48         android:id="@+id/linearLayout04"
49         android:layout_height="wrap_content"
50         android:background="#ffffff"
51         android:padding="1dip"
52         android:layout_width="fill_parent">
53         <Button android:text="@+string/start_service_button" android:id="@+id/button04" android:layout_marginTop="4dip" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
54 </LinearLayout>
55 <LinearLayout
56         android:id="@+id/linearLayout05"
57         android:layout_height="wrap_content"
58         android:background="#ffffff"
59         android:padding="1dip"
60         android:layout_width="fill_parent">
61         <Button android:text="@+string/stop_service_button" android:id="@+id/button05" android:layout_marginTop="4dip" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
62 </LinearLayout>
63 <LinearLayout
64         android:id="@+id/linearLayout06"
65         android:layout_height="wrap_content"
66         android:background="#ffffff"
67         android:padding="1dip"
68         android:layout_width="fill_parent">
69         <Button android:text="@+string/history_button" android:id="@+id/button06" android:layout_marginTop="4dip" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
70 </LinearLayout>
71 <LinearLayout
72         android:id="@+id/linearLayout07"
73         android:layout_height="wrap_content"
74         android:background="#ffffff"
75         android:padding="1dip"
76         android:layout_width="fill_parent">
77         <Button android:text="@+string/other_conf_button" android:id="@+id/button07" android:layout_marginTop="4dip" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
78 </LinearLayout>
79 <!--  
80 <LinearLayout
81         android:id="@+id/linearLayout0f"
82         android:layout_height="wrap_content"
83         android:background="#ffffff"
84         android:padding="1dip"
85         android:layout_width="fill_parent">
86         <Button android:text="@+string/init_button" android:id="@+id/button0f" android:layout_marginTop="4dip" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
87 </LinearLayout>
88 -->
89 <LinearLayout
90         android:id="@+id/linearLayout0z"
91         android:layout_height="wrap_content"
92         android:background="#ffffff"
93         android:padding="1dip"
94         android:layout_width="fill_parent">
95         <Button android:text="@+string/debug_button" android:id="@+id/button0z" android:layout_marginTop="4dip" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
96 </LinearLayout>
97 </LinearLayout>
98 </ScrollView>
99 <LinearLayout
100         android:id="@+id/linearLayout09"
101         android:layout_height="wrap_content"
102         android:padding="1dip"
103         android:layout_width="fill_parent">
104         <Button android:text="@+string/exit_button" android:id="@+id/button09" android:layout_marginTop="4dip" android:layout_width="fill_parent" android:layout_height="wrap_content"></Button>
105 </LinearLayout>
106 </LinearLayout>