Open dantp-ai opened 9 years ago
I've not tried it yet.
Same problem. I'm trying to make scrollable horizontal list cards These are very common card, so it would be a good extension of the cardslibrary
However, one solution would be to NOT use CardWithList and instead insert a RecyclerView in main content of the card.
I am wondering why
CardWithList.LinearListAdapter mListAdapter
is allowing only for VERTICAL orientation, as seen insetAdapter()
this line:setOrientation(VERTICAL);
How can I setup a HORIZONTALLinearListView
?