Closed AhmadVatani closed 7 years ago
I had the same issue #60
I got the solution on my own.
Just need to call the methods in the ArrayWheelAdapter. Below is the example.
AbstractWheel wheel_date = (AbstractWheel) rootView.findViewById(R.id.date_wheel); String[] numbers = new String [7]; numbers = new String[] {"1", "2", "3", "4", "5", "6", "7"};
ArrayWheelAdapter
I had the same question. You solution works like a charm, thanks arshu-dev ;)
hi how can i define different style for current item? for example i want to change color and size of current item. tnx