]> Pileus Git - ~andy/csm213a-hw/blobdiff - syc/res/layout/one_alert_layout.xml
Add Android app from Yue
[~andy/csm213a-hw] / syc / res / layout / one_alert_layout.xml
diff --git a/syc/res/layout/one_alert_layout.xml b/syc/res/layout/one_alert_layout.xml
new file mode 100644 (file)
index 0000000..5a9545c
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:orientation="vertical" >
+
+    <EditText
+        android:id="@+id/oneLineEdit"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:ems="10" >
+
+        <requestFocus />
+    </EditText>
+
+</LinearLayout>