I have to design a layout that contains radio buttons are aligned in vertical pattern and attached with a vertical line. Each radio button is checked, with different color. Below picture will illustrate the design.
https://i.stack.imgur.com/lMxvV.jpg
Anyone can guide me how can I achieve this design.
Thanks and Regards Hasnain Ahmad
What you can do is a ListView: developer.android.com/guide/topics/ui/layout/listview.html A fairly recent tutorial is listed here: http://www.vogella.com/tutorials/AndroidListView/article.html
This will give the list the look you wanted.