Authored by 王钱钧

调整UI。code review by 于良

... ... @@ -72,6 +72,10 @@ export default class MsgCenterCatgoryCell extends React.Component {
/>
</View>
<View style={styles.line}>
</View>
</View>
</TouchableOpacity>
... ... @@ -166,11 +170,12 @@ let styles = StyleSheet.create({
backgroundColor:'white'
},
lineInCell: {
line: {
height: 1,
marginLeft: 15,
marginTop: 15,
// marginBottom: 15,
position: 'absolute',
width: width,
bottom: 0,
right: 0,
backgroundColor: '#e0e0e0',
},
... ...
... ... @@ -167,7 +167,7 @@ let styles = StyleSheet.create({
// backgroundColor:'red',
height: 90,
margin: 15,
marginTop:0,
marginTop:5,
marginBottom:0,
// padding: 15,
},
... ...
... ... @@ -204,6 +204,8 @@ let styles = StyleSheet.create({
posts:{
margin:15,
marginTop:12,
marginBottom:11,
fontSize: 18,
flexDirection: 'row',
alignSelf: 'flex-start',
... ... @@ -213,7 +215,7 @@ let styles = StyleSheet.create({
lineInCell: {
height: 1,
marginLeft: 15,
marginTop: 15,
marginTop: 10,
// marginBottom: 15,
backgroundColor: '#e0e0e0',
},
... ...
... ... @@ -103,7 +103,7 @@ let styles = StyleSheet.create({
},
avatarImage: {
marginTop: 50,
marginTop: 40,
width: 74,
height: 74,
borderRadius: 37,
... ... @@ -115,7 +115,7 @@ let styles = StyleSheet.create({
name: {
color: 'white',
textAlign: 'center',
marginTop: 20,
marginTop: 15,
marginBottom: 4,
fontSize: 14,
fontFamily: 'Helvetica Light',
... ...