求大神修复啊,此时钟日期不能变啊!代码应该怎么改啊?
<?xml version="1.0" encoding="utf-8"?>
<!--指针时钟, type=awsome-->
<Clock version="1" type="awesome" frameRate="30" screenWidth="720" useVariableUpdater="Battery">
<VariableBinders>
<ContentProviderBinder
uriFormat="content://weather/weather"
uriParas="#time_sys"
columns="city_name,temperature,temperature_range,description,weather_type"
countName="hasweather">
<Variable name="weather_id" type="int" column="weather_type"/>
<Variable name="weather_location" type="string" column="city_name"/>
<Variable name="weather_temperature" type="int" column="temperature"/>
<Variable name="weather_temperature_range" type="string" column="temperature_range"/>
<Variable name="weather_description" type="string" column="description"/>
</ContentProviderBinder>
</VariableBinders>
<VarArray type="string">
<Vars>
<Var name="W" index="#day_of_week"/>
</Vars>
<Items>
<Item value="SUNDAY 星期日"/>
<Item value="MONDAY 星期一"/>
<Item value="TUESDAY 星期二"/>
<Item value="WEDNESDAY 星期三"/>
<Item value="THURDAY 星期四"/>
<Item value="FRIDAY 星期五"/>
<Item value="SATURDAY 星期六"/>
</Items>
</VarArray>
<Group x="22" y="100" >
<Image src="time_bg.png" />
<Text x="40" y="20-16" color="#ffffffff" size="80" format="%d°" paras="#weather_temperature" />
<Text x="160+18" y="30-5" size="22" color="#ffffffff" alpha="255" align="left" format="%s" paras="@weather_description"/>
<Text x="450+18" y="105" color="#ffffffff" size="20" text="@W" />
<Text x="160+18" y="50" color="#ffffffff" size="22" format="%s" paras="@weather_location" />
<Time x="430-14" y="20" src="time.png" />
<DateTime x="160+18" y="100" color="#ffffffff" size="25" format="yyyy/MM/dd" />
<Text x="100+7-14" y="100" size="25" color="#ffffffff" alpha="255" align="left" format="%d%%" paras="#battery_level"/><!--改这里的x和y值-->
<Image x="108+7-14" y="100" X="60" Y="30" align="right" src="m.png" srcid="int((#battery_level)/10)"/><!--调整这里的x,y值-->
</Group>
</Clock>
<?xml version="1.0" encoding="utf-8"?>
<!--指针时钟, type=awsome-->
<Clock version="1" type="awesome" frameRate="30" screenWidth="720" useVariableUpdater="Battery">
<VariableBinders>
<ContentProviderBinder
uriFormat="content://weather/weather"
uriParas="#time_sys"
columns="city_name,temperature,temperature_range,description,weather_type"
countName="hasweather">
<Variable name="weather_id" type="int" column="weather_type"/>
<Variable name="weather_location" type="string" column="city_name"/>
<Variable name="weather_temperature" type="int" column="temperature"/>
<Variable name="weather_temperature_range" type="string" column="temperature_range"/>
<Variable name="weather_description" type="string" column="description"/>
</ContentProviderBinder>
</VariableBinders>
<VarArray type="string">
<Vars>
<Var name="W" index="#day_of_week"/>
</Vars>
<Items>
<Item value="SUNDAY 星期日"/>
<Item value="MONDAY 星期一"/>
<Item value="TUESDAY 星期二"/>
<Item value="WEDNESDAY 星期三"/>
<Item value="THURDAY 星期四"/>
<Item value="FRIDAY 星期五"/>
<Item value="SATURDAY 星期六"/>
</Items>
</VarArray>
<Group x="22" y="100" >
<Image src="time_bg.png" />
<Text x="40" y="20-16" color="#ffffffff" size="80" format="%d°" paras="#weather_temperature" />
<Text x="160+18" y="30-5" size="22" color="#ffffffff" alpha="255" align="left" format="%s" paras="@weather_description"/>
<Text x="450+18" y="105" color="#ffffffff" size="20" text="@W" />
<Text x="160+18" y="50" color="#ffffffff" size="22" format="%s" paras="@weather_location" />
<Time x="430-14" y="20" src="time.png" />
<DateTime x="160+18" y="100" color="#ffffffff" size="25" format="yyyy/MM/dd" />
<Text x="100+7-14" y="100" size="25" color="#ffffffff" alpha="255" align="left" format="%d%%" paras="#battery_level"/><!--改这里的x和y值-->
<Image x="108+7-14" y="100" X="60" Y="30" align="right" src="m.png" srcid="int((#battery_level)/10)"/><!--调整这里的x,y值-->
</Group>
</Clock>