diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2019-05-20 14:25:02 -0400 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2019-05-20 14:25:02 -0400 |
commit | bdc815dfb0ed1cbc6d562af394d19397e7cb10a5 (patch) | |
tree | e6fd190ea871ee971603a6e9b169bb68b244aad9 /resources | |
parent | d0b45bd251eb1f646d5771d5a183855634d2c3ed (diff) |
Integrate KiezelPay/Fitbit_Realistic_HRM
Diffstat (limited to 'resources')
-rw-r--r-- | resources/index.gui | 9 | ||||
-rw-r--r-- | resources/quantifier/-.png | bin | 0 -> 227 bytes |
2 files changed, 7 insertions, 2 deletions
diff --git a/resources/index.gui b/resources/index.gui index eb63cb2..c221b91 100644 --- a/resources/index.gui +++ b/resources/index.gui @@ -1,4 +1,8 @@ <svg class="background"> + <symbol id="animatedHRImage"> + <image id="hrIcon" width="24" height="24" href="icons/stat_hr_solid_24px.png" load="sync" fill="#ffffff"/> + <animate attributeName="opacity" begin="enable" end="disable" final="restore" from="1" to="0" dur="1" /> + </symbol> <svg x="6" y="64"> <image id="day" href="quantifier/mon.png" x="$+3" width="66" height="21" fill="#FFFFFF" class="foreground" /> <image id="date1" href="quantifier/3.png" x="$+15" width="18" height="21" fill="#FFFFFF" class="foreground" /> @@ -12,8 +16,8 @@ <image id="mins2" href="numerals/8.png" x="234" y="100" width="60" height="122" fill="#FFFFFF" class="foreground" /> </svg> <svg x="6" y="237"> - <image id="hr-icon" href="icons/stat_hr_solid_24px.png" width="24" height="24" fill="#ffffff" class="foreground" /> - <image id="hr1" href="quantifier/0.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> + <use id="hrImage" href="#animatedHRImage" /> + <image id="hr1" href="quantifier/0.png" x="33" width="18" height="21" fill="#ffffff" class="foreground" /> <image id="hr2" href="quantifier/0.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> <image id="hr3" href="quantifier/0.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> </svg> @@ -27,3 +31,4 @@ <image id="act6" href="quantifier/6.png" x="$+3" width="18" height="21" fill="#ffffff" class="foreground" /> </svg> </svg> +
\ No newline at end of file diff --git a/resources/quantifier/-.png b/resources/quantifier/-.png Binary files differnew file mode 100644 index 0000000..e71212e --- /dev/null +++ b/resources/quantifier/-.png |