vinc3m1 / android-segmentedradiobutton

Android implementation of iPhone's segmented control
485 stars 160 forks source link

Workaround for bug in RadioGroup #8

Closed nobre84 closed 11 years ago

nobre84 commented 11 years ago

Hi! Thanks for making this component available, it works great! As a work-around for the known issue on RadioGroup that calls the onCheckedListener multiple times, I have used this (posted on the google issues page)

@@ -50,4 +51,15 @@ super.getChildAt(0).setBackgroundResource(R.drawable.segment_button); } }