Вопрос

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