How to display both icon and title of action inside ActionBar?

前端 未结 10 2023
庸人自扰
庸人自扰 2020-11-29 18:08

I need to display both icon and title of action inside ActionBar.

I\'ve tried \"withText\" option, but it has no

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 18:43

    Using app:showAsAction="always|withText". I am using Android 4.1.1, but it should applicable anyway. Mine look like below

    
    

提交回复
热议问题