Hope to update and develop the program to accept the new codes with the last sources of gradient & Lists
gradient
Draws a linear gradient on ePixmap or eRectangle starting from color to color with vertical or horizontal orientation
Code
<ePixmap position="center,center" size="300,300"
gradient="white, yellow, vertical"
gradient="white, yellow, horizontal"
Lists:
listOrientation Changes how the list is displayed
itemSpacing Controls the space between the x and y label boxes
itemSpacing="10" (x=10, y=10)
or
itemSpacing="10,30"
selectionZoom Controls the size of the box you are viewing
selectionZoom="1.8" = 180% box zoom size
itemAlignment It works in the effect of list center right left above bottom currently supports center only
Code
<widget name="list" itemAlignment="center" itemSpacing="10" listOrientation="grid" itemWidth="180" itemHeight="100" selectionZoom="1.3" scrollbarMode="showAlways" position="0,0" size ="1280,720" zPosition="1" foregroundColor="#DCE1E3" font="Regular;35" backgroundColor="red" foregroundColorSelected="#ffffff" backgroundColorSelected="#DCE1E3"/>
sources added to new image version (openatv - Egami)
