OSDN Git Service

Prefectureクラス作成。路線関連のDB作成中
[train-delayed/source.git] / workspace / TrainDelayed / res / layout / prefecture_list.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         <TextView android:text="@+string/route_title" android:id="@+id/textView41" android:background="#cccccc" android:layout_width="fill_parent" android:layout_height="wrap_content"></TextView>
8         <ListView android:id="@+id/menu41" android:layout_width="wrap_content"
9                 android:layout_height="wrap_content" android:layout_weight="1">
10         </ListView>
11         <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
12                 <Button android:text="@+string/return_button" android:layout_weight="1" android:id="@+id/button41" android:layout_width="fill_parent" android:layout_height="wrap_content" /> 
13         </LinearLayout>
14 </LinearLayout>