Question

How can I set the marquee property for the text in my EditText box?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top