2015-06-25 38 views

回答

0

最簡單的解決方案:創建自定義toolbar 向其添加imageviewtextview

<toolbar ...> 
    <imageview... /><--your image--> 

</toolbar> 

或者您可以更改活動圖標。

getActionBar().setIcon(R.drawable.my_icon); 
相關問題