Reputation: 503
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
Upvotes: 0
Views: 1522
Reputation: 503
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.
Upvotes: 0
Reputation: 474
You should creat a customize action bar. Then, if you want you can add a button that can open and close your drawerlayout.
Upvotes: 1