gabrielemariotti / cardslib

Android Library to build a UI Card
4.66k stars 1.19k forks source link

LinearListView does not support HORIZONTAL orientation #507

Open dantp-ai opened 9 years ago

dantp-ai commented 9 years ago

I am wondering why CardWithList.LinearListAdapter mListAdapter is allowing only for VERTICAL orientation, as seen in setAdapter() this line: setOrientation(VERTICAL); How can I setup a HORIZONTAL LinearListView ?

gabrielemariotti commented 9 years ago

I've not tried it yet.

sorrento commented 9 years ago

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

dantp-ai commented 9 years ago

However, one solution would be to NOT use CardWithList and instead insert a RecyclerView in main content of the card.