Replace scroll view with list view
[unical.git] / res / layout / event_list.xml
index cc212a82ea8e1db3395462964f9b466de65f58d2..6cc66cba0cf946d4fbfc96c52b70407d569039e2 100644 (file)
@@ -5,18 +5,10 @@
     android:layout_height="match_parent"
     android:orientation="vertical" >
 
-    <ScrollView
-        android:id="@+id/scrollView1"
+    <ListView
+        android:id="@+id/eventlist"
         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>
+    </ListView>
 
 </LinearLayout>
This page took 0.01044 seconds and 4 git commands to generate.