Remove Icon but have HomeAsUp in ActionBar

前端 未结 8 1323
遥遥无期
遥遥无期 2020-12-25 12:16

I what my actionbar to have a title and homeAsUp but not the logo or icon.

like this:

8条回答
  •  有刺的猬
    2020-12-25 12:22

    Open your styles.xml file and add below codes in your Actionbar style

    showHome|homeAsUp|showTitle
    showHome|homeAsUp|showTitle
    @android:color/transparent <--this do the magic!
    

    p/s: I'm using Actionbar Sherlock and this works just fine

提交回复
热议问题