X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=res%2Flayout%2Fadd_event.xml;h=d9f2adf45abc151a1c1c5b6439cb2429a09bde6b;hb=0a4f300ecd7de6e7cac1e2f90cf01d1c60a0f1f3;hp=0e57abc89aa16c7c3b3706edeaf36ded52144ecb;hpb=5cf4714f0675349ed599707e024cf0e70fe114b2;p=unical.git diff --git a/res/layout/add_event.xml b/res/layout/add_event.xml index 0e57abc..d9f2adf 100644 --- a/res/layout/add_event.xml +++ b/res/layout/add_event.xml @@ -1,106 +1,111 @@ + - - - - + - - - - + android:hint="@string/eventname" + android:ems="10" > - + + - - - - + - + - - - + - - - - - - + android:onClick="showDateTimePickerDialog" + android:text="@string/pick_date" + android:layout_weight="1" + android:ems="10" + android:focusable="false" + /> - + - + + android:layout_width="match_parent" + android:layout_height="wrap_content" > + style="@android:style/Widget.DeviceDefault.EditText" + android:id="@+id/time_end" + android:freezesText="true" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:onClick="showDateTimePickerDialog" + android:text="@string/pick_time" + android:layout_weight="1" + android:ems="10" + android:focusable="false" + /> + - + + + android:layout_height="wrap_content" > + - + + -