Android Question [Solved] How to create a button like this?

asales

Expert
Licensed User
Longtime User
I want to create an action bar with those buttons.
The first action bar is easy:
html5a1.png


but how I can create this Back button?
html5b1.png


Is better to use an image or I can change the format of the view using code (how?)?

Thanks in advance for any tip.
 

DonManfred

Expert
Licensed User
Longtime User
I don´t know a way to change a Buttons Shape. Even not for a Panel.
I just would try to setup a 9patch drawable to the Button.

 
Upvote 0
Top