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
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);