Add viewed flag to file listings
This commit is contained in:
parent
ead33b4860
commit
f449b43ce5
|
@ -33,7 +33,7 @@
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>1-col-indent</posx>
|
<posx>1-col-indent</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>23-col-gutter</width>
|
<width>22-col-gutter</width>
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<font>itemTitle</font>
|
<font>itemTitle</font>
|
||||||
|
@ -41,6 +41,19 @@
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<label>$INFO[ListItem.Label]</label>
|
<label>$INFO[ListItem.Label]</label>
|
||||||
</control>
|
</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>
|
</itemlayout>
|
||||||
<focusedlayout width="24-col" height="2-row">
|
<focusedlayout width="24-col" height="2-row">
|
||||||
<control type="image">
|
<control type="image">
|
||||||
|
@ -67,7 +80,7 @@
|
||||||
<control type="label">
|
<control type="label">
|
||||||
<posx>1-col-indent</posx>
|
<posx>1-col-indent</posx>
|
||||||
<posy>0</posy>
|
<posy>0</posy>
|
||||||
<width>23-col-gutter</width>
|
<width>22-col-gutter</width>
|
||||||
<height>2-row</height>
|
<height>2-row</height>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<font>itemTitle</font>
|
<font>itemTitle</font>
|
||||||
|
@ -75,6 +88,19 @@
|
||||||
<shadowcolor>-</shadowcolor>
|
<shadowcolor>-</shadowcolor>
|
||||||
<label>$INFO[ListItem.Label]</label>
|
<label>$INFO[ListItem.Label]</label>
|
||||||
</control>
|
</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>
|
</focusedlayout>
|
||||||
</control>
|
</control>
|
||||||
</include>
|
</include>
|
||||||
|
|
Loading…
Reference in New Issue