Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppUms_Lecturer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tungnq
AppUms_Lecturer
Commits
b1f24e3d
Commit
b1f24e3d
authored
Aug 13, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Đã hoàn thiện giao diện thông báo
parent
5f55f7e1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
style.js
src/screens/notification/style.js
+1
-1
view.js
src/screens/notification/view.js
+2
-2
No files found.
src/screens/notification/style.js
View file @
b1f24e3d
...
...
@@ -130,7 +130,7 @@ const styles = StyleSheet.create({
textBtnFooter
:{
color
:
R
.
colors
.
white
,
fontSize
:
R
.
sizes
.
sm
,
fontWeight
:
'
5
00'
,
fontWeight
:
'
6
00'
,
fontFamily
:
R
.
fonts
.
fontMedium
,
},
})
...
...
src/screens/notification/view.js
View file @
b1f24e3d
...
...
@@ -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
>
);
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment