- Adım
- .
- Cihazım
- .
- Meslek
- .
- Konum
- .
- Katılım
- 13 Mayıs 2014
- Konular
- 37
- Mesajlar
- 1.306
- Tepkime puanı
- 795
- Puanları
- 128
arkadaşlar adım sayar ve saat ve pil text büyütme aktif olmadı hatam nedir acaba
(bu arada lockscreen manifest yoktu ben kopyalama ile içini boşalttım ve kodu ekledim, benim dosyam sanırım sorunlu)
(bu arada lockscreen manifest yoktu ben kopyalama ile içini boşalttım ve kodu ekledim, benim dosyam sanırım sorunlu)
XML:
<?xml version="1.0" encoding="utf-8"?>
<ContentProviderBinder columns="_steps" countName="hassteps" name="MiStep" uri="content://com.miui.providers.steps/item" whereFormat="_begin_time>='%d'" whereParas="#today_begin_time">
<Variable column="_steps" name="Mi_step" type="string[]"/>
<Trigger>
<VariableCommand expression="0" name="step_today"/>
<VariableCommand expression="int((#time_sys-#hour24*3600000-#minute*60000-#second*1000)/1000)*1000" name="today_begin_time"/>
<BinderCommand command="refresh" condition="#step_refresh==0" name="MiStep"/>
<LoopCommand count="#hassteps" indexName="__s">
<VariableCommand expression="#step_today+int(@Mi_step[#__s])" name="step_today"/>
</LoopCommand>
<VariableCommand expression="1" name="step_refresh"/>
</Trigger>
</ContentProviderBinder>
</Trigger>
</Triggers>
</Button>
</Clock>