mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Layouts XML cleanup
This commit is contained in:
parent
0a3a09e631
commit
1c0265c12e
45 changed files with 140 additions and 143 deletions
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<font app:font="@font/regular" app:fontStyle="normal" app:fontWeight="400" />
|
||||
<font app:font="@font/bold" app:fontStyle="normal" app:fontWeight="700" />
|
||||
<font app:font="@font/extra_bold" app:fontStyle="normal" app:fontWeight="900" />
|
||||
</font-family>
|
||||
7
app/src/main/res/font/opensans.xml
Normal file
7
app/src/main/res/font/opensans.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<font app:font="@font/opensans_regular" app:fontStyle="normal" app:fontWeight="400" />
|
||||
<font app:font="@font/opensans_bold" app:fontStyle="normal" app:fontWeight="700" />
|
||||
<font app:font="@font/opensans_extra_bold" app:fontStyle="normal" app:fontWeight="900" />
|
||||
</font-family>
|
||||
Loading…
Add table
Add a link
Reference in a new issue