xbmc / Official-Kodi-Remote-iOS

Full-featured remote control for XBMC Media Center. It features library browsing, now playing informations and a direct remote control.
Other
215 stars 104 forks source link

Improvement: Use transparent background for grid / collection view #1064

Closed wutschel closed 3 weeks ago

wutschel commented 1 month ago

Description

The grid / collection view was using a darker background as the list views. This PR applies changes to let the grid/collection views have the standard application background by using transparent backgrounds where needed. For rounded corners this also required a change to the PosterCell class to let a label view follow the borders of the underlying cover. For recently added posters the blue "selected" highlighting is reduced to 1 pixel and the non-selected state simply uses clear background. This enlarges the covers/fanart visibly.

Screenshots (left = old, right = new):

Bildschirmfoto-2024-05-20-um-17-14-42

Bildschirmfoto-2024-05-20-um-17-14-57

Summary for release notes

Improvement: Use transparent background for grid / collection view