gpt4 book ai didi

Android Edittext 左上角和右上角仅四舍五入

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

我想要 3 个 edittext,顶部和底部有左上角和右上角曲线,但左下角和右下角是直的。我试着用形状

但它使所有的角都弯曲了。如果我尝试使用 bottomRightRadius,则会出现异常。

所以我尝试了不同的方式来做这件事

使用 -ve margin 以便 bottom on 隐藏上面的曲线。但是现在底部的那个落后于上面的那个。没有什么比 goToBottom 或 goToTop :(

感谢任何帮助

最佳答案

尝试将您希望看到的不圆角的半径设置为接近 0(但不是 0)的值:

<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#eeffffff" />
<corners android:bottomRightRadius="5dip"
android:bottomLeftRadius="5dip" android:topRightRadius="0.1dip"
android:topLeftRadius="0.1dip"/>
</shape>

关于Android Edittext 左上角和右上角仅四舍五入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3661561/

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