-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
如果设置了itemtextsize,滑动item,其他的item就会错位。 #279
Comments
这个问题是4.1.2版本支持字号加大加粗引起的,4.1.3及4.1.4版本做了优化,4.1.4版本任然还复现这个问题吗?。 |
implementation 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:4.1.5' 我添加的是这个版本。您可以自己尝试一下。 |
@xiaoyaobai 试试这个版本,验证一下看看: |
<com.github.gzuliyujiang.wheelpicker.widget.TimeWheelLayout
android:layout_width="200dp"
android:layout_height="150dp"
android:layout_gravity="center_horizontal"
app:wheel_cyclicEnabled="true"
app:wheel_itemTextSize="10dp"
app:wheel_itemTextSizeSelected="12dp"
app:wheel_timeMode="hour_24_has_second"
app:wheel_visibleItemCount="5" /> default.mp4 |
@xiaoyaobai See version 4.1.6 |
emmm,最近有点忙碌没有注意到您回复的消息。实在抱歉。刚刚我试了试4.16错误已经修改。 |
The text was updated successfully, but these errors were encountered: