is bigger better ..
see what you think ?
View attachment 15420
View attachment 15423
if you like the here are the 2 xml files .. put both in your panels folder of your skin .
View attachment 15424 View attachment 15425
if you wanna change the size then in match incidents. xml change the vaule iv highlighted in red to what you want ..
<panel>
<layout class="arrange_vertical_attachment" alignment="top" gap="0" offset="0"/>
<layout class="fit_children_attachment" alignment="vertical,fill" gap="0"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
<widget class="table" id="tntb" layout="200,-60,-15" mode="fill_rows, stripe_rows" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0">
<list id="column_properties">
<record index="0" auto_size="all"/>
<record index="1" spec="title" size="18" alignment="left,centre_y"/>
<record index="2" spec="title" alignment="right,centre_y" size="18"/>
</list>
<list id="column_display_properties">
<record index="0" alignment="centre"/>
<record index="2" right="8"/>
</list>
<!-- stick the icon widget here -->
<container height="200" width="200" col="0" row="0">
<layout class="stick_to_sides_attachment" alignment="all" inset="4" layout_children="true"/>
<!-- team badge -->
<container class="kit_picture" id="mitp" scale_picture="true"/>
</container>
<!-- team name -->
<widget class="text" id="mitn" col="1" row="0" height="80"/>
<!-- score -->
<widget class="text" id="mits" col="2" row="0" text="0"/>
</widget>
<widget class="table" id="miit" layout="-1,-7" mode="fill_rows, stripe_rows" stretch_to_fit_rows="true" row_spacing="0" auto_size_rows="true" fixed_size_rows="false">
<list id="column_properties">
<record index="0" alignment="centre,centre_y" auto_size="vertical"/>
<record index="1" spec="text" auto_size="vertical" alignment="left,centre_y"/>
</list>
<list id="column_display_properties">
<record index="0" left="4" top="4" bottom="4" />
<record index="1" top="4" bottom="4" />
</list>
</widget>
</panel>
see what you think ?
View attachment 15420
View attachment 15423
if you like the here are the 2 xml files .. put both in your panels folder of your skin .
View attachment 15424 View attachment 15425
if you wanna change the size then in match incidents. xml change the vaule iv highlighted in red to what you want ..
<panel>
<layout class="arrange_vertical_attachment" alignment="top" gap="0" offset="0"/>
<layout class="fit_children_attachment" alignment="vertical,fill" gap="0"/>
<layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
<widget class="table" id="tntb" layout="200,-60,-15" mode="fill_rows, stripe_rows" auto_size_rows="true" stretch_to_fit_rows="true" row_spacing="0">
<list id="column_properties">
<record index="0" auto_size="all"/>
<record index="1" spec="title" size="18" alignment="left,centre_y"/>
<record index="2" spec="title" alignment="right,centre_y" size="18"/>
</list>
<list id="column_display_properties">
<record index="0" alignment="centre"/>
<record index="2" right="8"/>
</list>
<!-- stick the icon widget here -->
<container height="200" width="200" col="0" row="0">
<layout class="stick_to_sides_attachment" alignment="all" inset="4" layout_children="true"/>
<!-- team badge -->
<container class="kit_picture" id="mitp" scale_picture="true"/>
</container>
<!-- team name -->
<widget class="text" id="mitn" col="1" row="0" height="80"/>
<!-- score -->
<widget class="text" id="mits" col="2" row="0" text="0"/>
</widget>
<widget class="table" id="miit" layout="-1,-7" mode="fill_rows, stripe_rows" stretch_to_fit_rows="true" row_spacing="0" auto_size_rows="true" fixed_size_rows="false">
<list id="column_properties">
<record index="0" alignment="centre,centre_y" auto_size="vertical"/>
<record index="1" spec="text" auto_size="vertical" alignment="left,centre_y"/>
</list>
<list id="column_display_properties">
<record index="0" left="4" top="4" bottom="4" />
<record index="1" top="4" bottom="4" />
</list>
</widget>
</panel>
Last edited: