赞
踩
TagCloudView是一个完全基于Android ViewGroup编写的控件,支持
将一组View展示为一个3D球形集合,并支持全方向滚动。
GitHub中的链接地址:https://github.com/misakuo/3dTagCloudAndroid
页面上标签的数据可以自己定义,数据页面可以滑动选择。
使用
1.Eclipse
copy代码,或使用ADT的maven插件
2.Android Studio / IDEA
在build.gradle中添加
implementation compile 'com.moxun:tagcloudlib:1.2.1'
在布局文件中引入
<com.moxun.tagcloudlib.view.TagCloudView
android:id="@+id/tag_cloud"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="10dp"
app:autoScrollMode="uniform"
app:darkColor=
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。