Tuesday, 15 March 2011

timepicker - Android. Textview on click disable keyboard -



timepicker - Android. Textview on click disable keyboard -

i want phone call date picker dialog on text view click, appears keyboard. possible not show keyboard , show datepickerdialog instead?

i added onclick method in xml:

<edittext android:id="@+id/eventdate" android:layout_width="fill_parent" android:layout_height="wrap_content" android:onclick="showdatepickerdialog" android:hint="data" />

you can use:

<button android:layout_width="wrap_content" android:layout_height="wrap_content" style="?android:attr/edittextstyle"/>

i should utilize dates prefer spinnerstyle.

android timepicker

No comments:

Post a Comment