Skip to content

GeekBugs/wheelview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WheelView

License SDK Download

由于一个项目需要,我从网上找了一个类似,并改写了其中的代码开源出来。

滚轮选择器效果

预览

引入

build.gradle

dependencies {
  compile 'com.f1reking.library:wheelview:1.1'
}

xml

<com.f1reking.wheelview.WheelView
  android:id="@+id/wheelview"
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:layout_marginTop="10dp"
  app:highColor="@color/colorPrimary"
  />

Remember put this for custom attribute usage

xmlns:app="http://schemas.android.com/apk/res-auto"

使用

wheelView = (WheelView) findViewById(R.id.wheelview);
wheelView.setOffset(1); //显示的前后个数(默认为1)
wheelView.setItems(dataList); //加载list
wheelView.setSeletion(0);// 启动后显示的位置

License

    Copyright 2017 F1ReKing. http://F1ReKing.com

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.

About

【Android View】: 滚轮选择器

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages