开发者

Looking for Android number picker (10-key style)

开发者 https://www.devze.com 2023-02-10 13:41 出处:网络
I am looking around for a number picker 开发者_JAVA百科in a 10-key style, ideally as a dialog... but called as an activity is fine too.I want to offer the user an interface that is a little more direc

I am looking around for a number picker 开发者_JAVA百科in a 10-key style, ideally as a dialog... but called as an activity is fine too. I want to offer the user an interface that is a little more directed toward entering $ for an invoice amount field. I have seen adjustments to the date and time pickers but they looked awkward for this application. I have also seem someone call the built-in calculator, which would be fine, but I don't know how they were capturing a returned value (if they were). Any ideas? Yes, I can fall back to a regular edit field and the standard android keyboard... I was just hoping for something a little more slick. Thanks!


Have you tried setting the attribute android:numeric on the TextView?

  • TextView documentation
0

精彩评论

暂无评论...
验证码 换一张
取 消