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
fd33b466
Commit
fd33b466
authored
Aug 13, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Đã fix giao diện danh sách thông báo khỏi bị list notification
parent
b1f24e3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
style.js
src/screens/notification/style.js
+1
-1
view.js
src/screens/notification/view.js
+0
-1
No files found.
src/screens/notification/style.js
View file @
fd33b466
...
...
@@ -43,7 +43,6 @@ const styles = StyleSheet.create({
borderWidth
:
1
,
borderRadius
:
100
,
marginHorizontal
:
15
,
marginBottom
:
15
,
backgroundColor
:
R
.
colors
.
white
,
flexDirection
:
'row'
,
maxHeight
:
41
,
...
...
@@ -65,6 +64,7 @@ const styles = StyleSheet.create({
},
//List Notification
containerListNotification
:{
paddingVertical
:
15
,
},
cardItem
:{
paddingVertical
:
5
,
...
...
src/screens/notification/view.js
View file @
fd33b466
...
...
@@ -166,7 +166,6 @@ const NotificationView = props => {
{
renderListTabView
()}
<
View
style
=
{
styles
.
containerBody
}
>
{(
dataNotifi
[
activeTab
]
&&
dataNotifi
[
activeTab
].
length
>
0
)
&&
renderSearchBox
()}
{
dataNotifi
[
activeTab
].
length
===
0
?
renderItemEmpty
():
renderListNotification
()}
<
/View
>
<
View
style
=
{
styles
.
containerFooter
}
>
...
...
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