I am trying to override the default style.xml provided my Unity in my android build without first exporting an Android Studio project. I have tried putting a style.xml in the Plugins/Android/res folder, as well as exporting an .aar library with the style as discussed [here][1] but even when naming my style the same as the one used by Unity, I cannot get the result I want. Unity always uses the one it creates.
[1]: https://forum.unity.com/threads/any-nice-way-to-override-style-unitythemeselector-styles.481032/
↧