Fix white header with dark mode#5107
Merged
Merged
Conversation
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Collaborator
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/12146.apk |
Collaborator
Codacy329Lint
SpotBugs (new)
SpotBugs (master)
|
Codecov Report
@@ Coverage Diff @@
## master #5107 +/- ##
============================================
- Coverage 17.79% 17.78% -0.01%
Complexity 3 3
============================================
Files 389 389
Lines 32890 32893 +3
Branches 4626 4627 +1
============================================
- Hits 5852 5850 -2
- Misses 26082 26087 +5
Partials 956 956
|
Member
|
@tobiasKaminsky I tried the latest QA build but it renders the "+" on the fab button in white (for dark) so I can see the icon (which seems to work according to your screenshots). |
Member
Author
can you open up a new issue for this? Also which primary color do you use? |
Member
|
Done: #5110 |
tobiasKaminsky
added a commit
that referenced
this pull request
Jan 9, 2020
8751c85 Merge pull request #5120 from nextcloud/spinner 9d2b80d spinner: if primary color is white, use grey de269b2 Merge pull request #5115 from nextcloud/311bump 3baa9fe Merge pull request #5118 from nextcloud/fastlane ee6e7ce fix fastlane RC 1343ba0 Merge pull request #5114 from nextcloud/richWorkspaceFixes 1ec8b06 - fix not clickable rich workspace area - fix crash on first loading 62aaed7 bump to 3.11 alpha 9a47a4d Merge pull request #5107 from nextcloud/whiteHeader 6cb0f10 Merge pull request #4915 from nextcloud/createText 3011097 [tx-robot] updated from transifex 248fe1a daily dev 20200108
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Fix #4754
White background of header will not be changed, as this is desired via theming api.
But at least we can now see the text again ;-)
(also applies for all other activities)
Signed-off-by: tobiasKaminsky tobias@kaminsky.me