Add weather icon pack, updates frequency and fix google fit

This commit is contained in:
Tommaso Berlose
2020-05-12 23:54:07 +02:00
parent ba5a860e75
commit ac381c8542
89 changed files with 702 additions and 263 deletions

View File

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<font
app:fontStyle="normal"
app:fontWeight="400"
app:font="@font/product_sans_regular" />
<font
app:fontStyle="italic"
app:fontWeight="400"
app:font="@font/product_sans_italic" />
<font
app:fontStyle="normal"
app:fontWeight="200"
app:font="@font/product_sans_light" />
<font
app:fontStyle="normal"
app:fontWeight="300"
app:font="@font/product_sans_thin" />
<font
app:fontStyle="normal"
app:fontWeight="700"
app:font="@font/product_sans_medium" />
<font
app:fontStyle="normal"
app:fontWeight="800"
app:font="@font/product_sans_bold" />
<font
app:fontStyle="italic"
app:fontWeight="800"
app:font="@font/product_sans_bold_italic" />
<font
app:fontStyle="normal"
app:fontWeight="900"
app:font="@font/product_sans_black" />
</font-family>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.