Not having a KW88 myself (!) I’m looking for help to test the apk watchskins that I’m making…
I’ve tested the “hna” and the link below is for the “hnb”… by changing various bits of xml code I’m looking to see what difference it makes to the look and functions of the watch…
In this respect I’d like anybody who downloads the apk to please post a picture of the skin on their KW88…
What happened to the date… font too big… colour code wrong?
I thought that the colour hex code for black was 000 000 or 0000 0000
Perhaps black is ff00 0000?
And nothing seemed to happen with:
bools: clock_has_month_dial true
bools: clock_has_week_dial true
Perhaps they should be given values in an xml.
Time for “hnd”…
I found this:-
The colors are in hexidecimal code (base 16, 00-ff)
They are in the format:
alpha, blue, green, red ( a reversal of normal red,green, blue)
where alpha is the tranparency setting 00 for clear, ff for solid
For example:
ff0000ff is solid red
330000ff is a transpanent (see thru) red
ff00ff00 is solid green
ffff0000 is solid blue
ff00ffff is solid yellow (mixing of red and green)
ffff00ff is solid purple (mixing of red & blue)
77008cff is semi-transparent orange
Dial face is 400 pixel diameter
Concentric circles start at 385pxl dia. (red)
Finish at 315pxl dia. (black)
Blue vertical lines start at 170pxl
10pxl increments
Finish at 230pxl