Describe the bug
In dark mode, the padding at the start/end of the action bar has a slightly lighter color.
To Reproduce
Expected behavior
Action bar should be the same color throughout.
Screenshots

Smartphone (please complete the following information):
Server
Stacktrace
Hmm, any idea what's causing it? It's also in AboutActivity, PreferencesActivity and so on...
Even if i set android:background="@color/primary" on the AppBar directly, it has no effect...
If I had known immediately, I'd have send a PR :)
Also affects the toolbar of the NotesListViewActivity as soon as one clicks on the MaterialCard.
So, i found out that it works if i explicitly set the background color of the AppBarLayout programmatically.
This is good enough as a workaround for me, i left a FIXME in the code so one can have a closer look whenever one has time for racking brains why the hell android does not accept the declarative background color.... :confused:
Thanks for reporting :slightly_smiling_face:
Most helpful comment
If I had known immediately, I'd have send a PR :)