Skip to content

rippleColor has already been defined #23

@buelent

Description

@buelent

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions