Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1803

concept vision plus 10 foot ui

$
0
0
this is with the estuary skin it only takes this code to make a easy to read 10 foot ui
<control type="image">
                    <top>-150</top>
                    <left>0</left>
                    <width>110%</width>
                    <height>130</height>
                    <texture background="true" colordiffuse="button_focus" >dialogs/dialog-bg.png</texture>
                </control>
            <control type="label">
                        <top>-130</top>
                        <left>20</left>
                        <width>100%</width>
                        <height>93</height>
                        <font>font52_title</font>
                    
                        <label>[COLOR WHITE][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/COLOR]</label>
                        <shadowcolor>black</shadowcolor>
                            <align>center</align>
                              </control>


example
View_50_List.xml


<?xml version="1.0" encoding="UTF-8"?>
<includes>

    <include name="View_50_List">
    <top>155</top>
    <control type="image">
                    <top>-150</top>
                    <left>0</left>
                    <width>110%</width>
                    <height>130</height>
                    <texture background="true" colordiffuse="button_focus" >dialogs/dialog-bg.png</texture>
                </control>
            <control type="label">
                        <top>-130</top>
                        <left>20</left>
                        <width>100%</width>
                        <height>93</height>
                        <font>font52_title</font>
                    
                        <label>[COLOR WHITE][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/COLOR]</label>
                        <shadowcolor>black</shadowcolor>
                            <align>center</align>
                                     </control>

ImageImageImageImage

Viewing all articles
Browse latest Browse all 1803

Trending Articles