gpt4 book ai didi

android - react native : Remove underline on TextInput for Android

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

我在为 TextInput 设置样式时遇到一个愚蠢的问题。出于某种原因,我需要在包含 TextInput 的 View 上设置边框线。

因此,我不希望 TextInput 显示其边框线。在 iOS 上,什么都不做,但在 Android 上,它仍然显示黑色下划线。

我尝试将 borderWidth 设置为 0,将 borderColor 设置为透明,但它没有改变任何东西。

我该怎么办?

最佳答案

好的,我找到了解决这个问题的方法。Android 有一个特殊的 Prop 是 underlineColorAndroid。它是默认设置的,所以如果你想让你的边框线不可见,只需按照以下步骤操作:

<TextInput
...
underlineColorAndroid={'rgba(0,0,0,0)'}
/>

关于android - react native : Remove underline on TextInput for Android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44251063/

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