使用方法同上,这里说明一下,头像位置肯定没有问题,主要是球队logo和联赛logo的位置:
(1)球队logo的位置可修改下面的红色数字:
<!-- Club Logo -->
<widget class="picture" id="rgtF" transparency="0.5" scale_picture="true" keep_aspect_ratio="true" height="160" width="160" image_alignment="centre">
<layout class="stick_to_sides_attachment" alignment="left" offset="100"/>
<layout class="stick_to_sides_attachment" alignment="top" inset="15"/>
<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
<attachment class="get_global_attachment" get_property="mnpc" set_property="file" skip_if_null="false"/>
</widget>
(2)联赛logo的位置可修改下面的红色数字:
<!-- League Logo -->
<widget class="picture" id="lftF" transparency="0.5" scale_picture="true" keep_aspect_ratio="true" height="100" width="100" image_alignment="centre">
<layout class="stick_to_sides_attachment" alignment="right" inset="60"/>
<layout class="stick_to_sides_attachment" alignment="top" inset="80"/>
<!-- tells the picture to listen to the 'main picture' global property being set, and set its own file property from it -->
<attachment class="get_global_attachment" get_property="scpc" set_property="file" skip_if_null="false"/>
</widget>