Authored by chenl

兼容android底部输入框偏底的问题。review by 孙凯。

... ... @@ -354,8 +354,9 @@ let styles = StyleSheet.create({
height: 40,
marginLeft: 10,
marginTop: 10,
marginBottom: 10,
borderRadius: 5,
padding: 0,
padding: 5,
},
favIcon: {
height: 20,
... ...