Enter text into an EditText which then disappears when user clicks inside it
Use the android:hint=""
attribute .. it is removed when the edittext is clicked on
EDIT: I was too late :)
This can be done by using hint:
android:hint="the text you want"