]> iEval git - unical.git/blobdiff - res/layout/addevent.xml
Various cleanups
[unical.git] / res / layout / addevent.xml
index e9ad03293c263867ca07833f1b1c6ea46081652a..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
@@ -39,7 +39,7 @@
             </LinearLayout>
 
             <TextView
-                android:id="@+id/textView2"
+                android:id="@+id/location"
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
                 android:text="@string/description"
                 android:ems="10"
                 android:inputType="textMultiLine" />
 
-            <LinearLayout
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:layout_weight="2.13" >
-
-                <TimePicker
-                    android:id="@+id/timePicker1"
-                    android:layout_width="171dp"
-                    android:layout_height="wrap_content" />
-
-                <DatePicker
-                    android:id="@+id/datePicker1"
-                    android:layout_width="match_parent"
-                    android:layout_height="match_parent" />
-
-            </LinearLayout>
-
             <LinearLayout
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content"
@@ -77,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.026626 seconds and 4 git commands to generate.