navasmdc / MaterialDesignLibrary

This is a library with components of Android L to you use in android 2.2
Apache License 2.0
8.99k stars 2.22k forks source link

Attribute "progress"/"max" has already been defined #211

Open zhangheli opened 9 years ago

zhangheli commented 9 years ago

hi, when i use both this MaterialDesignLibrary and https://github.com/daimajia/NumberProgressBar, i got

.../app/src/main/res/values/colors.xml
Error:(1) Attribute "progress" has already been defined
Error:(1) Attribute "max" has already been defined

as you both use max, pregress in your /res/values/attributes. change this popular used key seems better

Erzer commented 9 years ago

Same with ...\build\intermediates\exploded-aar\com.viewpagerindicator\library\2.4.1\res\values\values.xml Error:(1) Attribute "progress" has already been defined Error:(1) Attribute "max" has already been defined