android-app icon indicating copy to clipboard operation
android-app copied to clipboard

Incorrect background color of the three-dot-menu

Open di72nn opened this issue 4 years ago • 8 comments

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.

di72nn avatar Apr 29 '20 09:04 di72nn

The background color of this menu doesn't change when I change different themes. 1 2 3

RainCat1998 avatar Apr 29 '20 11:04 RainCat1998

#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?

di72nn avatar Apr 29 '20 11:04 di72nn

#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.

RainCat1998 avatar Apr 29 '20 14:04 RainCat1998

#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.

RainCat1998 avatar Apr 29 '20 14:04 RainCat1998

That is indeed weird. I still can't see what may cause this.

di72nn avatar Apr 29 '20 16:04 di72nn

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 avatar Apr 29 '20 17:04 RainCat1998

@RainCat1998 have you tried it with 2.4.0-beta.6? There were some dependencies updates that may have fixed it.

di72nn avatar Aug 31 '20 06:08 di72nn

@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

RainCat1998 avatar Aug 31 '20 08:08 RainCat1998