Giter Club home page Giter Club logo

Comments (4)

milosmns avatar milosmns commented on May 30, 2024 1

Understood. Can you try to remove the buttons? You can use show_controls and show_fast_controls to hide them. Width is tied to height only when buttons are visible.

For the time being, you could add your own arrow buttons next to the picker (if you need them) and I'll look into the issue when I have some spare time.

from actual-number-picker.

milosmns avatar milosmns commented on May 30, 2024

Would you really want to expand to match_parent? The number of lines in the picker is fixed, so it would look really wierd if you don't control the width. You can check out the #onMeasure() method to see what's happening.

Setting the width to wrap_content should resize it to match the number of visible buttons (either 0, 3 or 5 are visible), and setting the witdh in DP should work as well - I use it in several places and it works fine. Can you post your layout here? I can check what's wrong

from actual-number-picker.

milosmns avatar milosmns commented on May 30, 2024

I used it in a project on GitHub, even weight worked. Maybe Android Studio is having issues rendering it, did you try it on a device?

Layout:
https://github.com/milosmns/contacts-generator-android/blob/master/app/src/main/res/layout/activity_main.xml

Style:
https://github.com/milosmns/contacts-generator-android/blob/master/app/src/main/res/values/view_styles.xml

from actual-number-picker.

ahmadalibaloch avatar ahmadalibaloch commented on May 30, 2024

I have uploaded the layout here: https://github.com/ahmadalibaloch/Code2Discuss/blob/master/quotation_edit_dialog.xml
You can see how it look in preview and same in real device, If i increase the height it increases the width too.
width is controller by height

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.