gpt4 book ai didi

android - 我想使布局边框如下图所示

转载 作者:行者123 更新时间:2023-11-30 01:09:53 24 4
gpt4 key购买 nike

<分区>

enter image description here

在此图片中,布局的底部边框上有一个三角形边框。我已经制作了边框,但我不知道如何在边框中制作三角形标记。请检查我分享的代码。

enter code here
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">

<stroke android:width="0.5dp" android:color="@color/light_grey" />
<gradient android:startColor="@color/white" android:endColor="@color/white"
/>

<corners android:radius="5dp" />

</shape>

这是我的代码,请检查。

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