Reply to thread

You don't define group in the code. You define buttons in the code then put them inside group in skin.


[CODE]<control>

    <description>...</description>

    <type>group</type>

    <posX>...</posX>

    <posY>...</posY>

    <layout>StackLayout(2, Horizontal)</layout>

    <control>

        <description>...</description>

        <type>...</type>

        <id>...</id>

    </control>

    <control>

        ...

    </control>

</control>[/CODE]


Top Bottom