mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-25 23:39:00 +03:00
Fix / composer separator color was using a clear theme color
This commit is contained in:
parent
8901a5e09a
commit
020c32bb1a
3 changed files with 3 additions and 2 deletions
|
@ -13,6 +13,7 @@ Other changes:
|
||||||
Bugfix:
|
Bugfix:
|
||||||
- Fix regression on permalink click
|
- Fix regression on permalink click
|
||||||
- Fix crash reported by the PlayStore (#341)
|
- Fix crash reported by the PlayStore (#341)
|
||||||
|
- Fix Chat composer separator color in dark/black theme
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
-
|
-
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
<!-- activities background -->
|
<!-- activities background -->
|
||||||
<item name="android:windowBackground">@color/riot_primary_background_color_black</item>
|
<item name="android:windowBackground">@color/riot_primary_background_color_black</item>
|
||||||
<item name="vctr_bottom_nav_background_color">@color/primary_color_black</item>
|
<item name="vctr_bottom_nav_background_color">@color/primary_color_black</item>
|
||||||
<item name="vctr_bottom_nav_background_border_color">#FFE9EDF1</item>
|
<item name="vctr_bottom_nav_background_border_color">#FF15171b</item>
|
||||||
|
|
||||||
<item name="vctr_direct_chat_circle">@drawable/direct_chat_circle_black</item>
|
<item name="vctr_direct_chat_circle">@drawable/direct_chat_circle_black</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
|
|
||||||
<!-- default background color -->
|
<!-- default background color -->
|
||||||
<item name="vctr_bottom_nav_background_color">@color/primary_color_dark</item>
|
<item name="vctr_bottom_nav_background_color">@color/primary_color_dark</item>
|
||||||
<item name="vctr_bottom_nav_background_border_color">#FFE9EDF1</item>
|
<item name="vctr_bottom_nav_background_border_color">#FF15171b</item>
|
||||||
|
|
||||||
<!-- waiting view background -->
|
<!-- waiting view background -->
|
||||||
<item name="vctr_waiting_background_color">#55555555</item>
|
<item name="vctr_waiting_background_color">#55555555</item>
|
||||||
|
|
Loading…
Add table
Reference in a new issue