We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DateWheelLayout年月日模式+lable显示,滑动年Wheel偶尔会导致 月日选中那一行的位置整体上移
<com.github.gzuliyujiang.wheelpicker.widget.DateWheelLayout android:id="@+id/dateWheelLayout" android:layout_width="566dp" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:background="@color/white" android:gravity="center_horizontal" app:layout_constraintBottom_toTopOf="@id/tv_confirm" app:wheel_atmosphericEnabled="true" app:wheel_dateMode="year_month_day" app:wheel_dayLabel="日" app:wheel_indicatorEnabled="false" app:wheel_itemSpace="15dp" app:wheel_itemTextColor="@color/c_999" app:wheel_itemTextColorSelected="@color/colorPrimary" app:wheel_itemTextSize="16sp" app:wheel_itemTextSizeSelected="28sp" app:wheel_monthLabel="月" app:wheel_visibleItemCount="7" app:wheel_yearLabel="年" />
The text was updated successfully, but these errors were encountered:
DateWheelLayout年月日模式+lable显示,滑动年Wheel偶尔会导致 月日选中那一行的位置整体上移 <com.github.gzuliyujiang.wheelpicker.widget.DateWheelLayout android:id="@+id/dateWheelLayout" android:layout_width="566dp" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:background="@color/white" android:gravity="center_horizontal" app:layout_constraintBottom_toTopOf="@id/tv_confirm" app:wheel_atmosphericEnabled="true" app:wheel_dateMode="year_month_day" app:wheel_dayLabel="日" app:wheel_indicatorEnabled="false" app:wheel_itemSpace="15dp" app:wheel_itemTextColor="@color/c_999" app:wheel_itemTextColorSelected="@color/colorPrimary" app:wheel_itemTextSize="16sp" app:wheel_itemTextSizeSelected="28sp" app:wheel_monthLabel="月" app:wheel_visibleItemCount="7" app:wheel_yearLabel="年" />
您用的是哪个版本?这个问题我有遇到过,4.1.3及4.1.4版本已做了优化,暂时还没复现。
Sorry, something went wrong.
@ljphawk See version 4.1.6
duplicate #279
No branches or pull requests
DateWheelLayout年月日模式+lable显示,滑动年Wheel偶尔会导致 月日选中那一行的位置整体上移
The text was updated successfully, but these errors were encountered: