MaterialList
MaterialList copied to clipboard
An Android library aimed to get the beautiful CardViews that Google shows at its official design specifications
Update Picasso library to 2.7.71828
Hello, Im using the v2 version of the library (i cant update to v3 because there are incompatible and i have a lot of work with v2), i have a...
Is there a way to make the list/cards filterable in any way using like a search bar/input text on the top of the activity?
mListView.getAdapter().addAtStart(new Card.Builder(this) .setTag("BASIC_IMAGE_BUTTONS_CARD" ) .setDismissible() .withProvider(new CardProvider()) .setLayout(R.layout.card_new) ddAction(R.id.left_text_button, new TextViewAction(this) .setText("left") .setTextResourceColor(R.color.black_button)) .addAction(R.id.right_text_button, new TextViewAction(SimManagment.this) .setText("right") .setTextResourceColor(R.color.orange_button)) .addAction(R.id.three_text_button, new TextViewAction(SimManagment.this) .setText("right") .setTextResourceColor(R.color.orange_button)) .endConfig() .build()); XML I have add two...
in drawer fragment, when i made a card and give arrgument of builder getActivity, with provider generates error. How to overcome from it
The example provided in the README does not compile. Where as the example provided in the docs works. I have merely just replaced the example in the README file with...
subtitle not showing on card
Hi, I have implemented custom cards with custom providers. But, the UI is not showing more than 1 card either with same card object being added twice or different card...
How Can in use it with Eclipse