]> iEval git - unical.git/blobdiff - res/layout/add_event.xml
Bugfix
[unical.git] / res / layout / add_event.xml
index 8ac6f0cba1e57d090e712349b0d4ee56aa4eb7d7..c1f73add6ca5bbdbe7509d062e191e61fdf238fb 100644 (file)
@@ -22,7 +22,7 @@
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:text="@string/start_label"
-            android:textAppearance="?android:attr/textAppearanceMedium" />
+            android:textAppearance="?android:attr/textAppearanceMedium">    </TextView>
 
     <LinearLayout
             android:layout_width="match_parent"
@@ -86,7 +86,6 @@
                 android:onClick="showDateTimePickerDialog"
                 android:text="@string/pick_date"
                 android:layout_weight="1"
-                android:ems="10"
                 android:focusable="false"
                 />
 
                     android:ems="8"
                     android:visibility="gone" />
         </LinearLayout>
-        <EditText
-                android:id="@+id/description"
-                android:layout_width="match_parent"
-                android:layout_height="wrap_content"
-                android:ems="10"
-                android:hint="@string/description"
-                android:inputType="textMultiLine" >
-
-            <requestFocus />
-        </EditText>
     </LinearLayout>
 </LinearLayout>
-        </ScrollView>
\ No newline at end of file
+        </ScrollView>
This page took 0.010163 seconds and 4 git commands to generate.