create changelog entry
[debian/openrocket] / android / res / layout / openrocketviewer.xml
index 12634b90b8e62ddc8c373860c7bed7ff6039efb2..105284ef47d2e0a25d2a561900b0cc4ba8d2c40d 100644 (file)
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
-    android:layout_width="fill_parent"\r
-    android:layout_height="fill_parent"\r
+    android:layout_width="match_parent"\r
+    android:layout_height="match_parent"\r
     android:orientation="vertical" >\r
 \r
-    <TextView\r
-        android:id="@+id/heading"\r
-        android:layout_width="fill_parent"\r
-        android:layout_height="wrap_content"\r
-        android:text="" />\r
-\r
-    <ListView\r
-        android:id="@+id/rocketSimulations"\r
+    <android.support.v4.view.ViewPager\r
+        android:id="@+id/pager"\r
         android:layout_width="match_parent"\r
-        android:layout_height="wrap_content" />\r
+        android:layout_height="match_parent" >\r
+\r
+        <android.support.v4.view.PagerTitleStrip\r
+            android:layout_width="match_parent"\r
+            android:layout_height="match_parent"\r
+            android:layout_gravity="top"/>\r
+    </android.support.v4.view.ViewPager>\r
 \r
 </LinearLayout>
\ No newline at end of file