当前位置:   article > 正文

开源库3dTagCloudAndroid使用,实现3D球形云标签tag效果

3dtagcloudandroid

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'
  • 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=
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/185839
推荐阅读
相关标签
  

闽ICP备14008679号