-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Binding the version 0.5 cause this error
{"kind":"error","text":"Attribute "rippleColor" has already been defined",---}
Because of CutomAttribute rippleColor
https://github.com/buzzjective/idvos_android/blob/master/idvos/src/main/res/values/attrs.xml
rippleColor is already in use for FloatingAction Button in Android Design Library Version >22
<declare-styleable name="FloatingActionButton"> <attr name="backgroundTint"/> <attr name="backgroundTintMode"/> <attr format="color" name="rippleColor"/> <attr name="fabSize"> ...</declare-styleable>
Metadata
Metadata
Assignees
Labels
No labels