Marquee text in EditText box?
How can I set开发者_如何学C the marquee property for the text in my EditText box?
marquee is only for textview, I don't think you can make it work in EditText. The other option you have is to use a textview and then convert it to an edittext when user clicks on it for entry. Later when it loses focus, take the text replace it in the same textview and hide the edit text.
精彩评论