add icon buttons to bottom of GridViewItem when hovered
This commit is contained in:
@@ -33,6 +33,9 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
GridViewIconColor color.Color = color.White
|
||||
GridViewHoveredIconColor color.Color = darkenColor(GridViewIconColor, 0.05)
|
||||
|
||||
AlbumIcon fyne.Resource = theme.NewThemedResource(res.ResDiscSvg)
|
||||
ArtistIcon fyne.Resource = theme.NewThemedResource(res.ResPeopleSvg)
|
||||
RadioIcon fyne.Resource = theme.NewThemedResource(res.ResBroadcastSvg)
|
||||
|
||||
Reference in New Issue
Block a user