OSDN Git Service

14d7629d841282d5f06c8b0085701acf65dcced7
[train-delayed/source.git] / workspace / TrainDelayed / res / layout / train_edit.xml
1 <?xml version="1.0" encoding="utf-8" ?> \r
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical">\r
3 <ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1">\r
4 <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical">\r
5         <LinearLayout\r
6                 android:id="@+id/linearLayout30"\r
7                 android:layout_height="wrap_content"\r
8                 android:background="#999999"\r
9                 android:padding="3dip"\r
10                 android:layout_width="fill_parent">\r
11                 <TextView android:text="Twitterを検索する際に使用する路線名を設定します。検索対象になりやすい路線名に変更してください。"\r
12                         android:textAppearance="?android:attr/textAppearanceMedium"\r
13                 android:background="#cccccc"\r
14                         android:id="@+id/textView31"\r
15                         android:layout_width="fill_parent"\r
16                         android:layout_height="wrap_content">\r
17                         </TextView>\r
18         </LinearLayout>\r
19         <TextView android:text="路線名(編集不可)" android:background="#999999" android:layout_width="fill_parent" android:layout_height="wrap_content"></TextView>\r
20         <EditText android:layout_height="wrap_content" android:id="@+id/editText31" android:layout_width="wrap_content" editable="false" android:focusable="false" android:cursorVisible="false" />\r
21         <TextView android:text="検索時に使用する路線名" android:background="#999999" android:layout_width="fill_parent" android:layout_height="wrap_content"></TextView>\r
22         <EditText android:layout_height="wrap_content" android:id="@+id/editText32" android:layout_width="wrap_content" />\r
23         <TextView android:text="編集内容" android:background="#999999" android:layout_width="fill_parent" android:layout_height="wrap_content"></TextView>\r
24         <CheckBox android:layout_width="fill_parent" android:text="「線」を削除する" android:id="@+id/checkBox31" android:layout_height="fill_parent"></CheckBox>\r
25         <CheckBox android:layout_width="fill_parent" android:text="「JR」を削除する" android:id="@+id/checkBox32" android:layout_height="fill_parent"></CheckBox>\r
26         <Button android:text="元の設定に戻す" android:id="@+id/button33" android:layout_width="wrap_content" android:layout_height="wrap_content" /> \r
27 </LinearLayout>\r
28 </ScrollView>\r
29 <LinearLayout android:id="@+id/LinearLayout34" android:layout_width="fill_parent" android:layout_height="wrap_content">\r
30         <Button android:text="@+string/def_button" android:layout_weight="1" android:id="@+id/button31" android:layout_width="fill_parent" android:layout_height="wrap_content" /> \r
31         <Button android:text="@+string/return_button" android:layout_weight="1" android:id="@+id/button32" android:layout_width="fill_parent" android:layout_height="wrap_content" />\r
32 </LinearLayout>\r
33 </LinearLayout>\r