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
2c3730c0
Commit
2c3730c0
authored
Aug 14, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO Bổ sung một số phần giao diện còn thiếu
parent
84e646b1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
view.js
src/screens/notification/detail/view.js
+16
-6
No files found.
src/screens/notification/detail/view.js
View file @
2c3730c0
...
@@ -42,8 +42,7 @@ const NotificationDetailView = props => {
...
@@ -42,8 +42,7 @@ const NotificationDetailView = props => {
<
Header
isBack
title
=
{
'Chi tiết thông báo'
}
/
>
<
Header
isBack
title
=
{
'Chi tiết thông báo'
}
/
>
<
ScrollView
<
ScrollView
showsVerticalScrollIndicator
=
{
false
}
showsVerticalScrollIndicator
=
{
false
}
contentContainerStyle
=
{{
paddingBottom
:
20
}}
contentContainerStyle
=
{{
paddingBottom
:
20
}}
>
>
<
View
style
=
{
styles
.
container
}
>
<
View
style
=
{
styles
.
container
}
>
{
showWarning
&&
(
{
showWarning
&&
(
<
View
style
=
{
styles
.
boxInput
}
>
<
View
style
=
{
styles
.
boxInput
}
>
...
@@ -100,7 +99,7 @@ const NotificationDetailView = props => {
...
@@ -100,7 +99,7 @@ const NotificationDetailView = props => {
editable
=
{
false
}
editable
=
{
false
}
/
>
/
>
<
RadioGroup
{
/*
<RadioGroup
options={options}
options={options}
selectedValue={selectedValue}
selectedValue={selectedValue}
onValueChange={onValueChange}
onValueChange={onValueChange}
...
@@ -114,8 +113,19 @@ const NotificationDetailView = props => {
...
@@ -114,8 +113,19 @@ const NotificationDetailView = props => {
containerMarginRight={39}
containerMarginRight={39}
containerMarginBottom={15}
containerMarginBottom={15}
editable={false}
editable={false}
/
>
/> */
}
<
View
>
<
Text
style
=
{{
fontSize
:
R
.
fontsize
.
fontSizeContent
,
fontFamily
:
R
.
fonts
.
fontRegular
,
fontWeight
:
'400'
,
color
:
R
.
colors
.
black
,
marginBottom
:
5
,
}}
>
Danh
s
á
ch
ng
ườ
i
nh
ậ
n
<
Text
style
=
{{
color
:
R
.
colors
.
red
}}
>*<
/Text
>
<
/Text
>
<
/View
>
<
View
style
=
{
styles
.
flatList
}
>
<
View
style
=
{
styles
.
flatList
}
>
<
FlatList
<
FlatList
nestedScrollEnabled
nestedScrollEnabled
...
@@ -178,7 +188,7 @@ const NotificationDetailView = props => {
...
@@ -178,7 +188,7 @@ const NotificationDetailView = props => {
height
:
15
,
height
:
15
,
}}
}}
containerStyle
=
{{
containerStyle
=
{{
alignSelf
:
'flex-start'
,
alignSelf
:
'flex-start'
,
}}
}}
/
>
/
>
<
/View
>
<
/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