Marquee not working while using in multiple textviews

前端 未结 3 1109
后悔当初
后悔当初 2020-12-19 22:59

I am using marquee in two different TextViews of my widget.But it is working only either for first or the second TextView when i am trying with different combinations of \"a

3条回答
  •  攒了一身酷
    2020-12-19 23:12

    Alternatively you can also simply select the textViews. That puts them into focused and activates the marquee. Worked for me with text views within a listView.

提交回复
热议问题