<?xml version="1.0" encoding="utf-8"?><Lockscreen version="1" frameRate="20"> <Wallpaper/> <Image x="0" y="38" src="hs_time_bg.png"/> <Time x="116" y="53" src="time.png"/> <DateTime x="240" y="135" color="#FFFFFFFF" size="28" format="M月d日 EEEE" align="center"/>
<Image x="0" y="0" src="status_bar.png"/>
<!-- 音乐播放器插件 --> <MusicControl x="0" y="800-264" name="music_control" visibility="false"> <Image src="music_bg.png" x="0" y="0" alpha="255" /> <Button name="music_prev" x="40" y ="37" w="108" h="84"> <Normal> <Image src="music_previous_n.png" x="40" y="37" /> </Normal> <Pressed> <Image src="music_previous_p.png" x="40" y="37" /> </Pressed> </Button> <Button name="music_next" x="332" y ="37" w="108" h="84"> <Normal> <Image src="music_next_n.png" x="332" y="37" /> </Normal> <Pressed> <Image src="music_next_p.png" x="332" y="37" /> </Pressed> </Button> <Button name="music_play" x="186" y ="37" w="108" h="84"> <Normal> <Image src="music_play_n.png" x="186" y="37" /> </Normal> <Pressed> <Image src="music_play_p.png" x="186" y="37" /> </Pressed> </Button> <Button name="music_pause" x="186" y ="37" w="108" h="84"> <Normal> <Image src="music_pause_n.png" x="186" y="37" /> </Normal> <Pressed> <Image src="music_pause_p.png" x="186" y="37" /> </Pressed> </Button> </MusicControl>
<!-- 双击控制音乐控制显示隐藏 --> <Button x="33" y="800-106" w="107" h="71"> <Triggers> <Trigger action="double" target="music_control" property="visibility" value="toggle"/> </Triggers> </Button> <!-- 未接电话 --> <Image x="0" y="182" src="info_bg.png" alpha="#call_missed_count*255"/> <Image x="30" y="186" src="icon_phone.png" alpha="#call_missed_count*255-50"/> <Text x="78" y="188" color="#FFFFFFFF" size="24" format="%d个未接来电" paras="#call_missed_count" alpha="#call_missed_count*255-50"/>
<!-- 未读短信, 如果没有未接电话,位置往上移--> <Image x="0" y="182+43*min(#call_missed_count,1)" src="info_bg.png" alpha="#sms_unread_count*255"/> <Image x="30" y="186+43*min(#call_missed_count,1)" src="icon_sms.png" alpha="#sms_unread_count*255-50"/> <Text x="78" y="188+43*min(#call_missed_count,1)" color="#FFFFFFFF" size="24" format="%d条未读短信" paras="#sms_unread_count" alpha="#sms_unread_count*255-50"/>
<Image x="0" y="0" src="bg.png" category="Charging"/> <Image x="0" y="0" src="bg.png" category="BatteryLow"/> <Image x="0" y="800-144" src="bottom_bg.png"/> <Image x="29" y="800-122" src="slider_bg.png"/>
<Image x="0" y="0" src="status_bar.png"/>
<!-- 音乐播放器插件 --> <MusicControl x="0" y="800-264" name="music_control" visibility="false"> <Image src="music_bg.png" x="0" y="0" alpha="255" /> <Button name="music_prev" x="40" y ="37" w="108" h="84"> <Normal> <Image src="music_previous_n.png" x="40" y="37" /> </Normal> <Pressed> <Image src="music_previous_p.png" x="40" y="37" /> </Pressed> </Button> <Button name="music_next" x="332" y ="37" w="108" h="84"> <Normal> <Image src="music_next_n.png" x="332" y="37" /> </Normal> <Pressed> <Image src="music_next_p.png" x="332" y="37" /> </Pressed> </Button> <Button name="music_play" x="186" y ="37" w="108" h="84"> <Normal> <Image src="music_play_n.png" x="186" y="37" /> </Normal> <Pressed> <Image src="music_play_p.png" x="186" y="37" /> </Pressed> </Button> <Button name="music_pause" x="186" y ="37" w="108" h="84"> <Normal> <Image src="music_pause_n.png" x="186" y="37" /> </Normal> <Pressed> <Image src="music_pause_p.png" x="186" y="37" /> </Pressed> </Button> </MusicControl>
<!-- 双击控制音乐控制显示隐藏 --> <Button x="33" y="800-106" w="107" h="71"> <Triggers> <Trigger action="double" target="music_control" property="visibility" value="toggle"/> </Triggers> </Button> <!-- 未接电话 --> <Image x="0" y="182" src="info_bg.png" alpha="#call_missed_count*255"/> <Image x="30" y="186" src="icon_phone.png" alpha="#call_missed_count*255-50"/> <Text x="78" y="188" color="#FFFFFFFF" size="24" format="%d个未接来电" paras="#call_missed_count" alpha="#call_missed_count*255-50"/>
<!-- 未读短信, 如果没有未接电话,位置往上移--> <Image x="0" y="182+43*min(#call_missed_count,1)" src="info_bg.png" alpha="#sms_unread_count*255"/> <Image x="30" y="186+43*min(#call_missed_count,1)" src="icon_sms.png" alpha="#sms_unread_count*255-50"/> <Text x="78" y="188+43*min(#call_missed_count,1)" color="#FFFFFFFF" size="24" format="%d条未读短信" paras="#sms_unread_count" alpha="#sms_unread_count*255-50"/>
<Image x="0" y="0" src="bg.png" category="Charging"/> <Image x="0" y="0" src="bg.png" category="BatteryLow"/> <Image x="0" y="800-144" src="bottom_bg.png"/> <Image x="29" y="800-122" src="slider_bg.png"/>