How should you work with Themes in Android?
I have been practising my skills with android (Kotlin), and I am having issues with styling the UI, with most solutions here not working. It feels like there's some default style overriding what I am trying to achieve because often than not the changes are visible in the layout creator GUI in android studio but not in the app itself. I even noticed the apps base dark or light theme setting affects the Ui looks which should not be the case for me.
The greatest challenge I have had is trying to...