Remove Icon but have HomeAsUp in ActionBar

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

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

like this:

8条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-25 12:43

    If you do not want the icon in particular activity.

    getActionBar().setIcon(
       new ColorDrawable(getResources().getColor(android.R.color.transparent)));
    

提交回复
热议问题