Commit d569a1a6 by tungnq

TODO: Đã fix thành công

parent 6eaac7c5
...@@ -34,7 +34,6 @@ const styles = StyleSheet.create({ ...@@ -34,7 +34,6 @@ const styles = StyleSheet.create({
fontFamily:R.fonts.fontSemiBold, fontFamily:R.fonts.fontSemiBold,
}, },
containerBody:{ containerBody:{
marginHorizontal:15,
flex:1, flex:1,
justifyContent:'center', justifyContent:'center',
}, },
...@@ -44,6 +43,7 @@ const styles = StyleSheet.create({ ...@@ -44,6 +43,7 @@ const styles = StyleSheet.create({
borderWidth:1, borderWidth:1,
borderRadius:100, borderRadius:100,
marginVertical:10, marginVertical:10,
marginHorizontal:15,
backgroundColor:R.colors.white, backgroundColor:R.colors.white,
flexDirection:'row', flexDirection:'row',
maxHeight:41, maxHeight:41,
...@@ -65,7 +65,7 @@ const styles = StyleSheet.create({ ...@@ -65,7 +65,7 @@ const styles = StyleSheet.create({
}, },
//List Notification //List Notification
containerListNotification:{ containerListNotification:{
marginHorizontal:15,
}, },
cardItem:{ cardItem:{
paddingVertical:10, paddingVertical:10,
......
...@@ -88,6 +88,7 @@ const NotificationView = props => { ...@@ -88,6 +88,7 @@ const NotificationView = props => {
renderItem={renderNotificationItem} renderItem={renderNotificationItem}
keyExtractor={(item, index) => `${activeTab}-${index}`} keyExtractor={(item, index) => `${activeTab}-${index}`}
showsVerticalScrollIndicator={false} showsVerticalScrollIndicator={false}
contentContainerStyle={styles.containerListNotification}
vertical vertical
/> />
); );
......
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