What is a good Android analog of iOS's UISegmentedControl
?
I just wrote a similar implementation here: https://github.com/makeramen/android-segmentedradiobutton
It overrides RadioGroup instead of RadioButton and doesn't override the onDraw method so XML styling still works.