仿 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

网络经济的十种策略

网络经济的十种策略

(美)凯文・凯利 / 肖华敬/任平 / 广州出版社 / 2000-06 / 26.00元

全书介绍网络经济的十个新游戏规则,分别是:蜜蜂比狮子重要;级数比加法重要;普及比稀有重要;免费比利润重要;网络比公司重要;造山比登山重要;空间比场所重要;流动比平衡重要;关系比产能重要;机会比效率重要!一起来看看 《网络经济的十种策略》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

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

Base64 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具