2. modify the version number
Open the "description.xml" file and modify the code:
Code: Select all
<version>1.2</version>Code: Select all
<version>1.6</version>3. modify the position of the control
Find the following code in "watchface.xml":
Code: Select all
<WatchFaceItem type="datawidget" id="0" x="40" y="66"dataType="2" model="1" />Here we add 20 to the parameter to make it centered (the specific position needs to be adjusted according to the actual style).
The modified code is as follows:
Code: Select all
<WatchFaceItem type="datawidget" id="0" x="60" y="86"dataType="2" model="1" />Code: Select all
<WatchFaceItem type="timedigital" x="79" y="135"width="202" height="90" font="@wfz/font/01" />
<WatchFaceItem type="datawidget" id="0" x="60" y="86"dataType="2" model="1" />
<WatchFaceItem type="datawidget" id="1" x="180" y="86"dataType="10" model="1" />
<WatchFaceItem type="datawidget" id="2" x="60" y="249"dataType="6" model="1" />
<WatchFaceItem type="datawidget" id="3" x="180"y="249" dataType="6" model="2" />Add a line of code to the "watchface.xml" file
Code: Select all
<WatchFaceItem type="support26w" config="true" />Note: This code needs to be written in the first sentence
5. ready to lift the wrist HD material
Open the background directory, create a new 26w directory, as shown below
Spoiler

In the same way, we modify the material in the font file.
Spoiler

We return to the root of the file and compress it into a zip file.
Modify the suffix "zip" to "wfz"
Copy the file to the watchface directory in your watch
File comparison



