Add viewed flag to file listings

This commit is contained in:
Chris Bevan 2016-08-07 23:32:23 +01:00
parent ead33b4860
commit f449b43ce5
1 changed files with 28 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>23-col-gutter</width>
<width>22-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
@ -41,6 +41,19 @@
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<visible>!isempty(ListItem.playcount)</visible>
<posx>23-col-gutter</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
</itemlayout>
<focusedlayout width="24-col" height="2-row">
<control type="image">
@ -67,7 +80,7 @@
<control type="label">
<posx>1-col-indent</posx>
<posy>0</posy>
<width>23-col-gutter</width>
<width>22-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemTitle</font>
@ -75,6 +88,19 @@
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<visible>!isempty(ListItem.playcount)</visible>
<posx>23-col-gutter</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
</focusedlayout>
</control>
</include>