File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 8
8
<ListView
9
9
android : id =" @+id/searchList"
10
10
android:layout_width=" match_parent"
11
- android:layout_height=" match_parent" />
11
+ android:layout_height=" match_parent"
12
+ style=" @style/hs_listViewStyle" />
12
13
13
14
</FrameLayout >
Original file line number Diff line number Diff line change 11
11
<color name =" hs_darkGreycolor" >#B5B5B5</color >
12
12
<color name =" hs_darkerGreycolor" >#ff555555</color >
13
13
14
- <color name =" hs_rightchat_bubblecolor " >#228CD1</color >
15
- <color name =" hs_leftchat_bubblecolor " >#FFFFFF</color >
14
+ <color name =" hs_rightchat_bubblecolor_defaultColor " >#228CD1</color >
15
+ <color name =" hs_leftchat_bubblecolor_defaultColor " >#FFFFFF</color >
16
16
<color name =" hs_leftchat_messageTextcolor" >#000000</color >
17
17
<color name =" hs_rightchat_messageTextcolor" >#FFFFFF</color >
18
18
<color name =" hs_message_moreinfoTextColor" >#000000</color >
Original file line number Diff line number Diff line change 49
49
<item name =" android:textSize" >@dimen/hs_listView_ChildView_TextSize</item >
50
50
</style >
51
51
52
+
53
+ <!-- Chat screen - right chat bubble color, if using this no need to change property of bubble and bubble triangle -->
54
+ <color name =" hs_rightchat_bubblecolor" >@color/hs_rightchat_bubblecolor_defaultColor</color >
55
+
52
56
<!-- Chat screen - right chat bubble default Style -->
53
57
<style name =" hs_rightChatBubble_defaultStyle" >
54
58
<item name =" android:background" >@drawable/right_chat_bubble</item >
59
63
<item name =" android:background" >@drawable/right_chat_bubble_triangle</item >
60
64
</style >
61
65
66
+ <!-- Chat screen - right chat bubble color, if using this no need to change property of bubble and bubble triangle -->
67
+ <color name =" hs_leftchat_bubblecolor" >@color/hs_leftchat_bubblecolor_defaultColor</color >
68
+
62
69
<!-- Chat screen - left chat bubble default Style -->
63
70
<style name =" hs_leftChatBubble_defaultStyle" >
64
71
<item name =" android:background" >@drawable/left_chat_bubble</item >
69
76
<item name =" android:background" >@drawable/left_chat_bubble_triangle</item >
70
77
</style >
71
78
79
+
80
+
72
81
<!-- Chat screen - message text default Style -->
73
82
<style name =" hs_messageText_defaultStyle" >
74
83
<item name =" android:paddingTop" >3dp</item >
113
122
<item name =" android:textColor" >@color/hs_editTextcolor</item >
114
123
<item name =" android:textSize" >@dimen/hs_default_text_size</item >
115
124
</style >
125
+
126
+
116
127
117
128
</resources >
You can’t perform that action at this time.
0 commit comments