android - How to remove child Thumbnails from DeckView? -


i want reuse android lollipop recent style library vikramkakkar

i want show header bars stack no thumbnails (app screenshots) attached each 1 of it. how can remove child thumbnails? there direct api achieve library?.

code

deckchildviewthumbnail deckchildviewthumbnail = (deckchildviewthumbnail) weakview.get().findviewbyid(r.id.task_view_thumbnail);  deckchildviewthumbnail.setvisibility(view.gone);  


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -