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. enter image description here

enter image description here

有帮助吗?

解决方案

put this in your onCreate() method.

    getActionBar().setIcon(new ColorDrawable(getResources().getColor(android.R.color.transparent)));  
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top