add interface for displaying an event
[unical.git] / res / layout / addevent.xml
index e9ad03293c263867ca07833f1b1c6ea46081652a..8c166e5b72046e6d75dfa5aaba8998a12b915505 100644 (file)
@@ -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"
This page took 0.010402 seconds and 4 git commands to generate.