Fix drive mode, share story and font moved to lib.
This commit is contained in:
parent
9d76cb165a
commit
5b39354bd8
4 changed files with 16 additions and 0 deletions
16
fonts/src/main/res/font/circular.xml
Normal file
16
fonts/src/main/res/font/circular.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<font
|
||||
app:font="@font/circular_std_book"
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="400" />
|
||||
<font
|
||||
app:font="@font/circular_std_medium"
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="600" />
|
||||
|
||||
<font
|
||||
app:font="@font/circular_std_black"
|
||||
app:fontWeight="900" />
|
||||
|
||||
</font-family>
|
BIN
fonts/src/main/res/font/circular_std_black.otf
Normal file
BIN
fonts/src/main/res/font/circular_std_black.otf
Normal file
Binary file not shown.
BIN
fonts/src/main/res/font/circular_std_book.otf
Normal file
BIN
fonts/src/main/res/font/circular_std_book.otf
Normal file
Binary file not shown.
BIN
fonts/src/main/res/font/circular_std_medium.otf
Normal file
BIN
fonts/src/main/res/font/circular_std_medium.otf
Normal file
Binary file not shown.
Loading…
Reference in a new issue