Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Dark Theme Bug #42

Closed
ImTema opened this issue Oct 1, 2020 · 1 comment
Closed

Dark Theme Bug #42

ImTema opened this issue Oct 1, 2020 · 1 comment

Comments

@ImTema
Copy link

ImTema commented Oct 1, 2020

noticed bug with dark theme

image

the simpliest workaround is to set transparent background for GuideMessageView.java for TextViews

mTitleTextView.setTextColor(Color.BLACK);
mTitleTextView.setBackgroundColor(Color.TRANSPARENT);
...
 mContentTextView.setGravity(Gravity.CENTER);
 mContentTextView.setBackgroundColor(Color.TRANSPARENT);

and result of above code is

image

UPDATE:

i have troubles with "Pull Request"s, sorry T_T

@mreram
Copy link
Owner

mreram commented Apr 28, 2021

This library doesn't support dark mode, but it is open-source, and I accept pull requests.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants