-
Notifications
You must be signed in to change notification settings - Fork 9
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
Material You colors inconsistencies #189
Comments
Maybe try selecting the #000000 color? This works for me (Android 12 btw) |
I tried and I also get a blue colour 🤔 I'm also on android 12, but with a Xiaomi phone, so maybe MIUI changes something. I'll try with my Android 14 pixel emulator later. In any case, I use the official Google library to get the dynamic Material You theme. So if it's indeed a bug, I'm almost certain it comes from the library and there's nothing I can do about it. |
I see, but then how are the other apps able to do the same? I have used many apps that come with a Material You theme but none of those come with this "bug". Also, if you look closely in the screenshot (original), you can see that the background color for the "+" icon is perfect. Same goes for the app background color. |
Hey I just realised that the KDE Connect app has a similar UI and the colors there work perfectly fine. Maybe if you could take a look at the source code? |
Both the KDE connect app and the Droid-ify app use a different technology than mine. I use Flutter and Dart, while they use native Kotlin. You can easily see that by looking at the main language used: Dart for me, and Kotlin for them. It means the source code is entirely different, and we don't use the same libraries at all. That probably explains why they work fine. There are popular Flutter apps however, so I will try some to see if I can spot a difference with mine. I'll just add that it's not a priority for me since it's a minor bug, so it might take some weeks for me to free some time for that. |
yeah it's fine |
Hi.
So I use the monochrome (white) color as my system's default theme color for Material You.
Note
Keep in mind it's not the same as the color you choose when there's a black/white wallpaper. I've explicitly set this through the Repainter app. Although I believe this applies to other colors too.
However, I've noticed some inconsistencies in color throughout the app. Here are some screenshots:
Original
You can see a certain blu-ish/green-ish tint.
Desaturated version (better)
It's a minor issue but please fix this in the next release.
The text was updated successfully, but these errors were encountered: