Nextcloud-notes: Start/end padding in lighter black that rest of appbar

Created on 20 Jun 2020  路  4Comments  路  Source: stefan-niedermann/nextcloud-notes

How to use GitHub

  • Please use the 馃憤 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Describe the bug

In dark mode, the padding at the start/end of the action bar has a slightly lighter color.

To Reproduce

  1. Open the view/edit screen.

Expected behavior

Action bar should be the same color throughout.

Screenshots

Smartphone (please complete the following information):

  • Nextcloud Notes-Version (android app): 2.16.2
  • F-Droid or Play Store: github
  • Android-Version: 10
  • Device: OnePlus 7

Server

  • Nextcloud version:
  • Nextcloud Notes version (server app):

Stacktrace

Bug UX

Most helpful comment

If I had known immediately, I'd have send a PR :)

All 4 comments

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:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

stefan-niedermann picture stefan-niedermann  路  5Comments

returntrip picture returntrip  路  4Comments

pejakm picture pejakm  路  9Comments

jancborchardt picture jancborchardt  路  4Comments

gsantner picture gsantner  路  9Comments