开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜