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
Post a Comment