vijayrawatsan / android-json-form-wizard

Android Material Json Form Wizard is a library for creating beautiful form based wizards within your app just by defining json in a particular format.
MIT License
356 stars 98 forks source link

Radiobutton & CheckBox #27

Open alcaponepl opened 8 years ago

alcaponepl commented 8 years ago

How to change text position in CompoundButton (Radiobutton & Checkbox). Now, I have a text on the left side and button on the right side. I would like to change it and have the text on the right side.

arpitanand commented 8 years ago

The current version of this library only supports CompoundDrawables on the right side only. Ref:https://github.com/vijayrawatsan/android-json-form-wizard/blob/master/library/src/main/java/com/vijay/jsonwizard/customviews/CompoundButton.java#L114 We are working towards adding ability to further customise the views, adding this one to the list.

alcaponepl commented 8 years ago

OK. Thank you ! I'm waiting for new version ;)