How to remove three dots from the toolbar of navigation drawer
问题 I want to remove that 3 dots from toolbar and also want to add an image with textview on that position.That image and textviews are different for each fragment activity. Also can anyone tell me how to make the toolbar transparent. 回答1: In your MainActivity you will have optionmenu, just make it false @Override public boolean onCreateOptionsMenu(Menu menu) { return false; } 回答2: 1)your First Question about removing three dots (Aditya -Vyas )solved your prob @Override public boolean