aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/values/attr.xml
blob: 9f35b9bed7c18c21f1329803adfeb253a664de7c (plain) (tree)
1
2
3
4
5
6
7


                                      


                                                      
                                                  




                                                 















                                                              



                                                      

                                                             





                                                                                         

                                                                                         
                                                                                          

                                                                                          
                                                  
















                                                           
                        
           
<?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="Theme">
        <attr name="colorPrimary" format="color"/>
        <attr name="colorPrimaryDark" format="color"/>
        <attr name="colorAccent" format="color" />
        <attr name="colorPrimaryLightTheme" format="color" />
        <attr name="backgroundColor" format="color"/>
        <attr name="roundedBottomSheetPrimaryBackground" format="color"/>
        <attr name="cardViewBackgroundColor" format="color"/>
        <attr name="toolbarAndTabBackgroundColor" format="color"/>
        <attr name="circularProgressBarBackground" format="color"/>
        <attr name="tabLayoutWithExpandedCollapsingToolbarTabBackground" format="color"/>
        <attr name="tabLayoutWithExpandedCollapsingToolbarTextColor" format="color" />
        <attr name="tabLayoutWithExpandedCollapsingToolbarTabIndicator" format="color" />
        <attr name="tabLayoutWithCollapsedCollapsingToolbarTabBackground" format="color"/>
        <attr name="tabLayoutWithCollapsedCollapsingToolbarTextColor" format="color" />
        <attr name="tabLayoutWithCollapsedCollapsingToolbarTabIndicator" format="color" />
        <attr name="navBarColor" format="color" />
        <attr name="upvoted" format="color" />
        <attr name="downvoted" format="color" />
        <attr name="post_type" format="color" />
        <attr name="spoilerColor" format="color" />
        <attr name="nsfwColor" format="color" />
        <attr name="flairColor" format="color" />
        <attr name="archivedTint" format="color" />
        <attr name="lockedIconTint" format="color" />
        <attr name="crosspost" format="color" />
        <attr name="stickiedPost" format="color" />
        <attr name="subscribed" format="color" />
        <attr name="unsubscribed" format="color" />
        <attr name="username" format="color" />
        <attr name="subreddit" format="color" />
        <attr name="authorFlairTextColor" format="color" />
        <attr name="submitter" format="color" />
        <attr name="moderator" format="color" />
    </declare-styleable>
</resources>