Add weather icon pack, updates frequency and fix google fit
This commit is contained in:
36
app/src/main/res/font/product_sans.xml
Normal file
36
app/src/main/res/font/product_sans.xml
Normal 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>
|
BIN
app/src/main/res/font/product_sans_black.ttf
Normal file
BIN
app/src/main/res/font/product_sans_black.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/product_sans_bold.ttf
Executable file
BIN
app/src/main/res/font/product_sans_bold.ttf
Executable file
Binary file not shown.
BIN
app/src/main/res/font/product_sans_bold_italic.ttf
Executable file
BIN
app/src/main/res/font/product_sans_bold_italic.ttf
Executable file
Binary file not shown.
BIN
app/src/main/res/font/product_sans_italic.ttf
Executable file
BIN
app/src/main/res/font/product_sans_italic.ttf
Executable file
Binary file not shown.
BIN
app/src/main/res/font/product_sans_light.ttf
Normal file
BIN
app/src/main/res/font/product_sans_light.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/product_sans_medium.ttf
Normal file
BIN
app/src/main/res/font/product_sans_medium.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/product_sans_regular.ttf
Executable file
BIN
app/src/main/res/font/product_sans_regular.ttf
Executable file
Binary file not shown.
BIN
app/src/main/res/font/product_sans_thin.ttf
Normal file
BIN
app/src/main/res/font/product_sans_thin.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user