How can I set the marquee property for the text in my EditText box?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.