gabrielemariotti / cardslib

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

Can setOtherButtonDrawable accept a drawable? #499

Open ddmmcjmm opened 9 years ago

ddmmcjmm commented 9 years ago

Currently, setOtherButtonDrawable takes a drawable resource ID. I have a drawable whose tint is modified programatically. How can I make that the "other button"?

gabrielemariotti commented 9 years ago

Not supported yet

ddmmcjmm commented 9 years ago

Thanks for your answer. Your library is very good, and I have used it extensively in my app.