gpt4 book ai didi

android - ShapeableImageView 有黑色覆盖

转载 作者:行者123 更新时间:2023-12-02 12:25:44 25 4
gpt4 key购买 nike

我正在使用新的 ShapeableImageView 制作圆形图像,但覆盖显示为黑色。我怎样才能使它透明?这是它的样子:
enter image description here
这是代码:

<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/app_icon"
android:layout_width="100dp"
android:layout_height="100dp"
app:layout_constraintBottom_toTopOf="@+id/guideline2"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:shapeAppearanceOverlay="@style/CircleImageView"
app:srcCompat="@mipmap/ic_launcher_round" />
<style name="CircleImageView">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">50%</item>
</style>

最佳答案

就像@Matteo Innnocenti 在评论中提到的那样,这只是一个预览问题,当您运行应用程序时,您不应该看到黑色背景
为了让更多人看到,我将其发布为答案

关于android - ShapeableImageView 有黑色覆盖,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63420513/

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