From 7ce1b52c2f3a3b876990644b692751d81fc81e41 Mon Sep 17 00:00:00 2001 From: norhap Date: Sat, 14 Mar 2020 19:46:38 +0100 Subject: [PATCH] Add New Screen SkinSelector --- .../ViX-Turquoise-HD/ViX-Turquoise-HD.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/usr/share/enigma2/ViX-Turquoise-HD/ViX-Turquoise-HD.xml b/usr/share/enigma2/ViX-Turquoise-HD/ViX-Turquoise-HD.xml index fe13a9f..9dd6093 100644 --- a/usr/share/enigma2/ViX-Turquoise-HD/ViX-Turquoise-HD.xml +++ b/usr/share/enigma2/ViX-Turquoise-HD/ViX-Turquoise-HD.xml @@ -2551,10 +2551,20 @@ self["list"].instance.resize(eSize(*listsize)) - - - - + + + + { + "template": [ + MultiContentEntryText(pos = (22, 0), size = (600, 25), font = 0, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 1), + MultiContentEntryText(pos = (22, 30), size = (600, 25), font = 0, flags = RT_HALIGN_RIGHT | RT_VALIGN_CENTER, text = 2) + ], + "fonts": [gFont("Regular",22)], + "itemHeight": 30 + } + + +