Android Action Bar: Can I replace a custom Title in appcompat v7
问题 I want to add a custom action title on the left of the actin bar, replacing with the default title just like in the below image the default image is shown And here I want to add this title. 回答1: You need to change the logo and the title in action bar. You can use getActivity().getActionBar().setTitle("your title"); and getActivity().getActionBar().setLogo(your draw id); 回答2: It is very easy to do .. There's lot's of way to do this task as defined above .. but I will suggest to make use of