retf
retf
I want use 'Recicler View' with diferent card layout! Have any way? I did try but I don find methods like 'setInnerViewTypeCount(3);' on CardArrayRecyclerViewAdapter. Can you give me direction? This...
The test case 'aspect_map_test' fail, need to fix it.
Hi, How to make card fit all window (width)? I remove all borders, and padding, but I have 1dp in Left and Right.  thanks
In last version, we have: card.getConfig(); E.g, if I have my custon card, and I want add some custom code, I did: ``` Card c1 = new Card.Builder(getActivity()) .setTag("MY_CARD") .withProvider(SimplePhotoCard.class)...