I have seen this 1 in several applications and I would like to ask what components were used..I am talking about the 3 lists at the bottom looking like a wheel...the first can affect the 3rd because the sum must be 100.
|
It is a custom component.You can make your own component like that. Here is a demo application for wheel view component | |||
|
feedback
|
|
The screenshot you provided looks like it's using a modified version of the android wheel widget. Having them update in regard to each other is a modification than can be done by extending the AbstractWheelTextAdapter included with the widget. | |||
|
feedback
|