描述在andriod下,TextInput UI组件默认有个下划线,需要设置underlineColorAndroid='transparent'
<TextInput style={styles.input} underlineColorAndroid='transparent'></TextInput>
本文介绍如何在Android平台上的TextInputUI组件中移除默认显示的下划线。通过设置underlineColorAndroid属性为'transparent',可以实现下划线的隐藏。
描述在andriod下,TextInput UI组件默认有个下划线,需要设置underlineColorAndroid='transparent'
<TextInput style={styles.input} underlineColorAndroid='transparent'></TextInput>
1232
1353

被折叠的 条评论
为什么被折叠?