summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/attrs.xml
blob: 3f4922d0cad08dc3d9b32007c0442bd21c2d2c33 (plain)
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>
    <attr name="ttrssHorizontalDivider" format="reference|color" />
    <attr name="feedlistBackground" format="reference|color" />
    <attr name="unreadCounterColor" format="reference|color" />
    <attr name="headlinesBackground" format="reference|color" />
    <attr name="articleBackground" format="reference|color" />
    <attr name="headlineSelectedBackground" format="reference|color" />
    <attr name="headlineUnreadBackground" format="reference|color" />
    <attr name="feedsSelectedBackground" format="reference|color" />
    <attr name="feedlistTextColor" format="reference|color" />
    <attr name="feedlistSelectedTextColor" format="reference|color" />
    <!-- <attr name="headlineTextColor" format="reference|color" /> -->
    <attr name="headlineHeaderBackground" format="reference|color" />
    <attr name="headlineUnreadTextColor" format="reference|color" />
    <attr name="headlineSelectedTextColor" format="reference|color" />    
    <attr name="headlineExcerptTextColor" format="reference|color" />
    <attr name="headlineSecondaryTextColor" format="reference|color" />
    <attr name="headlineSelectedSecondaryTextColor" format="reference|color" />
    <attr name="headlineSelectedExcerptTextColor" format="reference|color" />
    <attr name="headlineTitleHighScoreUnreadTextColor" format="reference|color" />
    <attr name="linkColor" format="reference|color" />
    <attr name="loadingBackground" format="reference|color" />
    <attr name="articleNoteBackground" format="reference|color" />
    <attr name="articleNoteTextColor" format="reference|color" />
    <!-- <attr name="statusBarHintColor" format="reference|color" /> -->
    <attr name="parentBtnBackground" format="reference|color" />
    <attr name="articleHeader" format="reference|color" />
    <attr name="articleHeaderTextColor" format="reference|color" />
    <attr name="articleTextColor" format="reference|color" />
    <attr name="headlineFooterColor" format="reference|color" />
    <attr name="articleHeaderSeparator" format="reference|color" />
    <attr name="ic_rss_box" format="reference"/>
    <attr name="ic_rss" format="reference"/>
    <attr name="ic_checkbox_marked" format="reference" />
    <attr name="ic_star" format="reference" />
    <attr name="ic_star_outline" format="reference" />
    <attr name="ic_share" format="reference" />
    <attr name="ic_keyboard_backspace" format="reference" />
    <attr name="ic_settings" format="reference" />
    <attr name="ic_filter_variant" format="reference" />
    <attr name="ic_cloud_download" format="reference" />
    <attr name="ic_cloud_upload" format="reference" />
    <attr name="ic_archive" format="reference" />
    <attr name="ic_coffee" format="reference" />
    <attr name="ic_folder_outline" format="reference" />
    <attr name="ic_dots_vertical" format="reference" />
    <declare-styleable name="ScrimInsetsView">
        <attr format="reference|color" name="insetForeground">
        </attr></declare-styleable>
    <attr name="drawer_header" format="reference" />
    <declare-styleable name="ForegroundImageView">
        <attr name="android:foreground"/>
    </declare-styleable>
</resources>