2012-01-26 15:36:15 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-05-15 20:58:48 +00:00
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
2012-01-26 15:36:15 +00:00
|
|
|
android:layout_width="match_parent"
|
2012-05-15 20:58:48 +00:00
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<TableLayout
|
2012-01-26 15:36:15 +00:00
|
|
|
android:id="@+id/simulationEventsList"
|
2012-05-15 20:58:48 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content" >
|
|
|
|
</TableLayout>
|
|
|
|
|
2012-01-26 15:36:15 +00:00
|
|
|
|
2012-05-15 20:58:48 +00:00
|
|
|
</ScrollView>
|