Authored by chenl

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

@@ -112,7 +112,6 @@ let styles = StyleSheet.create({ @@ -112,7 +112,6 @@ let styles = StyleSheet.create({
112 paddingLeft: 15, 112 paddingLeft: 15,
113 }, 113 },
114 cell: { 114 cell: {
115 - backgroundColor: 'white',  
116 width: cellWidth, 115 width: cellWidth,
117 height: cellWidth, 116 height: cellWidth,
118 marginTop: 0, 117 marginTop: 0,
@@ -176,7 +176,6 @@ let styles = StyleSheet.create({ @@ -176,7 +176,6 @@ let styles = StyleSheet.create({
176 }, 176 },
177 timeText: { 177 timeText: {
178 fontSize: 11, 178 fontSize: 11,
179 - color: 'gray',  
180 textAlign: 'left', 179 textAlign: 'left',
181 marginLeft: 5, 180 marginLeft: 5,
182 color: '#b0b0b0', 181 color: '#b0b0b0',