-
Notifications
You must be signed in to change notification settings - Fork 3
View Extensions
paulocns edited this page Mar 14, 2019
·
3 revisions
Receives a function that receives the view as a parameter.
This method set the onClickListener on this view and calls the function received as a parameter when the view is clicked
Receives a boolean.
This property set the visibility to VISIBLE or to INVISIBLE according to the boolean received
Receives a boolean.
This property set the visibility to VISIBLE or to GONE according to the boolean received