providing online indicator color from the colors file instead of the element palette

This commit is contained in:
Adam Brown 2022-03-15 17:59:37 +00:00
parent c257488ca8
commit 4a7646a7ba
2 changed files with 2 additions and 6 deletions

View file

@ -123,8 +123,8 @@
<color name="vctr_presence_indicator_offline_dark">@color/palette_gray_450</color>
<attr name="vctr_presence_indicator_online" format="color" />
<color name="vctr_presence_indicator_online_light">@color/presence_online</color>
<color name="vctr_presence_indicator_online_dark">@color/presence_online</color>
<color name="vctr_presence_indicator_online_light">@color/palette_element_green</color>
<color name="vctr_presence_indicator_online_dark">@color/palette_element_green</color>
<!-- Location sharing colors -->
<attr name="vctr_live_location" format="color" />

View file

@ -53,8 +53,4 @@
<color name="element_room_01">@color/palette_verde</color>
<color name="element_room_02">@color/palette_azure</color>
<color name="element_room_03">@color/palette_grape</color>
<!-- For presence -->
<color name="presence_online">@color/palette_element_green</color>
</resources>