﻿<?xml version="1.0" encoding="utf-8"?>
<WatchFace version="1.0">

<!-- Update: 2020.01.22 - Ez a rohadt tetvedek nem birja a 10 widgetet -->

  <WatchFaceItem type="support26w" config="false" />
  <WatchFaceItem type="statusbar" x="194" y="191" />
 
<!-- Backround -->
 <WatchFaceComponent type="background" config="@wfz/background/0.png" />
 
<!-- Digital time --> 
  <WatchFaceItem type="timedigital" x="105" y="254" width="125" height="41" font="@wfz/font" />
  
<!-- Analog time -->
  <WatchFaceItem type="timehand" x="160" y="160" width="320" height="320" config="@wfz/timehand" />

<!-- Date -->  
  <WatchFaceItem type="datawidget" id="2" x="109" y="229" dataType="6" model="12" />
  
<!-- Weather pipa -->  
  <WatchFaceItem type="datawidget" id="3" x="100" y="191" dataType="8" model="1" />
  
<!-- Steps pipa -->  
  <WatchFaceItem type="datawidget" id="4" x="2" y="145" dataType="1" model="1" />
  
<!-- Battery pipa -->  
  <WatchFaceItem type="datawidget" id="5" x="194" y="145" dataType="10" model="1" />
  
<!-- Total distance pipa -->  
  <WatchFaceItem type="datawidget" id="6" x="147" y="105" dataType="3" model="1" />
  
<!-- Calories pipa-->  
  <WatchFaceItem type="datawidget" id="7" x="100" y="25" dataType="4" model="1" />
  
<!-- HR pipa -->  
  <WatchFaceItem type="datawidget" id="8" x="63" y="63" dataType="5" model="1" />
  
<!-- Floors pipa -->  
  <WatchFaceItem type="datawidget" id="9" x="137" y="63" dataType="12" model="1" />
  
<!-- Daily distance pipa -->  
  <WatchFaceItem type="datawidget" id="1" x="51" y="105" dataType="2" model="1" />

<!--Battery-Progress-->
	<WatchFaceComponent type="gtrwidget" id="10" dataType="10">
		<Item type="batteryimage" x="160" y="0" bitmapArray="@wfz/battery/image" count="10" NewDisplayStyle="1"/>
	</WatchFaceComponent>
	
<!--Steps-Progress-->
	<WatchFaceComponent type="progress" dataType="1">
		<Item type="AdditiveImage" x="0" y="0" additiveBitmapConfig="@wfz/steps/image" additiveBitmapCount="10" continueMode="1"/>
	</WatchFaceComponent>


</WatchFace>