mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Fix presence theming
Change-Id: Ief37c2a6c3d1ed7270ec0a69da122b56614a2adf
This commit is contained in:
parent
675dfda7bc
commit
c8d9e69c40
3 changed files with 7 additions and 1 deletions
|
@ -41,6 +41,9 @@
|
|||
<item name="vctr_markdown_block_background_color">@android:color/black</item>
|
||||
<item name="vctr_spoiler_background_color">#FFFFFFFF</item>
|
||||
|
||||
<!-- Presence Indicator colors -->
|
||||
<item name="vctr_presence_indicator_offline">#ffdddddd</item>
|
||||
|
||||
<!-- Some alias -->
|
||||
<item name="vctr_header_background">?android:colorBackground</item>
|
||||
<item name="vctr_list_separator">@color/list_divider_color_sc</item>
|
||||
|
|
|
@ -41,6 +41,9 @@
|
|||
<item name="vctr_markdown_block_background_color">@color/background_sc_light</item> <!-- needs contrast on background_sc_light_bright for no-bubble case, and background_sc_light_secondary for bubble case -->
|
||||
<item name="vctr_spoiler_background_color">#FF000000</item>
|
||||
|
||||
<!-- Presence Indicator colors -->
|
||||
<item name="vctr_presence_indicator_offline">@color/background_sc_bright</item>
|
||||
|
||||
<!-- Some alias -->
|
||||
<item name="vctr_header_background">@color/background_sc_light_secondary</item>
|
||||
<item name="vctr_list_separator">@color/list_divider_color_sc_light</item>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<path
|
||||
android:pathData="M0 0V12H11.8857V0"
|
||||
android:fillColor="#0DBD8B"
|
||||
android:fillColor="?colorAccent"
|
||||
/>
|
||||
|
||||
</group>
|
||||
|
|
Loading…
Reference in a new issue