mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
SC dark theme: fix touch guard transparency behind fab
Change-Id: Id8ab5e57236cd3383bebd3597b4ac2a3577a4f41
This commit is contained in:
parent
a7315ee56f
commit
78766d7fc5
2 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
<color name="background_dark_sc">#ff212121</color>
|
||||
<color name="background_black_sc">#ff000000</color>
|
||||
<color name="background_floating_sc">#ff424242</color>
|
||||
<color name="background_touch_guard_sc">#bf000000</color>
|
||||
|
||||
<color name="list_divider_color_sc">#80ffffff</color>
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<item name="riotx_fab_label_bg">@color/background_floating_sc</item>
|
||||
<item name="riotx_fab_label_stroke">@color/black</item>
|
||||
<item name="riotx_fab_label_color">#ffffff</item>
|
||||
<item name="riotx_touch_guard_bg">@color/background_black_sc</item>
|
||||
<item name="riotx_touch_guard_bg">@color/background_touch_guard_sc</item>
|
||||
<item name="riotx_attachment_selector_background">?riotx_background</item>
|
||||
<item name="riotx_attachment_selector_border">@color/background_dark_sc</item>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue