Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android EditText pre filled text

working on an application i need to take an EditText. but i need as in the phone :-

The EditText already contains blurred text such as "Your Name" when you start typing the text vanishes and you text is shown. I hope you've seen this effect/property.. I'm not getting what this property is called to be searched on google...

like image 516
Shashank Degloorkar Avatar asked Dec 13 '22 12:12

Shashank Degloorkar


1 Answers

Hint

http://developer.android.com/reference/android/widget/TextView.html#attr_android:hint

like image 80
Glendon Trullinger Avatar answered Jan 11 '23 21:01

Glendon Trullinger