aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/attrs.xml
blob: dd690cda032824ec90128505d813179ac5e5e5cb (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="utf-8"?><!--
  ~ The MIT License (MIT)
  ~
  ~ Copyright (c) 2012-2014 lacolaco.net
  ~
  ~ Permission is hereby granted, free of charge, to any person obtaining a copy
  ~ of this software and associated documentation files (the "Software"), to deal
  ~ in the Software without restriction, including without limitation the rights
  ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  ~ copies of the Software, and to permit persons to whom the Software is
  ~ furnished to do so, subject to the following conditions:
  ~
  ~ The above copyright notice and this permission notice shall be included in all
  ~ copies or substantial portions of the Software.
  ~
  ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  ~ SOFTWARE.
  -->

<resources>
    <attr name="page_background" format="color" />
    <attr name="icon_post_delete" format="reference" />
    <attr name="icon_post_picture" format="reference" />
    <attr name="icon_post_row" format="reference" />
    <attr name="button_blue_background" format="color" />
    <attr name="button_blue_foreground" format="color" />
    <attr name="button_round_blue" format="reference" />
    <attr name="button_red_background" format="color" />
    <attr name="button_red_foreground" format="color" />
    <attr name="button_round_red" format="reference" />
    <attr name="button_round_orange" format="reference" />
    <attr name="custom_button_transparent" format="reference" />
    <attr name="icon_status_favorite_on" format="reference" />
    <attr name="color_status_text_header" format="color" />
    <attr name="color_status_text_normal" format="color" />
    <attr name="color_status_text_footer" format="color" />
    <attr name="color_status_text_mine" format="color" />
    <attr name="color_status_bg_retweet" format="color" />
    <attr name="color_status_bg_mention" format="color" />
    <attr name="color_status_bg_normal" format="color" />
    <attr name="color_list_divider" format="color" />
    <attr name="color_message_text_header" format="color" />
    <attr name="color_message_bg_normal" format="color" />
    <attr name="icon_message" format="reference" />
    <attr name="icon_retweet_off" format="reference" />
    <attr name="icon_favorite_off" format="reference" />
    <attr name="icon_garbage" format="reference" />
    <attr name="icon_search" format="reference" />
    <attr name="icon_labels" format="reference" />
    <attr name="icon_save" format="reference" />

    <declare-styleable name="ColoredRelativeLayout">
        <attr name="accent_color" format="reference" />
        <attr name="highlight_none" format="reference" />
        <attr name="highlight_type1" format="reference" />
        <attr name="highlight_type2" format="reference" />
        <attr name="highlight_type3" format="reference" />
    </declare-styleable>

    <declare-styleable name="ThreeStateButton">
        <attr name="off_text" format="reference" />
        <attr name="off_background" format="reference" />
        <attr name="on_text" format="reference" />
        <attr name="on_background" format="reference" />
        <attr name="locked_text" format="reference" />
        <attr name="locked_background" format="reference" />
    </declare-styleable>

    <declare-styleable name="ToggleableImageButton">
        <attr name="offSrc" format="reference" />
        <attr name="onSrc" format="reference" />
    </declare-styleable>
</resources>