You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I migrate my project to AndroidX and I have this error from the library:
error: duplicate value for resource 'attr/progress' with config ''.
app\build\intermediates\incremental\mergeDebugResources\merged.dir\values\values.xml:1103: error: resource previously defined here.
I change "progress" to "progressValue" on values.xml, but then I have errors to inflate the SeekBar.
Can I modify the library to change all the "progress" tags to "progressValue" ?
How can I fix it?
Thank you!
Irene.
The text was updated successfully, but these errors were encountered:
I migrate my project to AndroidX and I have this error from the library:
I change "progress" to "progressValue" on values.xml, but then I have errors to inflate the SeekBar.
Can I modify the library to change all the "progress" tags to "progressValue" ?
How can I fix it?
Thank you!
Irene.
The text was updated successfully, but these errors were encountered: