deltachat / deltachat-android

Email-based instant messaging for Android.
GNU General Public License v3.0
1.1k stars 144 forks source link

tweak colors of the status bar #3242

Closed adbenitez closed 3 weeks ago

adbenitez commented 3 weeks ago

use same color as the app bar to give a more "modern" feeling to the app, other apps like Telegram, Signal, etc. use the same color for the app bar and status bar these days

github-actions[bot] commented 3 weeks ago

To test the changes in this pull request, install this apk: 📦 app-preview.apk

adbenitez commented 3 weeks ago

lgtm, i think delta_primary_dark can be removed completely.

it is used for pref_icon_tint and an apparently unused contact_selection_header_text but indeed it could be replaced with the literal value or use the primary color for that, but for now I will leave it as-is in this PR to avoid side effects, a "cleanup" PR make sense at a later point