Just a standard watch, but really suits me… There are
- Hours, minutes, seconds
- Analog 1000 step count (Clickable for heart rate monitor) (left dial)
- 60 sec (center dial)
- power meter (right dial)
- month (below moon)
- day (below sun)
PATCH 1.2
Search for clockskin xml file in my watchface
Add the following lines before
</clockskin>
With the following:
<!--Task Switcher at Battery Logo-->
<drawable>
<arraytype>100</arraytype>
<centerX>80</centerX>
<centerY>50</centerY>
<range>30</range>
<cls>com.andoroid.systemui.recents.RecentsActivity</cls>
<pkg>com.android.systemui</pkg>
</drawable>
<!--Brightness Control at Sun Logo-->
<drawable>
<arraytype>100</arraytype>
<centerX>0</centerX>
<centerY>170</centerY>
<range>25</range>
<cls>com.android.systemui.settings.BrightnessDialog</cls>
<pkg>com.android.systemui</pkg>
</drawable>
<!--Volume Control for 3rd Party VOLUME BUTTON-->
<drawable>
<arraytype>100</arraytype>
<centerX>0</centerX>
<centerY>70</centerY>
<range>30</range>
<cls>com.missingsemicollon.apps.volumebutton.SplashActivity</cls>
<pkg>com.missingsemicollon.apps.volumebutton</pkg>
</drawable>
Credit to
@G1NT0N1C , for his insight of analog step counter
@Marco_Ferreira, for WFD
Stock Launcher and its base to edit
Watchmaker
God bless us all