sregg / spotify-tv

Unofficial Spotify app for Android TV
GNU General Public License v2.0
45 stars 15 forks source link

Can't update support library #29

Closed josh-burton closed 8 years ago

josh-burton commented 8 years ago

Updating the support library breaks the selection state for cards.

After some investigation it seems this is due to the SpotifyCardView. Any calls to load an image or change the imageview dimensions breaks the selection.

It is probably a better approach to extend BaseCardView and create our own CardView, rather than wrapping the CardView in another layout.

sregg commented 8 years ago

Good catch! If you feel like it, you can go and fix that :)