79456725

Date: 2025-02-21 08:29:29
Score: 0.5
Natty:
Report link

This was a problem for me as well couldn't figure it out. Finally found a way via a different Stackoverflow post.

appcompat-v7 v23.0.0 statusbar color black when in ActionMode

Here is what worked for me

<color name="abc_decor_view_status_guard" tools:override="true">@color/colorAccent</color>
<color name="abc_decor_view_status_guard_light" tools:override="true">@color/colorAccent</color>
Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • Whitelisted phrase (-1): worked for me
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: James Weber