aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/attr.xml
blob: 201074bdd716488b048ffd6464acc3f161b8fb1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <bool name="isTablet">false</bool>

    <declare-styleable name="FontStyle">
        <attr name="font_default" format="dimension"/>
        <attr name="font_12" format="dimension"/>
        <attr name="font_16" format="dimension"/>
        <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>