percolate / caffeine

Speed up your Android development
BSD 3-Clause "New" or "Revised" License
414 stars 39 forks source link

Added hideView and showView methods for child views #22

Closed msya closed 8 years ago

msya commented 8 years ago

Add these two new methods:

ViewUtils.showView(parentView, R.id.childViewId);
ViewUtils.hideView(parentView, R.id.childViewId);