appcompat_v7和squareup-timesquare之间的attr titleTextColor冲突

时间:2016-01-25 10:33:04

标签: android eclipse appcompat-v7-r23

我正在设置一个依赖于appcompat_v7和Android时代广场(com.squareup.timessquare)的项目。每当我试图运行我的项目时,我最终都会收到来自appcompat_v7或时代广场的错误消息,如下所示:

/Users/meee/Documents/workspace/TimesSquare/res/values/attrs.xml:8: error: Attribute "titleTextColor" has already been defined
/Users/meee/Documents/workspace/android-support-v7-appcompat/res/values/attrs.xml:832: error: Attribute "titleTextColor" has already been defined

我尝试从任一库中删除titleTextColor属性,当我刷新并清除它时,最终会破坏timessquareappcompat,具体取决于titleTextColor我除去。

请随意标记,但请解释。此类大多数冲突都会像this一样在GitHub上发布,所以如果您将此问题标记为不当,我们就会理解。虽然我在此处发布,但在这种情况下,我认为timessquareappcompat_v7可能不是问题。

我的支持库是23.1.1

非常感谢,伙计们。

1 个答案:

答案 0 :(得分:1)

尝试将titleTextColor从TimesSquare / res / values / attrs.xml重命名为titleTextColorx并更改 titleTextColor = a.getColor(来自com / squareup / timessquare / CalendarPickerView.java的R.styleable.CalendarPickerView_tsquare_titleTextColorx