Android SegmentedControl与Android相当

Ven*_*pal 39 android uisegmentedcontrol

什么是iOS的Android模拟器UISegmentedControl

vin*_*3m1 33

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

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

  • 对于任何不想拥有这么多资源图像文件的人,您可以像这样定义您的RadioButton背景[segmented_button_background_first.xml](http://code.google.com/p/android-batsg/source/browse/ android-batsg-demo/res/drawable/segmented_button_background_first.xml)文件(有更多示例[here](http://code.google.com/p/android-batsg/source/browse/android-batsg-demo/ RES /抽拉)).我还重写了makeramen的代码,以便更灵活地使用,如[this](http://code.google.com/p/android-batsg/wiki/SegmentedControl) (4认同)

cag*_*een 12

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