Commit fd33b466 by tungnq

TODO: Đã fix giao diện danh sách thông báo khỏi bị list notification

parent b1f24e3d
...@@ -43,7 +43,6 @@ const styles = StyleSheet.create({ ...@@ -43,7 +43,6 @@ const styles = StyleSheet.create({
borderWidth:1, borderWidth:1,
borderRadius:100, borderRadius:100,
marginHorizontal:15, marginHorizontal:15,
marginBottom:15,
backgroundColor:R.colors.white, backgroundColor:R.colors.white,
flexDirection:'row', flexDirection:'row',
maxHeight:41, maxHeight:41,
...@@ -65,6 +64,7 @@ const styles = StyleSheet.create({ ...@@ -65,6 +64,7 @@ const styles = StyleSheet.create({
}, },
//List Notification //List Notification
containerListNotification:{ containerListNotification:{
paddingVertical:15,
}, },
cardItem:{ cardItem:{
paddingVertical:5, paddingVertical:5,
......
...@@ -166,7 +166,6 @@ const NotificationView = props => { ...@@ -166,7 +166,6 @@ const NotificationView = props => {
{renderListTabView()} {renderListTabView()}
<View style={styles.containerBody}> <View style={styles.containerBody}>
{(dataNotifi[activeTab] && dataNotifi[activeTab].length > 0) && renderSearchBox()} {(dataNotifi[activeTab] && dataNotifi[activeTab].length > 0) && renderSearchBox()}
{dataNotifi[activeTab].length === 0 ? renderItemEmpty(): renderListNotification()} {dataNotifi[activeTab].length === 0 ? renderItemEmpty(): renderListNotification()}
</View> </View>
<View style={styles.containerFooter}> <View style={styles.containerFooter}>
......
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