문제

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