We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please see the top of this screenshot:
Previously, the header text was not white-on-light. (EDITED.)
App Version: 1.23.5 Syncthing Version: 1.23.5 Android Version: Android 13
The text was updated successfully, but these errors were encountered:
This is most likely an effect of #1895 - @Bnyro, could you take a look at this please.
Sorry, something went wrong.
It should be fixable by modifying or removing the two following lines:
syncthing-android/app/src/main/res/layout/widget_toolbar.xml
Line 9 in 7b669e7
syncthing-android/app/src/main/res/layout/activity_main.xml
Line 19 in 7b669e7
We can either use colorSecondary or remove the lines, so that a variant of the background color is used automatically (second might be the best).
colorSecondary
Then we also need to modify the status bar color:
syncthing-android/app/src/main/res/values/themes.xml
Line 30 in 7b669e7
@android:color/transparent
I'll open a PR soon.
Successfully merging a pull request may close this issue.
Please see the top of this screenshot:
Previously, the header text was not white-on-light. (EDITED.)
Version Information
The text was updated successfully, but these errors were encountered: