我在哪里可以找到默认的android xml drawables?

时间:2014-07-17 11:43:34

标签: android android-drawable

我想使用默认的冰淇淋三明治单选按钮,但不使用蓝色。我想重新着色它。

我可以找到原始的.xml文件重新着色并在我的项目中使用它吗?

2 个答案:

答案 0 :(得分:1)

data/res/drawable

下的SDK级别的API文件夹中查找

答案 1 :(得分:0)

了解Android资源:

https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res

大部分drawable都使用样式,因此您只需在应用中设置样式即可更改颜色。

喜欢这里: https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res/values/styles.xml