Various cleanups
[unical.git] / res / layout / addevent.xml
index 8c166e5b72046e6d75dfa5aaba8998a12b915505..0e57abc89aa16c7c3b3706edeaf36ded52144ecb 100644 (file)
@@ -12,7 +12,7 @@
 
         <LinearLayout
             android:layout_width="match_parent"
-            android:layout_height="match_parent"
+            android:layout_height="wrap_content"
             android:orientation="vertical" >
 
             <LinearLayout
@@ -60,7 +60,7 @@
 
                 <CheckBox
                     android:id="@+id/checkBox1"
-                    android:layout_width="wrap_content"
+                    android:layout_width="0dip"
                     android:layout_height="wrap_content"
                     android:layout_weight="2.13"
                     android:text="@string/repeatlabel" />
This page took 0.009319 seconds and 4 git commands to generate.