ShineButton仿 Twitter 点赞效果

联合创作 · 2023-09-24 08:14

仿 Twitter 点赞效果 ShineButton。要求 android 4.0 以上版本。

使用:

 shineButton = (ShineButton) findViewById(R.id.shine_button);
 shineButton.init(activity);

或者

 ShineButton shineButtonJava = new ShineButton(this);
 shineButtonJava.setBtnColor(Color.GRAY);
 shineButtonJava.setBtnFillColor(Color.RED);
 shineButtonJava.setShapeResource(R.raw.heart);
 shineButtonJava.setAllowRandomColor(true); LinearLayout.LayoutParams layoutParams = new LinearLayout.LayoutParams(100, 100);
 shineButtonJava.setLayoutParams(layoutParams); if (linearLayout != null) {
     linearLayout.addView(shineButtonJava);
 }
浏览 6
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报