gpt4 book ai didi

Android float 操作按钮半透明背景色

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

我想使用具有半透明背景颜色的 FAB。但我得到了一个有两种不同颜色的 FAB。有什么问题?

<android.support.design.widget.FloatingActionButton
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|left"
android:fadingEdgeLength="5dp"
app:borderWidth="0dp"
app:elevation="4dp"
app:backgroundTint="#99f03456"
app:fabSize="normal"/>

enter image description here

而且没有任何可绘制对象。

enter image description here

最佳答案

设置高度和pressedTranslationZ 零以移除效果

<android.support.design.widget.FloatingActionButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="onClickMyLocation"
app:backgroundTint="@color/transparentColor"
app:srcCompat="@drawable/ic_my_location"
app:elevation="0dp"
app:pressedTranslationZ="0dp"/>

关于Android float 操作按钮半透明背景色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37499207/

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