iammert / InteractivePlayerView

Custom android music player view.
742 stars 161 forks source link

setCoverDrawable and API level <= 21 #5

Closed DubiousCactus closed 8 years ago

DubiousCactus commented 8 years ago

Hi ! There is an error on the "getDrawable" call in your method "setCoverDrawable". I fixed it on my fork by adding "getResources" right before "getDrawable", but it looks like the fix doesn't take effect ... Could you fix it on your repo ?

Thanks !

Théo

DubiousCactus commented 8 years ago

Okay I fixed it on my repo and used it with JitPack, but I don't know if I can fix it on yours, just letting you know ;) And thanks a lot for this awesome work !

iammert commented 8 years ago

I will be happy if you send me PR about this! Thanks.

DubiousCactus commented 8 years ago

Done ! :)

iammert commented 8 years ago

I merged your PR. Thanks for contribution:)