如何在Android Studio中编辑依赖项的styles.xml?

时间:2014-11-14 05:53:25

标签: android xml android-studio showcaseview

如何在Android Studio中编辑依赖项的styles.xml?

我目前正在使用ShowcaseView 5.0,但我希望将样式xml主题化为我的ui颜色的样子。但我没有看到任何与maven依赖关联的styles.xml。

我认为是默认主题 enter image description here

非常感谢任何一种技术,

由于 大卫

2 个答案:

答案 0 :(得分:1)

您无需编辑styles.xml,只需提供自己的。看看示例应用程序,它有自己的ShowcaseView样式:

https://github.com/amlcurran/ShowcaseView/blob/master/sample/src/main/res/values/styles.xml

答案 1 :(得分:1)

我无法发表评论,因为我的声誉并不高。

您可以在要继承的样式中更改父类。如果在ShowcaseView.Light和ShowcaseView之间切换,则详细文本应在白色/黑色之间切换。

或者你可以在你的风格中使用它:

<item name="sv_detailTextAppearance">@style/CustomDetailText</item>