Icon in Tab is not showing up

后端 未结 4 853
情书的邮戳
情书的邮戳 2020-11-27 14:03

I\'m starting with Android and when I try to do a TabHost with an icon and a text. Only the text is visible, if I left the text in blank it is possible to see the icon. I wa

4条回答
  •  执笔经年
    2020-11-27 14:12

    There is another very simple solution for this.

    It seems that the issue is in new Holo theme and TabWidget. So what you should do is define Holo theme in your values-v11 folder but with the old TabWidget style like this:

    
    

    It works for me, hope it helps someone.

提交回复
热议问题