How do I edit the styles.xml of a dependency in Android Studio?
Im currently using ShowcaseView 5.0 , but i want to theme the styles xml to what my ui colors look like. but i dont see any styles.xml associated from maven dependency.
Default theme i think
Any kind of technique is greatly appreciated,
Thanks David
You don't need to edit the styles.xml, just provide your own. Take a look at the sample app, which has its own ShowcaseView styles:
https://github.com/amlcurran/ShowcaseView/blob/master/sample/src/main/res/values/styles.xml