-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello
Thank you for the excellent library.
Faced a problem when switching to androidX:
Android resource compilation failed
MyProject \ app \ build \ intermediates \ incremental \ mergeDebugResources \ merged.dir \ values \ values.xml: 6203: error: duplicate value for resource 'attr / number' with config ''.
Debuger points here:
<declare-styleable name = "DiceView"> <attr format = "color | reference" name = "pointColor" /> <attr format = "color | reference" name = "borderColor" /> <attr format = "color | reference "name =" bgColor "/> <attr name =" number ">
<flag name = "one" value = "1" />
<flag name = "two" value = "2" />
<flag name = "three" value = "3" />
<flag name = "four" value = "4" />
<flag name = "five" value = "5" />
<flag name = "six" value = "6" />
</ attr> </ declare-styleable>
Metadata
Metadata
Assignees
Labels
No labels