魔兽世界吧 关注:14,227,258贴子:460,709,478
  • 5回复贴,共1

有人能看懂这是什么吗

取消只看楼主收藏回复

<?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"/>



1楼2012-09-02 00:43回复
    <!-- 解锁路径指示箭头动画 --> <Image x="180" y="800-89" src="hs_path_bg.png" alpha="255-#unlocker.move_x/100*255" /> <Image x="-120" y="800-89" src="hs_path_light.png" alpha="255-#unlocker.move_x/100*255"> <TranslateAnimation> <Translate x="438" y="0" time="2000"/> </TranslateAnimation> <Mask x="0" y="800-89" src="hs_path_mask.png" align="absolute"/> </Image>
    <Image x="65" y="800-533" src="charging_progress.png" category="BatteryFull"/> <Image x="65" y="800-533" src="batterylow.png" category="BatteryLow"/> <!-- 充电进度, alpha值表示未触摸时显示 --> <Image x="65" y="800-533" align="center" category="Charging" >
    <FramesAnimation> <Frame src="anim_0.png" time="1000"/> <Frame src="anim_1.png" time="2000"/> <Frame src="anim_2.png" time="3000"/> <Frame src="anim_3.png" time="4000"/> <Frame src="anim_4.png" time="5000"/> <Frame src="anim_5.png" time="6000"/> <Frame src="anim_6.png" time="7000"/> <Frame src="anim_7.png" time="8000"/> <Frame src="anim_8.png" time="9000"/>
    <Frame src="anim_9.png" time="10000"/> </FramesAnimation> </Image> <!-- 充电时文字--> <Text x="170" y="800-319" category="Charging" color="#10000000" size="24" format="正在充电 %d%%" paras="#battery_level"> </Text> <Text x="170" y="800-320" category="Charging" color="#AAFFFFFF" size="24" format="正在充电 %d%%" paras="#battery_level"> </Text> <!-- 充满电时文字--> <Text x="208" y="800-319" category="BatteryFull" color="#10000000" size="24" text="已充满"> </Text> <Text x="208" y="800-320" category="BatteryFull" color="#AAFFFFFF" size="24" text="已充满"> </Text>
    <Unlocker name="unlocker"> <StartPoint x="33" y="800-106" w="107" h="71"> <NormalState> <Image x="33" y="800-106" src="unlock_button.png"> </Image> </NormalState> </StartPoint> <EndPoint x="341" y="800-106" w="107" h="71"> <Path x="0" y="800-106"> <Position x="33" y="0" /> <Position x="341" y="0" /> </Path> </EndPoint> </Unlocker></Lockscreen>
    


    2楼2012-09-02 00:43
    回复
      @挽尊帝 @酱油哥 @陈冠希
      


      3楼2012-09-02 00:44
      回复
        自挽


        4楼2012-09-02 00:46
        回复
          来人啊


          5楼2012-09-02 00:46
          回复
            @技术宅


            6楼2012-09-02 00:47
            回复