]> iEval git - unical.git/blobdiff - res/layout/event_list.xml
Add Activity to display a list of events
[unical.git] / res / layout / event_list.xml
diff --git a/res/layout/event_list.xml b/res/layout/event_list.xml
new file mode 100644 (file)
index 0000000..cc212a8
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/eventlistlayout"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:orientation="vertical" >
+
+    <ScrollView
+        android:id="@+id/scrollView1"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent" >
+
+        <LinearLayout
+            android:id="@+id/eventslayout"
+            android:layout_width="match_parent"
+            android:layout_height="match_parent"
+            android:orientation="vertical" >
+
+        </LinearLayout>
+    </ScrollView>
+
+</LinearLayout>
This page took 0.023722 seconds and 4 git commands to generate.