Full-width Spinner in ActionBar

前端 未结 4 1990
北海茫月
北海茫月 2020-12-23 02:34

I\'d really like my app to have a Spinner which stretches the entire length of my ActionBar, like the one in Gmail 4.0. Anyone know how to achieve this? Even if I set \"matc

4条回答
  •  时光取名叫无心
    2020-12-23 02:55

    Try setting the background of the spinner to an image file. The default background has caused me layout issues, but when I set it to my own png of a blank 1x1 pixle it filled my layout as I wanted. If that works you may have to create a custom image that works for you. I hope that helps.

提交回复
热议问题