-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix white header with dark mode #5107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/12146.apk |
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
|
|
@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). |
can you open up a new issue for this? Also which primary color do you use? |
|
Done: #5110 |
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

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