]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/Robot_Demo/res/layout/managers_view.xml
ROBOT_DEMO: minor changes to UI
[orte.git] / orte / Robot_Demo / res / layout / managers_view.xml
index 8eab0a79901fea901e156eb090459810a615fae0..9bcf66f3875bf919b46679a734896fb862dbd5a4 100644 (file)
@@ -1,23 +1,33 @@
 <?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_width="match_parent"
-    android:layout_height="match_parent"
-    android:gravity="center"
-    android:orientation="vertical" >
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/scrollView2"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:layout_gravity="center_horizontal"
+    android:scrollbars="vertical" >
+    
+       <LinearLayout
+           android:layout_width="fill_parent"
+           android:layout_height="wrap_content"
+           android:layout_gravity="center_horizontal"
+           android:orientation="vertical" >
+       
+           <EditText
+               android:id="@+id/managers"
+               android:layout_width="fill_parent"
+               android:layout_height="fill_parent"
+               android:ems="10"
+               android:inputType="textMultiLine" >
+       
+               <requestFocus />
+           </EditText>
+       
+           <TextView
+               android:id="@+id/ownIP"
+               android:gravity="center_horizontal"
+               android:layout_width="fill_parent"
+               android:layout_height="fill_parent" />
+       
+       </LinearLayout>
 
-    <EditText
-        android:id="@+id/managers"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:ems="10"
-        android:inputType="textMultiLine" >
-
-        <requestFocus />
-    </EditText>
-
-    <TextView
-        android:id="@+id/ownIP"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content" />
-
-</LinearLayout>
+</ScrollView>
\ No newline at end of file