OSDN Git Service

e0c263542d932bc797dfc4e6598730eea562e875
[train-delayed/source.git] / workspace / TrainDelayed / res / layout / train_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         <ListView android:id="@+id/menu51" android:layout_width="wrap_content"
8                 android:layout_height="wrap_content" android:layout_weight="1">
9         </ListView>
10         <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
11                 <Button android:text="戻る" android:layout_weight="1" android:id="@+id/button51" android:layout_width="fill_parent" android:layout_height="wrap_content" /> 
12         </LinearLayout>
13 </LinearLayout>