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
d569a1a6
Commit
d569a1a6
authored
Aug 13, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Đã fix thành công
parent
6eaac7c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
style.js
src/screens/notification/style.js
+2
-2
view.js
src/screens/notification/view.js
+1
-0
No files found.
src/screens/notification/style.js
View file @
d569a1a6
...
...
@@ -34,7 +34,6 @@ const styles = StyleSheet.create({
fontFamily
:
R
.
fonts
.
fontSemiBold
,
},
containerBody
:{
marginHorizontal
:
15
,
flex
:
1
,
justifyContent
:
'center'
,
},
...
...
@@ -44,6 +43,7 @@ const styles = StyleSheet.create({
borderWidth
:
1
,
borderRadius
:
100
,
marginVertical
:
10
,
marginHorizontal
:
15
,
backgroundColor
:
R
.
colors
.
white
,
flexDirection
:
'row'
,
maxHeight
:
41
,
...
...
@@ -65,7 +65,7 @@ const styles = StyleSheet.create({
},
//List Notification
containerListNotification
:{
marginHorizontal
:
15
,
},
cardItem
:{
paddingVertical
:
10
,
...
...
src/screens/notification/view.js
View file @
d569a1a6
...
...
@@ -88,6 +88,7 @@ const NotificationView = props => {
renderItem
=
{
renderNotificationItem
}
keyExtractor
=
{(
item
,
index
)
=>
`
${
activeTab
}
-
${
index
}
`
}
showsVerticalScrollIndicator
=
{
false
}
contentContainerStyle
=
{
styles
.
containerListNotification
}
vertical
/>
);
...
...
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