]> git.gag.com Git - debian/openrocket/blobdiff - android/res/layout/openrocketviewer.xml
Wired up computation of CP, CG, liftoff weight and stability to the configuration...
[debian/openrocket] / android / res / layout / openrocketviewer.xml
index e25ec6d8b97aed7df08bbeb5d7d13ff12817b9b4..25d7d9b42d8bc2615fd5e24767659da600a1934b 100644 (file)
                     <TextView\r
                         android:layout_width="match_parent"\r
                         android:layout_height="match_parent"\r
-                        android:text="Comment" />\r
+                        android:text="Lift off weight" />\r
+\r
+                    <TextView\r
+                        android:id="@+id/openrocketviewerLiftOffWeight"\r
+                        android:layout_width="match_parent"\r
+                        android:layout_height="wrap_content"\r
+                        android:text="" />\r
 \r
                     <TextView\r
                         android:layout_width="match_parent"\r
                         android:text="" />\r
 \r
                     <TextView\r
-                        android:id="@+id/openrocketviewerComment"\r
+                        android:layout_width="match_parent"\r
+                        android:layout_height="match_parent"\r
+                        android:text="CP" />\r
+\r
+                    <TextView\r
+                        android:id="@+id/openrocketviewerCP"\r
                         android:layout_width="match_parent"\r
                         android:layout_height="wrap_content"\r
                         android:text="" />\r
-                </LinearLayout>\r
+\r
+                    <TextView\r
+                        android:layout_width="match_parent"\r
+                        android:layout_height="match_parent"\r
+                        android:text="Stability margin" />\r
+\r
+                    <TextView\r
+                        android:id="@+id/openrocketviewerStabilityMargin"\r
+                        android:layout_width="match_parent"\r
+                        android:layout_height="wrap_content"\r
+                        android:text="" />\r
+\r
+                    </LinearLayout>\r
 \r
                 <pl.polidea.treeview.TreeViewList\r
                     android:id="@+id/openrocketviewerComponentTree"\r