0

I like the UI in Libra (It is an app used for keeping track of your weight).

I would love to use a similar widget for entering numbers. I have been unable to find anything that looks like it. Was it custom made for just this app or does it come from some UI toolkit?

Widget used for entering numbers in Libra

wojciii
  • 4,253
  • 1
  • 30
  • 39
  • 1
    I think it's a home made and it didn't seems very difficult to recreate it ! – VinceFR Jul 26 '12 at 09:33
  • So how do you think it was made - layout-wise that is? – wojciii Jul 26 '12 at 10:45
  • It might be something as "simple" as a [horizontal ListView](http://stackoverflow.com/questions/3240331/horizontal-listview-in-android). Yeah, that would work I think. :) – wojciii Jul 26 '12 at 11:59

1 Answers1

0

No one answered so I am answering it myself.

After doing some research, I see that the widget from the image was implemented using Gallery. Since Gallery should not be used any more I think that one can use ViewPager instead.

wojciii
  • 4,253
  • 1
  • 30
  • 39