Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppUms_Student
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_Student
Commits
48881347
Commit
48881347
authored
Aug 12, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Đã fix giao diện notification
parent
077fbd2c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
style.js
src/screens/notification/style.js
+1
-1
view.js
src/screens/notification/view.js
+3
-2
No files found.
src/screens/notification/style.js
View file @
48881347
...
@@ -43,7 +43,7 @@ const styles = StyleSheet.create({
...
@@ -43,7 +43,7 @@ const styles = StyleSheet.create({
shadowColor
:
R
.
colors
.
black
,
shadowColor
:
R
.
colors
.
black
,
shadowOffset
:
{
shadowOffset
:
{
width
:
0
,
width
:
0
,
height
:
2
,
height
:
1
,
},
},
shadowOpacity
:
0.5
,
shadowOpacity
:
0.5
,
shadowRadius
:
1
,
shadowRadius
:
1
,
...
...
src/screens/notification/view.js
View file @
48881347
...
@@ -4,6 +4,7 @@ import {
...
@@ -4,6 +4,7 @@ import {
View
,
View
,
TouchableOpacity
,
TouchableOpacity
,
FlatList
,
FlatList
,
SafeAreaView
,
}
from
"react-native"
;
}
from
"react-native"
;
import
Header
from
"../../components/Header/Header"
;
import
Header
from
"../../components/Header/Header"
;
import
ItemEmpty
from
"../../components/List/ItemEmpty"
;
import
ItemEmpty
from
"../../components/List/ItemEmpty"
;
...
@@ -51,7 +52,7 @@ const NotificationView = (props) => {
...
@@ -51,7 +52,7 @@ const NotificationView = (props) => {
<
/TouchableOpacity
>
<
/TouchableOpacity
>
);
);
return
(
return
(
<
View
style
=
{
styles
.
container
}
>
<
SafeArea
View
style
=
{
styles
.
container
}
>
<
Header
<
Header
title
=
{
I18n
.
t
(
"Notification"
)}
title
=
{
I18n
.
t
(
"Notification"
)}
/
>
/
>
...
@@ -82,7 +83,7 @@ const NotificationView = (props) => {
...
@@ -82,7 +83,7 @@ const NotificationView = (props) => {
)}
)}
/
>
/
>
<
/View
>
<
/View
>
<
/
View
>
<
/SafeArea
View
>
);
);
};
};
...
...
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