简体   繁体   English

如何删除额外的导航抽屉图标

[英]How to remove Extra Navigation drawer icon

How to remove pointed icon in Navigation Drawer, I just playing with Navigation Drawer, I just wanted to maintain only one icon and the title in center. 如何在导航抽屉中删除尖的图标,我只是在玩导航抽屉,我只想只保留一个图标和标题居中。 在此处输入图片说明

在此处输入图片说明

将其放在您的onCreate()方法中。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM