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({ ...@@ -71,7 +71,7 @@ const styles = StyleSheet.create({
}, },
btnBack: { btnBack: {
position: 'absolute', position: 'absolute',
left: WIDTH(10), left: 10,
width: WIDTH(35), width: WIDTH(35),
height: HEIGHT(30), height: HEIGHT(30),
alignItems: 'center', alignItems: 'center',
......
...@@ -15,7 +15,7 @@ const styles = StyleSheet.create({ ...@@ -15,7 +15,7 @@ const styles = StyleSheet.create({
shadowColor:R.colors.black, shadowColor:R.colors.black,
shadowOffset:{width:0.5,height:2}, shadowOffset:{width:0.5,height:2},
shadowOpacity:Platform.OS === 'ios' ? 0.25 : 1, shadowOpacity:Platform.OS === 'ios' ? 0.25 : 1,
shadowRadius:5, shadowRadius:2,
elevation:Platform.OS === 'ios' ? 1 : 2, elevation:Platform.OS === 'ios' ? 1 : 2,
}, },
...@@ -25,17 +25,15 @@ const styles = StyleSheet.create({ ...@@ -25,17 +25,15 @@ const styles = StyleSheet.create({
justifyContent:'center', justifyContent:'center',
marginBottom:5, marginBottom:5,
}, },
containerTextItemLeft:{ containerTextItemLeft:{
flex:3, alignItems:'flex-start',
alignItems:'center', justifyContent:'flex-start',
justifyContent:'center', width:'45%',
}, },
containerTextItemRight:{ containerTextItemRight:{
flex:3,
flexDirection:'row', flexDirection:'row',
alignItems:'center', alignItems:'center',
justifyContent:'center', justifyContent:'center',
marginRight:15
}, },
sizedBox:{ sizedBox:{
flex:3 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