diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-11-09 16:33:27 +0100 |
---|---|---|
committer | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2021-11-27 16:07:20 +0100 |
commit | 669ab61393c18e6e7f1932b285984c28943f8735 (patch) | |
tree | 11847d3305709677fea25682f3e727dbf49d5408 /addons/skin.estuary/xml/Includes_Home.xml | |
parent | 5c7666c57111586ccde0bf52765c182f4efdc110 (diff) |
[Estuary] Add 'percentage played' progress bar to 'Recent channels' PVR home screen widget.
Diffstat (limited to 'addons/skin.estuary/xml/Includes_Home.xml')
-rw-r--r-- | addons/skin.estuary/xml/Includes_Home.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Includes_Home.xml b/addons/skin.estuary/xml/Includes_Home.xml index 418fe37679..c420530ccb 100644 --- a/addons/skin.estuary/xml/Includes_Home.xml +++ b/addons/skin.estuary/xml/Includes_Home.xml @@ -485,6 +485,16 @@ <info>ListItem.PercentPlayed</info> <visible>!Integer.IsEqual(ListItem.PercentPlayed,0)</visible> </control> + <control type="progress"> + <left>20</left> + <top>300</top> + <width>280</width> + <height>1</height> + <texturebg></texturebg> + <midtexture colordiffuse="button_focus" border="3">progress/texturebg_alt_white.png</midtexture> + <info>ListItem.Progress</info> + <visible>!Integer.IsEqual(ListItem.Progress,0)</visible> + </control> </control> </itemlayout> <focusedlayout width="310" height="500" infoupdate="$PARAM[info_update]"> @@ -560,6 +570,16 @@ <info>ListItem.PercentPlayed</info> <visible>!Integer.IsEqual(ListItem.PercentPlayed,0)</visible> </control> + <control type="progress"> + <left>20</left> + <top>300</top> + <width>280</width> + <height>1</height> + <texturebg></texturebg> + <midtexture colordiffuse="button_focus" border="3">progress/texturebg_alt_white.png</midtexture> + <info>ListItem.Progress</info> + <visible>!Integer.IsEqual(ListItem.Progress,0)</visible> + </control> </control> </focusedlayout> <content sortby="$PARAM[sortby]" sortorder="$PARAM[sortorder]" target="$PARAM[widget_target]" limit="$PARAM[item_limit]">$PARAM[content_path]</content> |