Authored by QC-L

更新消息列表分享按钮 review by sunkai

@@ -140,12 +140,14 @@ let styles = StyleSheet.create({ @@ -140,12 +140,14 @@ let styles = StyleSheet.create({
140 height: 14 140 height: 14
141 }, 141 },
142 shareButton: { 142 shareButton: {
143 - width: 15 * DEVICE_WIDTH_RATIO,  
144 - height: 15 * DEVICE_WIDTH_RATIO,  
145 - justifyContent: 'center' 143 + width: 80 * DEVICE_WIDTH_RATIO,
  144 + height: 25 * DEVICE_WIDTH_RATIO,
  145 + justifyContent: 'center',
  146 + alignItems: 'center'
146 }, 147 },
147 shareButtonImage: { 148 shareButtonImage: {
148 - flex: 1 149 + width: 15 * DEVICE_WIDTH_RATIO,
  150 + height: 15 * DEVICE_WIDTH_RATIO,
149 } 151 }
150 }); 152 });
151 153