How to use android.widget.Switch inside RadioGroup? -


i'm trying use android.widget.switch inside radiogroup one(1) switch on @ time. i'd searched lot no luck finding answer. questions now:

  1. is possible?
  2. if yes, implement same way doing tooglebutton inside radiogroup?

ps: reason why don't want use tooglebutton because think switch has better ui.


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

C++ Program To Find Smallest and Largest Number In Array -