我用的是NumberPicker。但默认情况下,它处于垂直模式。我可以设置为水平模式吗?
这是我的NumberPicker:
<NumberPicker
android:id="@+id/numberpickercontrol"
style="@style/AndroDev"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />发布于 2014-10-08 14:42:48
在找不到解决方案后,我决定自己实现。它的版本有选择轮,没有按钮,样式为xhdpi。这些文件是:https://www.dropbox.com/s/x1iiecalum0ahwa/numberpickerhorizontal.rar?dl=0
我希望它能帮助一些人。
发布于 2012-03-14 19:32:31
你有没有试着改变android:orientation?
只需更改您想要的值(水平或垂直)。
https://stackoverflow.com/questions/9701076
复制相似问题