I want in my Android app an action bar like the one I have in my iOS app:
Unfortunately I don't know how to make the back button with text only and how to move the title in the center. This would be for the entire application, not only one layout.
Could anyone help me, please?
I have found a simple solution.
You have just to create a layout for a custom ActionBar
custom_action_bar_layout.xml
and then in your
ExampleActivity
and this is the result.
You can create one
custom_toolbar.xml
layout & design what you want to achieve,See my paradigm
Now you can include this layout in your
example_activity.xml
& See desired output