-
Notifications
You must be signed in to change notification settings - Fork 43
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
On inkpalm eink display, the preferences don't #113
Comments
Hm, that's surprising! 😳 Thanks for filing an issue! 👍 The problem here seems to be that the text color of the options is not inverted as the headline is. Usually, this dialog should have a dark background with white text on it. Since this styling comes from the system (the app doesn't style the dialog at the moment), and the app is using a default API (AlertDialog.Builder.setItems() here) to set the options (without any styling), I would expect this to happen to other dialogs (using the same API) in other apps as well 🤔 Just out of curiosity: is there a (system) setting to not invert these dialogs maybe? Since I don't have an InkPalm, it's not too easy to find a solution for this, unfortunately. |
Do you think you could post a screenshot of what this is supposed to look like? I'm trying to investigate what's going on on my device. |
Thanks. There is no Hi Contrast mode in Android 8.1 (Oreo), it seems. But I think you're right that it has something to do with theming. You see that the background of your dialog box is grey, but mine is white, then the "Orientation" text is black and centered, while the "Ausrichtung" text is white and left-aligned. I bet the "Portrait", "Landscape", and "Auto" text is also white and left-aligned on my screen which is why I can't see it. |
Adding a "Dark Mode" option that would follow the system, or override to Dark or Light would be cool. I see that with other apps, like Material Files. |
This is an Android 8 device. When I try to change any preference, the dialog is all white, so it's impossible to see anything. By tapping around, it is possible to change the settings, which works. I was able to change the icon set, for example.
The text was updated successfully, but these errors were encountered: