문제

I want to customize navigation drawer app compact action bar, I want to remove app icon from that and want to make its title center in action bar.

I have applied all solutions , but nothing is working with all the conditions.

Please give me some clue for applying it correctly

도움이 되었습니까?

해결책 2

I have solved my problem. As mentioned, I have two problems, and I solved that in following way :

1) For making title centre, we need to make custom layout of action bar, and need to remove action bar title.

2) for remove app icon from action bar, we need to set android:icon property of that activity in manifest with transparent image or colour.

다른 팁

You should creat a customize action bar. Then, if you want you can add a button that can open and close your drawerlayout.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top