Commit b1f24e3d by tungnq

TODO: Đã hoàn thiện giao diện thông báo

parent 5f55f7e1
......@@ -130,7 +130,7 @@ const styles = StyleSheet.create({
textBtnFooter:{
color:R.colors.white,
fontSize:R.sizes.sm,
fontWeight:'500',
fontWeight:'600',
fontFamily:R.fonts.fontMedium,
},
})
......
......@@ -105,7 +105,7 @@ const NotificationView = props => {
const renderNotificationItemTution = ({item}) => {
const statusColor = getStatusColor(item.status);
return (
<View style={[styles.cardItem, styles.cardItemTution]}>
<TouchableOpacity style={[styles.cardItem, styles.cardItemTution]}>
<View style={styles.boxLeft}>
<Text style={styles.text} numberOfLines={1} ellipsizeMode="tail">
<Text style={styles.text}>Tiêu đề: </Text>
......@@ -135,7 +135,7 @@ const NotificationView = props => {
</View>
<Image source={R.images.icNext} resizeMode="contain" style={{width: 10, height: 15, alignSelf:'center'}} />
</View>
</TouchableOpacity>
);
};
......
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