cardslib icon indicating copy to clipboard operation
cardslib copied to clipboard

Android Library to build a UI Card

Results 100 cardslib issues
Sort by recently updated
recently updated
newest added

Hi, I just found your lib and wanted to compile it. All was ok with stock module. But when I tried to run extras module it crashed. The solution can...

Hi, I have an empty list in CardWithList but it shows empty white area, seems like its not wrapping content. Is there any way we can wrap it?

`CardArrayRecyclerViewAdapter cardArrayRecyclerViewAdapter = new CardArrayRecyclerViewAdapter(getApplicationContext(), cards);` Above code is showing error. Looks like `CardArrayRecyclerViewAdapter` constructor will accept only a `Card` object and not a `CustomCard` object. How do I do...

i want to expand the card from bottom to top.how to do that

I am trying to use your library in one of my projects. I have added all the dependencies and enabled MultiDex in build.gradle. When I build the project, I am...

R.layout.carddemo_googlenowweather_native_inner_header does not have any padding margin @Override protected CardHeader initCardHeader() { ``` //Add Header CardHeader header = new CardHeader(getContext(), R.layout.carddemo_googlenowweather_native_inner_header); header.setTitle(getContext().getString(R.string.tab_next_lession)); //should use R.string. return header; } ```

I have some weird bottom padding of CardView. I would like my card to fit my inner layout. My card view layout: ``` ``` Main Layout: ``` ```

Is there a quick way of creating a listview of cradwithlist?

I have a list of MaterialLargeImageCard's in my app and there are 4 TextViews in each of these cards. I need to set text of these TextViews while making the...

Code inside on expand start listener is not getting triggered during on expand animation start listener