aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/attr.xml
blob: 0cfd9358617ac13442f2fddf328647a0708cfde2 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?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_10" 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>

    <declare-styleable name="FontFamily">
        <attr name="font_family" format="reference"/>
    </declare-styleable>

    <declare-styleable name="TitleFontFamily">
        <attr name="title_font_family" format="reference"/>
    </declare-styleable>

    <declare-styleable name="ContentFontFamily">
        <attr name="content_font_family" format="reference"/>
    </declare-styleable>

    <declare-styleable name="Theme">
        <attr name="colorPrimary" format="color"/>
        <attr name="colorPrimaryDark" format="color"/>
        <attr name="colorAccent" format="color"/>
        <attr name="colorPrimaryLightTheme" format="color"/>
        <attr name="primaryTextColor" format="color"/>
        <attr name="secondaryTextColor" format="color"/>
        <attr name="backgroundColor" format="color"/>
        <attr name="cardViewBackgroundColor" format="color"/>
    </declare-styleable>

    <attr name="backIconAlpha"/>
    <attr name="iconsAlpha"/>
</resources>
follow=1'>Add setImmersiveModeNotApplicable() in some activities.Alex Ning2-0/+6 2020-12-02Version 4.1.1-beta1.Alex Ning3-5/+6 2020-12-02Add an option to disable search history.Alex Ning6-17/+31 2020-12-02Lower the threshold for image preview width and height.Alex Ning2-22/+26 2020-12-02Try fixing ANR when releasing ExoPlayer.Alex Ning5-6/+14 2020-12-02Fix some NullPointerException.Alex Ning2-10/+11 2020-12-02Try fixing IllegalStateException for fragments in various Activities.Alex Ning5-11/+12 2020-12-02Maybe fixed IllegaStateException for ShareLinkBottomSheetFragment and CopyTex...Alex Ning2-12/+9 2020-12-01Maybe fix IndexOutOfBoundsException when parsing spoiler syntax.Alex Ning4-0/+25 2020-12-01Disable nsfw warning in ViewUserDetailActivity.Alex Ning1-3/+3 2020-12-01Maybe fix crash when downloading media.Alex Ning3-240/+2 2020-12-01Minor bugs fixed.Alex Ning3-13/+28 2020-12-01Fix ArrayIndexOutOfBoundsException in FollowedUsersRecyclerViewAdapter. Minor...Alex Ning4-122/+147 2020-12-01Update translation.Alex Ning10-849/+1636 2020-12-01Show upvoted or downvoted color in topScoreTextView in CommentViewHolder.Alex Ning1-0/+10 2020-11-30Changing language is now available.Alex Ning8-3/+83