android-app
android-app copied to clipboard
Incorrect background color of the three-dot-menu
Beta feedback for 220 (2.4.0-beta.1):
The background color of "3 dots" menu on the top bar is gray on my Samsung galaxy s20 phone with Android 10 ,and I can't see the text clearly .But the color is white on my oneplus phone with Android 9.
I can't reproduce it on an emulator. Probably some Samsung quirks.
The background color of this menu doesn't change when I change different themes.
#303030
. Seems like <color name="material_grey_850">#ff303030</color>
. Have no idea why the color is used there.
@RainCat1998 does the color stay the same even if you completely stop the app (from the system app info screen) between theme changes? Have you tried older releases?
#303030
. Seems like<color name="material_grey_850">#ff303030</color>
. Have no idea why the color is used there.@RainCat1998 does the color stay the same even if you completely stop the app (from the system app info screen) between theme changes? Have you tried older releases?
The bug is really weird. I tried the old release(2.3.0) and the same as the latest beta release. I try to reinstall the app or clean the data, the color is correct the first time when I open the app. But if I close the app and open again, the color changes into grey forever. The only solution is to wipe the data again.
#303030
. Seems like<color name="material_grey_850">#ff303030</color>
. Have no idea why the color is used there.@RainCat1998 does the color stay the same even if you completely stop the app (from the system app info screen) between theme changes? Have you tried older releases?
I'm sure I completely close the night mode and the eye protect mode.
That is indeed weird. I still can't see what may cause this.
That is indeed weird. I still can't see what may cause this.
The color is probably related to Android 10 "dark mode" I guess. I tried to turn on the "force enable dark mode" in developer option, and the background color is the same.
@RainCat1998 have you tried it with 2.4.0-beta.6
? There were some dependencies updates that may have fixed it.
@RainCat1998 have you tried it with
2.4.0-beta.6
? There were some dependencies updates that may have fixed it.
Yes, it fixed and now it works perfect