Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / android / res / layout / simulation_event_dialog.xml
index 1fc4426f52cc92ffacc5d0eb7d056ed6151a8a75..d92b42f76ccfe5ca15c9b7481ec1c847078fedaf 100644 (file)
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:orientation="vertical" >
-
-    <ListView
+    android:layout_height="match_parent">
+    
+    <TableLayout
         android:id="@+id/simulationEventsList"
-        android:layout_width="fill_parent"
-        android:layout_height="fill_parent" />
+        android:layout_width="match_parent"
+        android:layout_height="wrap_content" >
+    </TableLayout>
+
 
-</LinearLayout>
\ No newline at end of file
+</ScrollView>