android - Enter text into an EditText which then disappears when user clicks inside it -


i grateful if explain if possible enter text edittext. (this done android:text="")

but text disappear when user clicks inside it.

thanks

this can done using hint:

android:hint="the text want" 

Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -