我正在使用jd-alexander / LikeButton库which you can find by clicking here并使用以下简单的XML代码:
<com.like.LikeButton
android:id="@+id/heart_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="340dp"
android:layout_marginTop="520dp"
android:paddingBottom="40dp"
app:icon_size="25dp"
app:icon_type="heart" />
我有这个按钮,顺便说一句,它运行良好!
我想知道的是,如何将图标的背景更改为白色?有什么办法吗?