Hi everyone, How can I create a custom RadioGroup...
# android
j
Hi everyone, How can I create a custom RadioGroup like this one , I was able to change the check and uncheck drawable but I having trouble creating the clipped background
o
Put it in a ViewGroup and set it as background
j
@Orhan Tozan can you be more clear, I am new in custom view
o
No need for CustomView. Put it inside a FrameLayout, and set the listing as background to the framelayout
j
@Orhan Tozan I want the radio button to be clickable of course, do you have any examples I can take a look please.