dkharrat / NexusDialog

Library that allows you to easily and quickly create forms in Android with little code
Apache License 2.0
183 stars 52 forks source link

Enable and disable controls #54

Closed blackbirdsr71br closed 7 years ago

blackbirdsr71br commented 7 years ago

Good afternoon, the library is excellent and works very well, there is some way to enable and disable the controls. Thank you.

dkharrat commented 7 years ago

One way to do that is via the View object directly. Each FormElement provides access to the underlying View object.