Showing
1 changed file
with
1 additions
and
1 deletions
@@ -219,7 +219,7 @@ let styles = StyleSheet.create({ | @@ -219,7 +219,7 @@ let styles = StyleSheet.create({ | ||
219 | }, | 219 | }, |
220 | single_View: { | 220 | single_View: { |
221 | height: rowHeight - rowsp + 1, | 221 | height: rowHeight - rowsp + 1, |
222 | - width: width-29, | 222 | + width: Platform.OS === 'ios' ? width-29 : width-28.5, |
223 | flexDirection: 'row', | 223 | flexDirection: 'row', |
224 | marginLeft: 15, | 224 | marginLeft: 15, |
225 | borderColor: '#e0e0e0', | 225 | borderColor: '#e0e0e0', |
-
Please register or login to post a comment