Texts in NumberPicker are cut off

寵の児 提交于 2019-12-05 17:29:29

I had the same problem. I managed to fix it by giving the NumberPicker a large layout_margin.

After adding this line:

android:layout_margin="60dp"

my number picker no longer truncates the text and it appears to have no layout issues.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!