使LikeButton图标带有白色背景

时间:2018-07-16 19:58:24

标签: java android xml

我正在使用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" />

我有这个按钮,顺便说一句,它运行良好!

enter image description here

我想知道的是,如何将图标的背景更改为白色?有什么办法吗?

0 个答案:

没有答案