Commit dea62512 by tungnq

TODO: Đã hoàn thiện giao diện màn dạy thay

parent d3a3def9
......@@ -13,6 +13,7 @@ const styles = StyleSheet.create({
borderRadius:10,
padding:5,
marginTop:15,
marginBottom:15,
marginHorizontal:15,
alignItems:'center',
justifyContent:'center',
......@@ -41,8 +42,8 @@ const styles = StyleSheet.create({
},
containerCard:{
padding:10,
marginBottom:15,
borderRadius:10,
marginBottom:15,
backgroundColor:R.colors.white,
shadowColor:R.colors.black,
shadowOffset:{width:0,height:2},
......@@ -50,7 +51,6 @@ const styles = StyleSheet.create({
shadowRadius:1,
elevation:Platform.OS === 'ios' ? 1 : 2,
marginHorizontal:15,
marginVertical:15,
},
containerText:{
flexDirection:'row',
......
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