Skip to content

Commit

Permalink
[Simple 1080] Add GraphicalEPG
Browse files Browse the repository at this point in the history
Without PIG
  • Loading branch information
AbuBaniaz committed Feb 20, 2018
1 parent 146dc79 commit 819e476
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/skins/1080/Simple_Ten_Eighty/vix_skin.xml
Expand Up @@ -48,6 +48,13 @@
<widget name="bouquetlist" position="775,112" size="1110,420" itemHeight="42" font="Regular;33" foregroundColorSelected="selectedFG" backgroundColorSelected="selectedBG" zPosition="4" transparent="0" scrollbarMode="showOnDemand"/>
</screen>


<!--PLI call this screen GraphMultiEPGList -->
<screen name="GraphicalEPG" position="fill" flags="wfNoBorder">
<panel name="GraphMultiEPGList"/>
<widget name="bouquetlist" position="1180,100" size="710,912" itemHeight="42" font="Regular;33" foregroundColorSelected="selectedFG" backgroundColorSelected="selectedBG" zPosition="4" transparent="0" scrollbarMode="showOnDemand"/>
</screen>

<!-- GraphicalInfoBarEPG -->
<screen name="GraphicalInfoBarEPG" position="0,0" size="1920,1080" backgroundColor="transparent" transparent="0" flags="wfNoBorder">
<ePixmap alphatest="off" pixmap="infobar/hd.png" position="0,770" size="1920,330" zPosition="-1"/><!-- background png -->
Expand Down Expand Up @@ -467,17 +474,17 @@
<convert type="ServiceName">Reference</convert>
</widget>
</screen>

<!-- TimeDateInput -->
<screen name="TimeDateInput" position="fill" flags="wfNoBorder">
<panel name="ConfigPanel"/>
</screen>

<!-- AnimationSetupConfig -->
<screen name="AnimationSetupConfig" position="fill" flags="wfNoBorder">
<panel name="ConfigPanel"/>
</screen>

<!-- AnimationSetupScreen -->
<screen name="AnimationSetupScreen" position="fill" flags="wfNoBorder">
<panel name="ConfigPanel"/>
Expand Down

0 comments on commit 819e476

Please sign in to comment.