OSDN Git Service

路線更新サービス作成
[train-delayed/source.git] / workspace / TrainDelayed / res / layout / wait.xml
diff --git a/workspace/TrainDelayed/res/layout/wait.xml b/workspace/TrainDelayed/res/layout/wait.xml
new file mode 100644 (file)
index 0000000..3c3d4f9
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="vertical"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    >
+       <LinearLayout
+               android:id="@+id/linearLayouta0"
+               android:layout_height="wrap_content"
+               android:background="#999999"
+               android:padding="3dip"
+               android:layout_width="fill_parent">
+               <TextView android:text="@+string/wait_rouote_msg"
+                       android:textAppearance="?android:attr/textAppearanceMedium"
+               android:background="#cccccc"
+                       android:id="@+id/textViewa1"
+                       android:layout_width="fill_parent"
+                       android:layout_height="wrap_content">
+                       </TextView>
+       </LinearLayout>
+       <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
+               <Button android:text="@+string/return_button" android:layout_weight="1" android:id="@+id/buttona1" android:layout_width="fill_parent" android:layout_height="wrap_content" /> 
+       </LinearLayout>
+</LinearLayout>