SC dark theme: fix touch guard transparency behind fab

Change-Id: Id8ab5e57236cd3383bebd3597b4ac2a3577a4f41
This commit is contained in:
SpiritCroc 2020-11-23 13:28:30 +01:00
parent a7315ee56f
commit 78766d7fc5
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
<color name="background_dark_sc">#ff212121</color> <color name="background_dark_sc">#ff212121</color>
<color name="background_black_sc">#ff000000</color> <color name="background_black_sc">#ff000000</color>
<color name="background_floating_sc">#ff424242</color> <color name="background_floating_sc">#ff424242</color>
<color name="background_touch_guard_sc">#bf000000</color>
<color name="list_divider_color_sc">#80ffffff</color> <color name="list_divider_color_sc">#80ffffff</color>

View File

@ -28,7 +28,7 @@
<item name="riotx_fab_label_bg">@color/background_floating_sc</item> <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_stroke">@color/black</item>
<item name="riotx_fab_label_color">#ffffff</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_background">?riotx_background</item>
<item name="riotx_attachment_selector_border">@color/background_dark_sc</item> <item name="riotx_attachment_selector_border">@color/background_dark_sc</item>