What is a good Android analog of iOS's UISegmentedControl
?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.
回答2:
Benjamin Ferrari has a nice implementation here: http://blog.bookworm.at/2010/10/segmented-controls-in-android.html . Essentially he's just overridden the RadioButton.