Open GoogleCodeExporter opened 9 years ago
Add method for changing current value in your adapter. Then attache
changelistener to your wheelview. In onChanged(WheelView wheel, int oldValue,
int newValue) function set the newValue to adapters current value and call
wheel.invalidateWheel(true). This will clear LinearLayout that holds items, and
you always get current value be highlighted.
Original comment by Valera.R...@gmail.com
on 1 Oct 2013 at 2:13
In fact I just changed the colors defined in wheel_val.xml this now shows the
current selected item as I want, so a fairly easy solution.
thanks for your help.
Original comment by Alexande...@gmail.com
on 10 Oct 2013 at 6:54
please explain in detail how to change the color of selected text in wheel
picker
Original comment by dhaliwal...@yahoo.co.in
on 4 Aug 2014 at 12:01
i want to change the color and text size of current selected value in wheeler
like ios do.
Original comment by romanuse...@gmail.com
on 19 Dec 2014 at 6:01
Original issue reported on code.google.com by
Alexande...@gmail.com
on 2 Apr 2013 at 12:30