1
가로형 Numberpicker가 필요합니다. 나는 여기에 몇 가지 해결책을 발견 :HorizontalPicker as horizontal Numberpicker
https://github.com/blazsolar/HorizontalPicker
을하지만 내 프로젝트에서 그것을 가져 오는 방법을 잘 모릅니다. 다음
compile 'com.wefika:horizontal-picker:1.1.1'
: 나는 추가 해봤
<com.wefika.horizontalpicker.HorizontalPicker
xmlns:picker="http://schemas.android.com/apk/res/com.wefika.horizontalpicker"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/textColor"
android:textSize="@dimen/textSize"
android:ellipsize="none | start | middle | end | marquee"
android:marqueeRepeatLimit="-1"
picker:values="@array/values"
picker:dividerSize="@dimen/itemPadding"
picker:sideItems="@integer/sideItems" />
그러나 내가 APK가 할 수있는 가장 쉬운 방법입니다 가져올 생각하지만 난 잘 모릅니다 ... 를 작동하지 않았다 에.