Various cleanups
[unical.git] / res / layout / login.xml
index 664ba30891010a9fa5aead2764197f609e9e5641..c04cf763bf108ec860c16a3c9636c923a6b591c6 100644 (file)
@@ -14,8 +14,7 @@
 
     <LinearLayout
         android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_weight="0.00" >
+        android:layout_height="wrap_content">
 
         <TextView
             android:id="@+id/location"
@@ -26,7 +25,7 @@
 
         <EditText
             android:id="@+id/editText1"
-            android:layout_width="wrap_content"
+            android:layout_width="0dip"
             android:layout_height="wrap_content"
             android:layout_weight="1"
             android:ems="10" />
@@ -45,7 +44,7 @@
 
         <EditText
             android:id="@+id/editText2"
-            android:layout_width="wrap_content"
+            android:layout_width="0dip"
             android:layout_height="wrap_content"
             android:layout_weight="0.62"
             android:ems="10"
This page took 0.009772 seconds and 4 git commands to generate.