gpt4 book ai didi

android - 更改图像 float 操作按钮 Android

转载 作者:IT老高 更新时间:2023-10-28 21:43:07 25 4
gpt4 key购买 nike

我使用了这个库 https://github.com/futuresimple/android-floating-action-button .如何更改主按钮的图像?我想在选择一个较小的按钮后立即更改按钮图像。

最佳答案

来自 https://developer.android.com/reference/android/support/design/widget/FloatingActionButton.html

As this class descends from ImageView, you can control the icon which is displayed via setImageDrawable(Drawable).

或者你可以使用 setImageResource():

fab.setImageResource(R.drawable.ic_shopping_cart_white);

关于android - 更改图像 float 操作按钮 Android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30455765/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com