【发布时间】:2015-11-29 14:50:08
【问题描述】:
这是我的输入风格:
searchBarInput: {
flex: 1,
fontSize: 20,
fontWeight: 'bold',
color: 'white',
height: 50,
padding: 0,
backgroundColor: 'transparent',
borderColor: '#000000',
borderWidth: 50,
borderStyle: 'solid',
}
如果我改变边框宽度,输入的大小会改变,但仍然没有可见的边框。
我在安卓设备上使用 react-native 0.15.0。
【问题讨论】:
标签: android react-native