MaterialDesignLibrary icon indicating copy to clipboard operation
MaterialDesignLibrary copied to clipboard

Attribute rippleColor is defined in the new design support library

Open SudaNix opened this issue 9 years ago • 34 comments

rippleColor attribute is now defined on the new design support library ('com.android.support:design:22.2.0') https://android.googlesource.com/platform/frameworks/support/+/android-m-preview/design/res/values/attrs.xml

So we cannot use this library and the design library in the same time. Any suggestion?

SudaNix avatar May 30 '15 19:05 SudaNix

I have the same problem??

Spiderbezno avatar Jun 01 '15 10:06 Spiderbezno

Same issue for me.

dhavaln avatar Jun 01 '15 10:06 dhavaln

I imported MaterialDesignLibrary into my project as a library and changed the "rippleColor" attribute name. It works now with new design support library. It can be a temporary solution.

sharezz avatar Jun 01 '15 11:06 sharezz

Uffff, it is a bad issue, this change will effect to all users. I will change the attribute name in the next version and i will notify this change to the all users. Thanks!

navasmdc avatar Jun 01 '15 16:06 navasmdc

Same issue for me.

dawidhyzy avatar Jun 02 '15 08:06 dawidhyzy

Same Here

EliasMazz avatar Jun 02 '15 14:06 EliasMazz

This library is widely used. Because of this I have to download your project and make the change or simply stop using this library. Please add a namespace to your attributes or simply change this single one quickly.

tiago7s avatar Jun 03 '15 18:06 tiago7s

Yeah dude, if someone could just change this to RippleColor or something, we'd love you forever!

conzorz avatar Jun 11 '15 19:06 conzorz

Same issue... :(

ecr24 avatar Jun 14 '15 22:06 ecr24

I have the same issue. Please fix it asap.

Shashank066 avatar Jun 16 '15 08:06 Shashank066

The library is great, but please fix this issue, it's pretty essential to my app :/

CedricVandelaer avatar Jun 16 '15 14:06 CedricVandelaer

Please, try to fix this issue ASAP. I use this library a lot :(

javiersantos avatar Jun 17 '15 12:06 javiersantos

@navasmdc Is there an ETA on when this might be fixed? I’d like to use it in a beta apk release at the end of the month.

perpetuatingcuriosity avatar Jun 17 '15 20:06 perpetuatingcuriosity

are there any solution??

Spiderbezno avatar Jun 25 '15 09:06 Spiderbezno

any plan for fixing this?!

muhammad-naderi avatar Jul 13 '15 04:07 muhammad-naderi

Same here!

ragasjohn avatar Jul 31 '15 12:07 ragasjohn

me too..Any luck?

devv avatar Aug 03 '15 07:08 devv

Same problem, i had to stop using this lib cause i need com.android.support:design:22.2.1.

Informatheus avatar Aug 18 '15 17:08 Informatheus

I remove it also....too pity

ragasjohn avatar Aug 19 '15 08:08 ragasjohn

I'm getting this problem too.

ciarancumiskey avatar Aug 21 '15 10:08 ciarancumiskey

I'm facing the same problem:

Error:(2) Attribute "rippleColor" has already been defined

when adding the new library compile 'com.android.support:design:22.2.1'

kosiara avatar Aug 27 '15 09:08 kosiara

I've compiled a version which can be used alongside support design library (eliminates Attribute "rippleColor" has already been defined error) :

compile 'com.android.support:design:22.2.1'

changes: https://github.com/kosiara/MaterialDesignLibrary/commit/e94c9f37bf427d5d90bc8771357296fc36d9b2d8

binary aar file: https://github.com/kosiara/MaterialDesignLibrary/raw/e3a94ec606062eeb3ae2421a119cd729c43fee76/compiled-versions/MaterialDesign-md_ready-release.aar

kosiara avatar Sep 03 '15 12:09 kosiara

Same Problem!

chialunwu avatar Sep 17 '15 02:09 chialunwu

anyway we can exclude any repeated resources I'm having a similar issue with color.xml and values...

ibamadd avatar Sep 22 '15 16:09 ibamadd

I have modified the attribute "rippleColor" to "mRippleColor"

Have forked the current version in here: https://github.com/vajro/MaterialDesignLibrary

niwinnm avatar Oct 06 '15 13:10 niwinnm

@niwinnm Thanks, is it normal that minimum SDK is 16? can't it be set to 15?

blackvvine avatar Oct 19 '15 11:10 blackvvine

Well, I simply forked the version and altered the rippleColor attribute. The minimum SDK should be same as the parent version.

niwinnm avatar Oct 27 '15 18:10 niwinnm

Does anyone know why this isn't being merged in? @tianzhijiexian @navasmdc are you guys done maintaining this?

jakewilson801 avatar Oct 27 '15 20:10 jakewilson801

Well there aren't many people on 15 anyway, but I always thought the library worked on SDK 15 :-)

blackvvine avatar Oct 28 '15 11:10 blackvvine

Has this problem been resolved in the latest version? I am also getting this error as I want to use floating label from android support library, How do I go about solving this issue?

Zapnologica avatar Nov 09 '15 15:11 Zapnologica