Android代码-nice-spinner

时间:2022-08-25 21:37:01
【文件属性】:

文件名称:Android代码-nice-spinner

文件大小:232KB

文件格式:ZIP

更新时间:2022-08-25 21:37:01

Android代码

Nice Spinner NiceSpinner is a re-implementation of the default Android's spinner, with a nice arrow animation and a different way to display its content. It follows the material design guidelines, and it is compatible starting from Api 14. Usage The usage is pretty straightforward. Add the tag into the XML layout, then use this snippet to populate with contents: NiceSpinner niceSpinner = (NiceSpinner) findViewById(R.id.nice_spinner); List dataset = new LinkedList(Arrays.asList("One", "Two",


【文件预览】:
nice-spinner-master
----gradlew(5KB)
----settings.gradle(26B)
----nice-spinner.gif(107KB)
----library()
--------src()
--------build.gradle(919B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----README.md(4KB)
----gradlew.bat(2KB)
----gradle.properties(728B)
----.gitignore(333B)
----app()
--------src()
--------build.gradle(440B)
----build.gradle(459B)

网友评论