highlight FeedItemDelegate according to selectedstate

This commit is contained in:
Hauke Schade 2016-01-15 19:50:47 +01:00
parent 6eb639d8e2
commit 53da1b8e11

View file

@ -25,6 +25,10 @@ import Sailfish.Silica 1.0
ListItem {
id: listItem
signal remorseRunning(bool running)
property bool selected: model.selected
highlighted: down || menuOpen || selected
contentHeight: content.height + contentRow.anchors.topMargin
+ contentRow.anchors.bottomMargin