addisonElliott / SegmentedButton

Segmented Control/Button with animation for Android API 16+
Apache License 2.0
148 stars 39 forks source link

Fails to compile with Android 29 #43

Open ravipareek opened 3 years ago

ravipareek commented 3 years ago

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

piphagor commented 3 years ago

Same for me!

letusneil commented 1 year ago

hi @piphagor @ravipareek have you guys manage to find a work around for this?

piphagor commented 1 year ago

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.