Authored by yoho-js001

Fix UI for cherry xu.

... ... @@ -62,8 +62,8 @@ let styles = StyleSheet.create({
footerContainer: {
marginTop: 20,
marginLeft: 12,
width: 59,
marginLeft: 9,
width: 65,
height: 16,
borderRadius:8,
backgroundColor: 'rgb(153,153,153)',
... ... @@ -75,9 +75,9 @@ let styles = StyleSheet.create({
marginLeft: 5,
marginTop: 2,
marginRight: 0,
width: 40,
width: 46,
height:12,
textAlign: 'right',
textAlign: 'center',
},
arrowImage: {
width:4,
... ...