gpt4 book ai didi

android - 如何去除 float 操作按钮周围的阴影?

转载 作者:IT王子 更新时间:2023-10-28 23:27:21 25 4
gpt4 key购买 nike

我正在尝试替换第三方 FloatingActionButtonthe native one它被打包在库 com.android.support:design:22.2.0 中。默认外观在图像周围有一个暗影,我该如何摆脱它?我知道前者提供了 setShadow() 方法,但我只是无法从后者中找到类似的方法。

enter image description here

这是相关的 XML 布局:

<android.support.design.widget.FloatingActionButton
android:id="@+id/alarm_front"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/btn_icon_alarm_notset" />

我已将其背景颜色设置为黄色。

mAlarmBtn.setBackgroundTintList(ColorStateList.valueOf(getResources().getColor(R.color.floatButtonColor)));

最佳答案

覆盖默认值 elevation通过添加:

android:elevation="0dp"

或在代码中调用 View.setElevation(float)

关于android - 如何去除 float 操作按钮周围的阴影?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30613921/

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