File tree Expand file tree Collapse file tree 6 files changed +11
-1
lines changed
library/ui-styles/src/main/res/values
vector/src/main/res/drawable Expand file tree Collapse file tree 6 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ Added online presence indicator attribute online to match offline styling
Original file line number Diff line number Diff line change 122
122
<color name =" vctr_presence_indicator_offline_light" >@color/palette_gray_100</color >
123
123
<color name =" vctr_presence_indicator_offline_dark" >@color/palette_gray_450</color >
124
124
125
+ <attr name =" vctr_presence_indicator_online" format =" color" />
126
+ <color name =" vctr_presence_indicator_online_light" >@color/presence_online</color >
127
+ <color name =" vctr_presence_indicator_online_dark" >@color/presence_online</color >
128
+
125
129
<!-- Location sharing colors -->
126
130
<attr name =" vctr_live_location" format =" color" />
127
131
<color name =" vctr_live_location_light" >@color/palette_prune</color >
Original file line number Diff line number Diff line change 54
54
<color name =" element_room_02" >@color/palette_azure</color >
55
55
<color name =" element_room_03" >@color/palette_grape</color >
56
56
57
+ <!-- For presence -->
58
+ <color name =" presence_online" >@color/palette_element_green</color >
59
+
57
60
</resources >
Original file line number Diff line number Diff line change 43
43
44
44
<!-- Presence Indicator colors -->
45
45
<item name =" vctr_presence_indicator_offline" >@color/vctr_presence_indicator_offline_dark</item >
46
+ <item name =" vctr_presence_indicator_online" >@color/vctr_presence_indicator_online_dark</item >
46
47
47
48
<!-- Some aliases -->
48
49
<item name =" vctr_header_background" >?vctr_system</item >
Original file line number Diff line number Diff line change 43
43
44
44
<!-- Presence Indicator colors -->
45
45
<item name =" vctr_presence_indicator_offline" >@color/vctr_presence_indicator_offline_light</item >
46
+ <item name =" vctr_presence_indicator_online" >@color/vctr_presence_indicator_online_light</item >
46
47
47
48
<!-- Some aliases -->
48
49
<item name =" vctr_header_background" >?vctr_system</item >
Original file line number Diff line number Diff line change 16
16
17
17
<path
18
18
android : pathData =" M0 0V12H11.8857V0"
19
- android : fillColor =" #0DBD8B "
19
+ android : fillColor =" ?vctr_presence_indicator_online "
20
20
/>
21
21
22
22
</group >
You can’t perform that action at this time.
0 commit comments