Loading

Monday, August 22, 2011

Set hint text of EditText

android:hint set hint text to display when the EditText is empty. The hint text will disappear once user enter any text.



<EditText 

android:layout_width="fill_parent"

android:layout_height="wrap_content"

android:hint="Hint Text:" />




SHARE TWEET

Thank you for reading this article Set hint text of EditText With URL http://x-tutorials.blogspot.com/2011/08/set-hint-text-of-edittext.html. Also a time to read the other articles.

0 comments:

Write your comment for this article Set hint text of EditText above!