Commit 57123e57 by tungnq

TODO: Đã bổ sung một số thuộc tính để phù hợp với figma và sửa khoảng cách header

parent d16364c7
......@@ -71,7 +71,7 @@ const styles = StyleSheet.create({
},
btnBack: {
position: 'absolute',
left: WIDTH(10),
left: 10,
width: WIDTH(35),
height: HEIGHT(30),
alignItems: 'center',
......
......@@ -15,7 +15,7 @@ const styles = StyleSheet.create({
shadowColor:R.colors.black,
shadowOffset:{width:0.5,height:2},
shadowOpacity:Platform.OS === 'ios' ? 0.25 : 1,
shadowRadius:5,
shadowRadius:2,
elevation:Platform.OS === 'ios' ? 1 : 2,
},
......@@ -25,17 +25,15 @@ const styles = StyleSheet.create({
justifyContent:'center',
marginBottom:5,
},
containerTextItemLeft:{
flex:3,
alignItems:'center',
justifyContent:'center',
containerTextItemLeft:{
alignItems:'flex-start',
justifyContent:'flex-start',
width:'45%',
},
containerTextItemRight:{
flex:3,
flexDirection:'row',
alignItems:'center',
justifyContent:'center',
marginRight:15
},
sizedBox:{
flex:3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment