Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error:(167) Attribute "values" has already been defined #34

Open
dmsherazi opened this issue Dec 22, 2015 · 3 comments
Open

Error:(167) Attribute "values" has already been defined #34

dmsherazi opened this issue Dec 22, 2015 · 3 comments
Assignees
Labels
Milestone

Comments

@dmsherazi
Copy link

The library has a conflict with MultiStateToggleButton library and most probably any library which contains attribute with the name values

Error:(167) Attribute "values" has already been defined

<declare-styleable name="MultiStateToggleButton">
<attr format="reference" name="values"/>
</declare-styleable>

This can be easily solved by adding a library prefix (hp_) for all the attributes that might cause such issues.

dmsherazi added a commit to dmsherazi/HorizontalPicker that referenced this issue Dec 22, 2015
@blazsolar blazsolar self-assigned this Dec 22, 2015
@blazsolar blazsolar added this to the Version 1.1 milestone Dec 22, 2015
@blazsolar blazsolar modified the milestones: Version 1.2, Version 1.1 Jan 25, 2016
@blazsolar blazsolar modified the milestones: Version 2.0, Version 1.2 Feb 22, 2016
@aakifshamsi
Copy link

is it really an enhancement? For me your lib is unusable with this issue.

@blazsolar
Copy link
Owner

good point. will include it in next release

@blazsolar blazsolar added bug and removed enhancement labels Jun 8, 2016
@dmsherazi
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants