Giter Club home page Giter Club logo

Comments (5)

milosmns avatar milosmns commented on May 30, 2024

So if you have 'duplicate definitions', you either included the library twice somehow; or you might have the source included in your project and also declared a gradle dependency, which could create a problem.
Other than that, each View has it's own namespace, and its attribute names shouldn't collide with other attribute names.

Did you check out the demo app? https://github.com/milosmns/actual-number-picker/tree/master/demo
You can compare yours with that one and see what's different.

from actual-number-picker.

rickAllDev avatar rickAllDev commented on May 30, 2024

thanks for getting back so quick. don't have it included twice, all I have done is added compile 'me.angrybyte.picker:picker:1.3.1' to module gradle. I am playing around with another library (CrystalRangeSeekbar). These variables are also used there which is causing the conflict.

I don't have any experience with libraries. I assumed there was some mechanism to keep variables localized but no clue on what to look at

from actual-number-picker.

milosmns avatar milosmns commented on May 30, 2024

from actual-number-picker.

milosmns avatar milosmns commented on May 30, 2024

Attributes from my lib are prefixed with the View's name, following up with an underscore, so
ActualNumberPicker_attribute so that can't collide with anything. Pls check your XML/Java to see if you have another spot in the code that might be causing the issue, or just start a new project and add things one by one until it breaks :)

from actual-number-picker.

milosmns avatar milosmns commented on May 30, 2024

Btw, the range bar you're using is definitely causing the issue,

<attr name="min_value" format="float" />
<attr name="max_value" format="float" />

So it's probably best if you ask them to remove those unbound attributes altogether. I can't see a use case for unbound attributes such as these.

from actual-number-picker.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.