We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 with compiling project with android version 29. Getting error: duplicate value for resource 'attr/position' with config ''.
error: duplicate value for resource 'attr/position' with config ''.
Attribute position is already used in API 29 so please change the name there so it is not a duplicate
The text was updated successfully, but these errors were encountered:
Same for me!
Sorry, something went wrong.
hi @piphagor @ravipareek have you guys manage to find a work around for this?
Hey @letusneil! You may try my fork https://github.com/piphagor/SegmentedButton, I'm pretty sure it solved the issue. Let me know if you need any help.
No branches or pull requests
Error with compiling project with android version 29. Getting
error: duplicate value for resource 'attr/position' with config ''.
Attribute position is already used in API 29 so please change the name there so it is not a duplicate
The text was updated successfully, but these errors were encountered: