[codenameone-discussions] Re: Selected Tabs and other components not Coloring correctly on Adroid 9 (Samsung Galaxy Tab S5E)

2020-02-11 Thread Shai Almog
Accessibility is designed for people with disability and has MANY factors (e.g. it can read the UI for a blind person). In this case it makes some things more readable. We don't support accessibility at this time although we have an RFE on the matter. -- You received this message because you

[codenameone-discussions] Re: Selected Tabs and other components not Coloring correctly on Adroid 9 (Samsung Galaxy Tab S5E)

2020-02-10 Thread Shai Almog
It looks like you're relying a bit on the behavior of style inheritance. This generally works OK but has some nuanced limits in some cases e.g. with cyclic dependencies that can be subtle. Try disabling the inheritance and explicitly defining a color for one of the styles. Is it possible that

[codenameone-discussions] Re: Selected Tabs and other components not Coloring correctly on Adroid 9 (Samsung Galaxy Tab S5E)

2020-02-09 Thread Shai Almog
How are the styles defined? Does this look the same in the Android simulator skin? If so did you try live editing the UIID and using the component inspector tool to see why coloring isn't consistent? -- You received this message because you are subscribed to the Google Groups "CodenameOne