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
625f2bf5
Commit
625f2bf5
authored
Aug 13, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TEST: Lỗi trên giao diện IOS
parent
8cde5176
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
style.js
src/screens/notification/style.js
+1
-1
view.js
src/screens/notification/view.js
+1
-1
No files found.
src/screens/notification/style.js
View file @
625f2bf5
...
...
@@ -65,7 +65,6 @@ const styles = StyleSheet.create({
},
//List Notification
containerListNotification
:{
marginHorizontal
:
15
,
},
cardItem
:{
paddingVertical
:
10
,
...
...
@@ -76,6 +75,7 @@ const styles = StyleSheet.create({
marginVertical
:
10
,
backgroundColor
:
R
.
colors
.
white
,
shadowColor
:
R
.
colors
.
black
,
marginHorizontal
:
15
,
shadowOffset
:{
width
:
0.5
,
height
:
2
},
shadowOpacity
:
0.25
,
shadowRadius
:
5
,
...
...
src/screens/notification/view.js
View file @
625f2bf5
...
...
@@ -96,7 +96,7 @@ const NotificationView = props => {
<
/View
>
<
/View
>
)
:
null
)
:
renderItemEmpty
()
);
};
...
...
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