You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @farzinmirzaie, thanks for reporting this. Unfortunately, the indicator height is predetermined by the underlying native 3rd party component (https://github.com/AigeStudio/WheelPicker), which doesn't provide a way to customize it.
I initially thought setIndicatorSize would do it, but it sets the width of the indicator's stroke, not the height of the space between the two lines as one might assume from the name.
indicator default height on android is half of ios and there is no way to change the gap between indicator lines to make app on both os look same
how it look on ios:
how it look on android:
The text was updated successfully, but these errors were encountered: