1

I want to reuse Android Lollipop recent style library from vikramkakkar

I want to show only header bars stack with no thumbnails (app screenshots) attached to each one of it. How can I remove child thumbnails? Is there direct API to achieve this from library?.

Code

DeckChildViewThumbnail deckChildViewThumbnail = (DeckChildViewThumbnail) weakView.get().findViewById(R.id.task_view_thumbnail); 
deckChildViewThumbnail.setVisibility(View.GONE); 
Youngjae
  • 24,352
  • 18
  • 113
  • 198
CodeGuru
  • 81
  • 1
  • 2
  • 1
    Would you please show us some code you already have / which is not giving the desired result? – dhh Jun 15 '15 at 05:28
  • I am using DeckChildViewThumbnail deckChildViewThumbnail = (DeckChildViewThumbnail) weakView.get().findViewById(R.id.task_view_thumbnail); deckChildViewThumbnail.setVisibility(View.GONE); – CodeGuru Jun 15 '15 at 05:42

0 Answers0