mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Fix bugs related to favoriting multireddits. Add some fonts.
This commit is contained in:
17
app/src/main/res/font/manrope.xml
Normal file
17
app/src/main/res/font/manrope.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="500"
|
||||
app:font="@font/manrope_medium" />
|
||||
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="700"
|
||||
app:font="@font/manrope_bold" />
|
||||
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="300"
|
||||
app:font="@font/manrope_light" />
|
||||
</font-family>
|
BIN
app/src/main/res/font/manrope_bold.ttf
Normal file
BIN
app/src/main/res/font/manrope_bold.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/manrope_light.ttf
Normal file
BIN
app/src/main/res/font/manrope_light.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/manrope_medium.ttf
Normal file
BIN
app/src/main/res/font/manrope_medium.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/manrope_regular.ttf
Normal file
BIN
app/src/main/res/font/manrope_regular.ttf
Normal file
Binary file not shown.
32
app/src/main/res/font/rubik.xml
Normal file
32
app/src/main/res/font/rubik.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<font-family xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="400"
|
||||
app:font="@font/rubik_regular" />
|
||||
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="700"
|
||||
app:font="@font/rubik_bold" />
|
||||
|
||||
<font
|
||||
app:fontStyle="normal"
|
||||
app:fontWeight="300"
|
||||
app:font="@font/rubik_light" />
|
||||
|
||||
<font
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="300"
|
||||
app:font="@font/rubik_light_italic" />
|
||||
|
||||
<font
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="400"
|
||||
app:font="@font/rubik_italic" />
|
||||
|
||||
<font
|
||||
app:fontStyle="italic"
|
||||
app:fontWeight="700"
|
||||
app:font="@font/rubik_bold_italic" />
|
||||
</font-family>
|
BIN
app/src/main/res/font/rubik_bold.ttf
Normal file
BIN
app/src/main/res/font/rubik_bold.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/rubik_bold_italic.ttf
Normal file
BIN
app/src/main/res/font/rubik_bold_italic.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/rubik_italic.ttf
Normal file
BIN
app/src/main/res/font/rubik_italic.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/rubik_light.ttf
Normal file
BIN
app/src/main/res/font/rubik_light.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/rubik_light_italic.ttf
Normal file
BIN
app/src/main/res/font/rubik_light_italic.ttf
Normal file
Binary file not shown.
BIN
app/src/main/res/font/rubik_regular.ttf
Normal file
BIN
app/src/main/res/font/rubik_regular.ttf
Normal file
Binary file not shown.
@@ -131,6 +131,8 @@
|
||||
<item>Harmonia Sans</item>
|
||||
<item>Selawk</item>
|
||||
<item>Inter</item>
|
||||
<item>Manrope</item>
|
||||
<item>Rubik</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="settings_font_family_values">
|
||||
@@ -141,6 +143,8 @@
|
||||
<item>HarmoniaSans</item>
|
||||
<item>Selawk</item>
|
||||
<item>Inter</item>
|
||||
<item>Manrope</item>
|
||||
<item>Rubik</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="settings_tab_post_type">
|
||||
|
@@ -262,6 +262,14 @@
|
||||
<item name="font_family">@font/inter</item>
|
||||
</style>
|
||||
|
||||
<style name="FontFamily.Manrope">
|
||||
<item name="font_family">@font/manrope</item>
|
||||
</style>
|
||||
|
||||
<style name="FontFamily.Rubik">
|
||||
<item name="font_family">@font/rubik</item>
|
||||
</style>
|
||||
|
||||
<style name="TitleFontFamily" />
|
||||
|
||||
<style name="TitleFontFamily.Default">
|
||||
@@ -292,6 +300,14 @@
|
||||
<item name="title_font_family">@font/inter</item>
|
||||
</style>
|
||||
|
||||
<style name="TitleFontFamily.Manrope">
|
||||
<item name="title_font_family">@font/manrope</item>
|
||||
</style>
|
||||
|
||||
<style name="TitleFontFamily.Rubik">
|
||||
<item name="title_font_family">@font/rubik</item>
|
||||
</style>
|
||||
|
||||
<style name="ContentFontFamily" />
|
||||
|
||||
<style name="ContentFontFamily.Default">
|
||||
@@ -322,6 +338,14 @@
|
||||
<item name="content_font_family">@font/inter</item>
|
||||
</style>
|
||||
|
||||
<style name="ContentFontFamily.Manrope">
|
||||
<item name="content_font_family">@font/manrope</item>
|
||||
</style>
|
||||
|
||||
<style name="ContentFontFamily.Rubik">
|
||||
<item name="content_font_family">@font/rubik</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme" />
|
||||
|
||||
<style name="Theme.Normal">
|
||||
|
Reference in New Issue
Block a user