gpt4 book ai didi

android - float 操作按钮图标未在内部居中

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:48:59 25 4
gpt4 key购买 nike

我正在尝试使用 FAB,但里面的图标位于按钮的右下角:

FAB with icon not centered

这是 xml 中的 FAB 定义:

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">

<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/centerLocationButton"
style="@style/Widget.MaterialComponents.FloatingActionButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_margin="@dimen/pro_arriving_map_location_button_padding"
android:src="@drawable/ic_my_location"
app:backgroundTint="@color/white"
app:fabSize="mini" />

</RelativeLayout>

我做错了什么?

最佳答案

这似乎是设计支持库 v28.0.0 中的错误。

我可以通过以编程方式设置 scaleType 来解决这个问题。

在您的 Java/Kotlin 代码中:

centerLocationButton.setScaleType(ImageView.ScaleType.CENTER)

关于android - float 操作按钮图标未在内部居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52635233/

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