NestedRadioButton icon indicating copy to clipboard operation
NestedRadioButton copied to clipboard

error: duplicate value for resource 'attr/tint' with config ''

Open DarrenWorks opened this issue 6 years ago • 0 comments

In my project. I should delete format="string" in

<declare-styleable name="NestedRadioGroup">
        <attr name="checkedButton" format="reference"/>
        <attr name="orientation"/>
    </declare-styleable>

don't know why. Maybe because the format of 'oratation' has already been defined before in sdk. Wish this info can help you fix it.

DarrenWorks avatar Apr 13 '19 01:04 DarrenWorks