Action Styles [Top and Bottom]

I am starting android development,
I am trying to create an action bar top and bottom like this in the top Action Bar Top enter image description here

and below Action Bar Bottom
enter image description here

I have splitActionBarWhenNarrow to split the action bar ...
but I cannot style the action bar and show a custom button on the left or right side of the action bar.
How do you achieve this? I am using API 15 as the minimum requirement

any suggestion would be appreciated.

+3


source to share


1 answer


Use the new Material Design toolbar instead of using the ActionBar. You can create your own Style.xml file with styles for customization.



0


source







All Articles