Skip to content

rippleColor has already been defined #23

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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