Android SegmentedControl与Android相当

时间:2010-10-17 11:24:20

标签: android uisegmentedcontrol

什么是iOS UISegmentedControl的优秀Android模拟?

2 个答案:

答案 0 :(得分:33)

我刚刚在这里写了一个类似的实现:https://github.com/makeramen/android-segmentedradiobutton

它会覆盖RadioGroup而不是RadioButton,并且不会覆盖onDraw方法,因此XML样式仍然有效。

答案 1 :(得分:12)

Benjamin Ferrari在这里有一个很好的实现:http://blog.bookworm.at/2010/10/segmented-controls-in-android.html。基本上他只是覆盖了RadioButton。