update guangdetail image source review by daiqiang
Showing
18 changed files
with
17 additions
and
15 deletions
@@ -129,8 +129,8 @@ let styles = StyleSheet.create({ | @@ -129,8 +129,8 @@ let styles = StyleSheet.create({ | ||
129 | marginRight: 10, | 129 | marginRight: 10, |
130 | }, | 130 | }, |
131 | thumbsUpIcon: { | 131 | thumbsUpIcon: { |
132 | - height: 20, | ||
133 | - width: 20, | 132 | + height: 24, |
133 | + width: 24, | ||
134 | }, | 134 | }, |
135 | thumbsUpNum: { | 135 | thumbsUpNum: { |
136 | marginLeft: 5, | 136 | marginLeft: 5, |
@@ -382,8 +382,8 @@ let styles = StyleSheet.create({ | @@ -382,8 +382,8 @@ let styles = StyleSheet.create({ | ||
382 | padding: 5, | 382 | padding: 5, |
383 | }, | 383 | }, |
384 | favIcon: { | 384 | favIcon: { |
385 | - height: 20, | ||
386 | - width: Math.ceil(20 * (17/16)), | 385 | + height: 24, |
386 | + width: 24, | ||
387 | marginLeft: 25, | 387 | marginLeft: 25, |
388 | }, | 388 | }, |
389 | thumbsUpView: { | 389 | thumbsUpView: { |
@@ -394,8 +394,8 @@ let styles = StyleSheet.create({ | @@ -394,8 +394,8 @@ let styles = StyleSheet.create({ | ||
394 | backgroundColor: 'white', | 394 | backgroundColor: 'white', |
395 | }, | 395 | }, |
396 | thumbsUpIcon: { | 396 | thumbsUpIcon: { |
397 | - height: 20, | ||
398 | - width: 20, | 397 | + height: 24, |
398 | + width: 24, | ||
399 | }, | 399 | }, |
400 | videoView: { | 400 | videoView: { |
401 | width: width - 20, | 401 | width: width - 20, |
@@ -146,8 +146,8 @@ let styles = StyleSheet.create({ | @@ -146,8 +146,8 @@ let styles = StyleSheet.create({ | ||
146 | }, | 146 | }, |
147 | timeThumb: { | 147 | timeThumb: { |
148 | marginLeft: 20, | 148 | marginLeft: 20, |
149 | - height: 12, | ||
150 | - width:20, | 149 | + height: 16, |
150 | + width:16, | ||
151 | }, | 151 | }, |
152 | text: { | 152 | text: { |
153 | marginLeft: 5, | 153 | marginLeft: 5, |
@@ -194,18 +194,20 @@ let styles = StyleSheet.create({ | @@ -194,18 +194,20 @@ let styles = StyleSheet.create({ | ||
194 | }, | 194 | }, |
195 | likeButton: { | 195 | likeButton: { |
196 | position: 'absolute', | 196 | position: 'absolute', |
197 | - width: 17, | 197 | + width: 16, |
198 | height: 16, | 198 | height: 16, |
199 | - left: width - 100, | 199 | + left: width - 84, |
200 | top:14, | 200 | top:14, |
201 | }, | 201 | }, |
202 | + | ||
202 | shareButton: { | 203 | shareButton: { |
203 | position: 'absolute', | 204 | position: 'absolute', |
204 | - width: 44, | ||
205 | - height: 44, | ||
206 | - left: width - 60, | ||
207 | - top:0, | 205 | + width: 30, |
206 | + height: 30, | ||
207 | + left: width - 43, | ||
208 | + top:14, | ||
208 | }, | 209 | }, |
210 | + | ||
209 | toolContainer: { | 211 | toolContainer: { |
210 | flexDirection: 'row', | 212 | flexDirection: 'row', |
211 | height: 45, | 213 | height: 45, |
@@ -215,7 +217,7 @@ let styles = StyleSheet.create({ | @@ -215,7 +217,7 @@ let styles = StyleSheet.create({ | ||
215 | }, | 217 | }, |
216 | iconThumb: { | 218 | iconThumb: { |
217 | marginLeft: 16, | 219 | marginLeft: 16, |
218 | - height: 12, | 220 | + height: 16, |
219 | width:20, | 221 | width:20, |
220 | }, | 222 | }, |
221 | text: { | 223 | text: { |
js/guang/image/g_x_ic@2x.png
100755 → 100644
js/guang/image/g_x_ic@3x.png
100755 → 100644
js/guang/image/g_x_ic_h@2x.png
100755 → 100644
js/guang/image/g_x_ic_h@3x.png
100755 → 100644
js/guang/image/g_z_ic@2x.png
100755 → 100644
js/guang/image/g_z_ic@3x.png
100755 → 100644
js/guang/image/g_z_ic_h@2x.png
100755 → 100644
js/guang/image/g_z_ic_h@3x.png
100755 → 100644
js/guang/image/shared_sharebuttom_highlighted@2x.png
100755 → 100644
js/guang/image/shared_sharebuttom_highlighted@3x.png
100755 → 100644
-
Please register or login to post a comment