open class ViewUtils
Utils methods related with views.
| ViewUtils()Utils methods related with views. | 
| open static fun isMeasured(view: View!): BooleanMethod to check if the view was measured. | |
| open static fun runAfterLayout(view: View, runnable: Runnable): UnitMethod to invoke a job after view laid out. |