]> iEval git - unical.git/blobdiff - res/layout/add_event_basic_tab.xml
adds beautiful interface for adding events
[unical.git] / res / layout / add_event_basic_tab.xml
diff --git a/res/layout/add_event_basic_tab.xml b/res/layout/add_event_basic_tab.xml
new file mode 100644 (file)
index 0000000..6eb886e
--- /dev/null
@@ -0,0 +1,18 @@
+<?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:inputType="text"
+        android:id="@+id/eventtitle"
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content"
+        android:hint="@string/eventname"
+        android:ems="10" >
+
+        <requestFocus />
+    </EditText>
+
+</LinearLayout>
This page took 0.018051 seconds and 4 git commands to generate.