gpt4 book ai didi

android - 对话框有圆角但没有透明边缘

转载 作者:行者123 更新时间:2023-11-29 15:16:59 25 4
gpt4 key购买 nike

我的应用程序上显示了下面的对话框...如您所见,我有我想要的圆角,但我想删除透明边缘的黑色。

对话框的样式xml和图片如下:

<?xml version="1.0" encoding="utf-8"?>
<inset xmlns:android="http://schemas.android.com/apk/res/android" android:insetBottom="-1dp">
<shape android:shape="rectangle">
<solid android:color="@color/base" />
<corners android:topLeftRadius="20dp"
android:topRightRadius="20dp"
android:bottomRightRadius="20dp"
android:bottomLeftRadius="20dp" />
<stroke android:color="#7F7F7F"
android:width="1dp" />
</shape>
</inset>

enter image description here

最佳答案

尝试使用

dialog.getWindow().setBackgroundDrawable(new ColorDrawable(0));

关于android - 对话框有圆角但没有透明边缘,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23273557/

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