MaterialDesignLibrary icon indicating copy to clipboard operation
MaterialDesignLibrary copied to clipboard

Add mdl_ prefix to attributes

Open MichaelRocks opened this issue 9 years ago • 6 comments

This patch makes the library compatible with Design Support library and fixes #274, #289, #277 and #279

MichaelRocks avatar Jun 19 '15 10:06 MichaelRocks

@navasmdc please make this happen!

sohayb avatar Jun 19 '15 11:06 sohayb

I was getting the exception

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

But it was solved when i modified my build.gradle by removing

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

and adding

//Not adding this was causing error during runtime 
compile 'com.nineoldandroids:library:2.4.0'

So now i am wondering about whether what i did was a fix or was it just a temporary workaround ?

krazykira avatar Jun 22 '15 11:06 krazykira

@navasmdc please merge it

mychaelgo avatar Aug 16 '15 06:08 mychaelgo

Any hope of getting this merged? There seem to be lot of people having this rippleColor conflict.

adennie avatar Sep 09 '15 14:09 adennie

I just used the same code and i got the same error what do i do please help

geraldokandonga avatar Feb 19 '16 05:02 geraldokandonga

thanks

hojatdelfan avatar Sep 20 '16 14:09 hojatdelfan