Authored by chenl

去除了重复的属性定义。review by yuliang。

... ... @@ -112,7 +112,6 @@ let styles = StyleSheet.create({
paddingLeft: 15,
},
cell: {
backgroundColor: 'white',
width: cellWidth,
height: cellWidth,
marginTop: 0,
... ...
... ... @@ -176,7 +176,6 @@ let styles = StyleSheet.create({
},
timeText: {
fontSize: 11,
color: 'gray',
textAlign: 'left',
marginLeft: 5,
color: '#b0b0b0',
... ...