hariettem / Artemis

Issue tracker for Artemis app
59 stars 2 forks source link

Drop-down lists isn't following the theme colour. #371

Open amarokfrostbane opened 11 months ago

amarokfrostbane commented 11 months ago

Is your accessibility request related to a problem? Please describe. The drop-down lists isn't following the theme colour.

Describe the solution you'd like Make the drop-down lists follow the theme colour.

Describe alternatives you've considered Not sure if there is any other alternatives‽

Additional context Screenshot_2023-08-06-21-50-20-964-edit_camp artemis app Screenshot_2023-08-09-12-05-41-714-edit_camp artemis app

anishp0300 commented 11 months ago

Can you tell how you've set the theme for rest of your android app? To have the drop down match the app theme, try creating a custom style for your drop down menu. In sytles.xml you can add the following code:

``

set the color to the one you want to match the theme of rest of your app. Can you try this out and let me know if it works?

RheingoldRiver commented 11 months ago

I was able to reproduce this without any custom styles on Android. Probably should've made a comment here stating that. Samsung Galaxy 9, Android 10.

anishp0300 commented 11 months ago

You can try applying theme attributes directly to your xml file. Although I think a custom style would be more consistent.