mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Add title and content font size options.
This commit is contained in:
@@ -9,4 +9,20 @@
|
||||
<attr name="font_18" format="dimension"/>
|
||||
<attr name="font_20" format="dimension"/>
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="TitleFontStyle">
|
||||
<attr name="title_font_default" format="dimension"/>
|
||||
<attr name="title_font_12" format="dimension"/>
|
||||
<attr name="title_font_16" format="dimension"/>
|
||||
<attr name="title_font_18" format="dimension"/>
|
||||
<attr name="title_font_20" format="dimension"/>
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="ContentFontStyle">
|
||||
<attr name="content_font_default" format="dimension"/>
|
||||
<attr name="content_font_12" format="dimension"/>
|
||||
<attr name="content_font_16" format="dimension"/>
|
||||
<attr name="content_font_18" format="dimension"/>
|
||||
<attr name="content_font_20" format="dimension"/>
|
||||
</declare-styleable>
|
||||
</resources>
|
Reference in New Issue
Block a user