Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Androguide committed Apr 20, 2013
1 parent 19c9586 commit 12a39ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The parameters include :
* Touch feedback on click (Boolean)

Here is an example :

mCardView.addCard(new MyPlayCard(
"Different Colors for Title & Stripe",
"You can set any color for the title and any other color for the left stripe",
Expand All @@ -26,10 +27,12 @@ In addition to the Google Play cards, I made a few changes to the original libra
Those changes include :
*Ability to set regular cards's description text programmatically
Called like this :

mCardView.addCard(new MyCard("title string", "description string");

*Ability to set stack titles's color programmatically
Called like this :

CardStack stack = new CardStack();
stack.setTitle("Card Title");
stack.setColor("#33b5e5");
Expand Down

0 comments on commit 12a39ae

Please sign in to comment.