I was wondering how to accomplish the menu in the image below? Is it using a LinearLayout
or is it using RadioButtons
? Which would be the best solution? Could you also provide an example?
2 Answers
My suggestion for this type of iamge is to use LinearLayout and used 2 types of images for focus/selected tab. You have to set background color in Layout for same look and feel that you want.
It's a LinearLayout
(orientation: horizontal) with 6 Button
s with custom nine patch backgrounds.