Thank you. I found a very impressive skin.xml file, the only thing related to CI seems to be this part:
<!-- Common interface -->
<screen name="MMIDialog" position="fill">
<panel name="PigTemplate"/>
<widget name="title" position="780,105" size="430,35" font="Regular;32" />
<widget name="subtitle" position="780,145" size="430,35" font="Regular;32" />
<widget name="entries" position="780,185" size="430,150" itemHeight="35" font="Regular;32" scrollbarMode="showOnDemand" />
<widget name="bottom" position="780,225" size="430,35" font="Regular;32" />
</screen>
<!-- Common interface - selection -->
<screen name="CiSelection" position="fill" title="Common Interface">
<panel name="PigTemplate"/>
<widget name="text" position="780,105" size="1100,35" font="Regular;32" />
<widget name="entries" position="780,160" size="1100,570" itemHeight="38" font="Regular;28" scrollbarMode="showOnDemand" />
</screen>
Well, I don't know what to do with this code. Maybe edit the size of the MMIDialog from size="430,35" to ???? No clue. Don't even know that this numbers mean? Pixels? Width and hight?
I'm not sure if I should edit anything if I have no clue what I'm doing.