How can I override BackgroundColor and TextColor for Dropdown component? Could you provide an example, please? #849
Unanswered
Denis-Bredun
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm developing a .NET MAUI project for Android.
I tried to override styles using the UraniumUI documentation, but didn't succeed... I succeeded to write styles in the separate ResourceDictionary file:
The thing is that only TextColor and BackgroundColor doesn't work. I think it's because they're somehow set in UraniumUI styles. I dunno...
Here's my App.xaml:
I had got the idea that I have to override the whole style for Dropdown component, yep. I tried something like this:
But BackgroundColor and TextColor didn't change... Maybe I didn't get how to override it...
The example would be really appreciated =')
Beta Was this translation helpful? Give feedback.
All reactions