加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ThumbUp

发布时间:2020-12-16 02:13:18 所属栏目:百科 来源:网络整理
导读:ThumbUp 项目地址: ldoublem/ThumbUp 简介:A nice thumb up control 点赞还可以这么玩,原产地dribbble Preview Gradle compile 'com.ldoublem.thumbUplib:ThumbUplib:0.2' Usage xml com.ldoublem.thumbUplib.ThumbUpView android:id="@+id/tpv" android:

ThumbUp

项目地址: ldoublem/ThumbUp
简介:A nice thumb up control

点赞还可以这么玩,原产地dribbble

Preview

Gradle

compile 'com.ldoublem.thumbUplib:ThumbUplib:0.2'

Usage xml

<com.ldoublem.thumbUplib.ThumbUpView
            android:id="@+id/tpv"
            android:layout_width="50dp"
            android:layout_height="50dp"
            app:cracksColor="#33475f"
            app:edgeColor="#9d55b8"
            app:fillColor="#ea8010"
            app:unlikeType="1"
            />

java

mThumbUpView.setUnLikeType(ThumbUpView.LikeType.broken);
        mThumbUpView.setCracksColor(Color.rgb(22,33,44));
        mThumbUpView.setFillColor(Color.rgb(11,200,77));
        mThumbUpView.setEdgeColor(Color.rgb(33,3,219));
        mThumbUpView.setOnThumbUp(new ThumbUpView.OnThumbUp() {
            @Override
            public void like(boolean like) {
            }
        });
        mThumbUpView.Like();
        mThumbUpView.UnLike();

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读