Hi,
I have a problem with SfRadioGroup include in SfTextInputLayout in Android.
My application freeze when I would display my view.
Code sample :
<sft:SfTextInputLayout
Hint="Delivery Type">
<sfb:SfRadioGroup>
<sfb:SfRadioButton Text="Express"/>
<sfb:SfRadioButton Text="Fast"/>
</sfb:SfRadioGroup>
</sft:SfTextInputLayout>