...
|
...
|
@@ -229,7 +229,7 @@ let styles = StyleSheet.create({ |
|
|
width: 240*width/750,
|
|
|
height: 100*width/750,
|
|
|
marginTop: rowMarginTop + rowMarginBottom,
|
|
|
backgroundColor: '#e0e0e0',
|
|
|
backgroundColor: 'white',
|
|
|
marginBottom: 0,
|
|
|
resizeMode: 'contain',
|
|
|
},
|
...
|
...
|
@@ -278,19 +278,19 @@ let styles = StyleSheet.create({ |
|
|
leftImage: {
|
|
|
width: Math.ceil(rowWidth/2-21),
|
|
|
height: bottomViewH,
|
|
|
backgroundColor: '#444444',
|
|
|
backgroundColor: 'white',
|
|
|
marginLeft: 10,
|
|
|
},
|
|
|
rigthImage: {
|
|
|
width: Math.ceil(rowWidth/2-21),
|
|
|
height: bottomViewH,
|
|
|
backgroundColor: '#444444',
|
|
|
backgroundColor: 'white',
|
|
|
marginLeft: rowWidth - 20 - 2 * Math.ceil(rowWidth/2-21),
|
|
|
},
|
|
|
proImage: {
|
|
|
width: Math.ceil(rowWidth/2-21),
|
|
|
height: bottomViewH,
|
|
|
backgroundColor: '#e0e0e0',
|
|
|
backgroundColor: 'white',
|
|
|
},
|
|
|
activityContainer: {
|
|
|
width: rowWidth,
|
...
|
...
|
|