gpt4 book ai didi

android - 为什么我的 FloatingActionButton 即使在静止状态下也有涟漪效应?

转载 作者:行者123 更新时间:2023-11-29 20:19:46 25 4
gpt4 key购买 nike

我不知道为什么即使在我的 FAB(FloatingActionButton) 的静止状态下也会有链式 react 。这是它的样子: Inappropriate FAB

这是我在 xml 中的实现:

<android.support.design.widget.FloatingActionButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:src="@drawable/white_plus"
android:id="@+id/plusIcon"
android:padding="0dp"
app:pressedTranslationZ="12dp"
app:elevation="6dp"
app:paddingEnd="0dp"
app:paddingStart="0dp"
android:clickable="true"/>

最佳答案

出现这个问题是因为我将 colorAccent 设置为 #af18cccc,因此它不是完全不透明的。将 colorAccent 更改为#ff18cccc 后,它运行良好。为了带来透明效果,我从 java 代码中调用了 setAlpha(0.8)。现在,它就像一个魅力! :)

关于android - 为什么我的 FloatingActionButton 即使在静止状态下也有涟漪效应?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33388402/

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