forked from jpush/aurora-imui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
attrs.xml
92 lines (83 loc) · 5.08 KB
/
attrs.xml
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-->Message List<-->
<attr name="message_list"/>
<declare-styleable name="MessageList">
<attr name="dateTextSize" format="dimension|reference"/>
<attr name="dateTextColor" format="color|reference"/>
<attr name="dateFormat" format="string|reference"/>
<attr name="datePaddingLeft" format="dimension|reference"/>
<attr name="datePaddingTop" format="dimension|reference" />
<attr name="datePaddingRight" format="dimension|reference" />
<attr name="datePaddingBottom" format="dimension|reference" />
<attr name="dateBackgroundColor" format="color|reference" />
<attr name="dateCornerRadius" format="dimension|reference" />
<attr name="eventTextSize" format="dimension|reference" />
<attr name="eventTextColor" format="color|reference" />
<attr name="eventPaddingLeft" format="dimension|reference" />
<attr name="eventPaddingTop" format="dimension|reference" />
<attr name="eventPaddingRight" format="dimension|reference" />
<attr name="eventPaddingBottom" format="dimension|reference" />
<attr name="eventCornerRadius" format="dimension|reference" />
<attr name="eventBackgroundColor" format="color|reference" />
<attr name="avatarWidth" format="dimension|reference"/>
<attr name="avatarHeight" format="dimension|reference"/>
<attr name="avatarRadius" format="dimension|reference" />
<attr name="showSenderDisplayName" format="boolean" />
<attr name="showReceiverDisplayName" format="boolean" />
<attr name="displayNameTextSize" format="dimension|reference" />
<attr name="displayNameTextColor" format="color|reference" />
<attr name="displayNamePadding" format="dimension|reference" />
<attr name="receiveBubbleDrawable" format="reference"/>
<attr name="receiveBubbleColor" format="color|reference"/>
<attr name="receiveBubblePressedColor" format="color|reference"/>
<attr name="receiveBubbleSelectedColor" format="color|reference"/>
<attr name="receiveBubblePaddingLeft" format="dimension|reference"/>
<attr name="receiveBubblePaddingTop" format="dimension|reference"/>
<attr name="receiveBubblePaddingRight" format="dimension|reference"/>
<attr name="receiveBubblePaddingBottom" format="dimension|reference"/>
<attr name="receiveTextColor" format="color|reference"/>
<attr name="receiveTextSize" format="dimension|reference"/>
<attr name="sendBubbleDrawable" format="reference"/>
<attr name="sendBubbleColor" format="color|reference"/>
<attr name="sendBubblePressedColor" format="color|reference"/>
<attr name="sendBubbleSelectedColor" format="color|reference"/>
<attr name="sendBubblePaddingLeft" format="dimension|reference"/>
<attr name="sendBubblePaddingTop" format="dimension|reference"/>
<attr name="sendBubblePaddingRight" format="dimension|reference"/>
<attr name="sendBubblePaddingBottom" format="dimension|reference"/>
<attr name="sendTextColor" format="color|reference"/>
<attr name="sendTextSize" format="dimension|reference"/>
<attr name="bubbleMaxWidth" format="float|reference"/>
<attr name="sendingProgressDrawable" format="reference" />
<attr name="sendingIndeterminateDrawable" format="reference" />
<attr name="sendVoiceDrawable" format="reference"/>
<attr name="receiveVoiceDrawable" format="reference"/>
<attr name="playSendVoiceAnim" format="reference"/>
<attr name="playReceiveVoiceAnim" format="reference"/>
<attr name="lineSpacingExtra" format="dimension|reference" />
<attr name="lineSpacingMultiplier" format="float" />
<attr name="isOutgoing" format="boolean" />
<attr name="bubbleVertexWidth" format="dimension|reference" />
<attr name="bubbleHemlineHeight" format="dimension|reference" />
<attr name="bubbleVertexY" format="dimension|reference" />
<attr name="sendPhotoMsgBg" format="reference"/>
<attr name="receivePhotoMsgBg" format="reference"/>
<attr name="photoMessageRadius" format="dimension|reference" />
<attr name="videoMessageRadius" format="dimension|reference"/>
<attr name="videoDurationTextColor" format="color|reference" />
<attr name="videoDurationTextSize" format="dimension|reference" />
</declare-styleable>
<declare-styleable name="PullToRefreshLayout">
<attr name="PtrResistance" format="float" />
<attr name="PtrRatioHeightToRefresh" format="float" />
<attr name="PtrCloseDuration" format="integer" />
<attr name="PtrCloseHeaderDuration" format="integer" />
<attr name="PtrPullToRefresh" format="boolean" />
<attr name="PtrKeepHeaderWhenRefresh" format="boolean" />
</declare-styleable>
<declare-styleable name="RoundTextView">
<attr name="cornerRadius" format="dimension|reference" />
<attr name="backgroundColor" format="color|reference" />
</declare-styleable>
</resources>