仿Twitter点赞效果ShieButto。要求adroid4.0以上版本。
使用:
shieButto = (ShieButto) fidViewById(R.id.shie_butto); shieButto.iit(activity);或者
ShieButto shieButtoJava = ew ShieButto(this); shieButtoJava.setBtColor(Color.GRAY); shieButtoJava.setBtFillColor(Color.RED); shieButtoJava.setShapeResource(R.raw.heart); shieButtoJava.setAllowRadomColor(true); LiearLayout.LayoutParams layoutParams = ew LiearLayout.LayoutParams(100, 100); shieButtoJava.setLayoutParams(layoutParams); if (liearLayout != ull) { liearLayout.addView(shieButtoJava); }
评论