仿 Twitter 点赞效果 ShineButton

码农软件 · 软件分类 · Android UI 组件 · 2019-04-24 14:29:44

软件介绍

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

preview

使用:

 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);
 }

本文地址:https://codercto.com/soft/d/4286.html

程序的力量

程序的力量

甄贞 / 法律出版社 / 2002-3 / 21.00元

本书所谈及的话题概括了刑诉法学研究领域的方方面面,既有对每性、广泛性、前瞻性的宏观学科前沿问题的把握;又有实践性、直观性、详细性的个案分析和具体程序操作问题之探讨等。一起来看看 《程序的力量》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具