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
5f0f422c
Commit
5f0f422c
authored
Aug 18, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Chỉnh sửa giao diện bên ios
parent
57123e57
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
view.js
src/screens/academic_advisor/list_student/detail/view.js
+2
-2
view.js
src/screens/academic_advisor/list_student/view.js
+2
-2
view.js
src/screens/academic_advisor/view.js
+2
-2
No files found.
src/screens/academic_advisor/list_student/detail/view.js
View file @
5f0f422c
...
@@ -24,7 +24,7 @@ const DetailStudentView = props => {
...
@@ -24,7 +24,7 @@ const DetailStudentView = props => {
};
};
const
statusColor
=
getStatusColor
(
student
.
status
);
const
statusColor
=
getStatusColor
(
student
.
status
);
return
(
return
(
<
SafeArea
View
style
=
{
styles
.
container
}
>
<
View
style
=
{
styles
.
container
}
>
<
Header
title
=
{
'Nguyễn Minh Đức - 2598671'
}
isBack
/>
<
Header
title
=
{
'Nguyễn Minh Đức - 2598671'
}
isBack
/>
<
View
style
=
{
styles
.
body
}
>
<
View
style
=
{
styles
.
body
}
>
<
View
style
=
{
styles
.
card
}
>
<
View
style
=
{
styles
.
card
}
>
...
@@ -241,7 +241,7 @@ const DetailStudentView = props => {
...
@@ -241,7 +241,7 @@ const DetailStudentView = props => {
<
/View
>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
<
/
SafeArea
View
>
<
/View
>
);
);
};
};
...
...
src/screens/academic_advisor/list_student/view.js
View file @
5f0f422c
...
@@ -128,7 +128,7 @@ const ListStudentView = props => {
...
@@ -128,7 +128,7 @@ const ListStudentView = props => {
};
};
return
(
return
(
<
SafeArea
View
style
=
{
styles
.
container
}
>
<
View
style
=
{
styles
.
container
}
>
<
Header
title
=
{
'Danh sách sinh viên lớp ATTT2024.1'
}
isBack
/>
<
Header
title
=
{
'Danh sách sinh viên lớp ATTT2024.1'
}
isBack
/>
<
View
style
=
{
styles
.
body
}
>
<
View
style
=
{
styles
.
body
}
>
{
renderSearchBox
()}
{
renderSearchBox
()}
...
@@ -143,7 +143,7 @@ const ListStudentView = props => {
...
@@ -143,7 +143,7 @@ const ListStudentView = props => {
/
>
/
>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
<
/
SafeArea
View
>
<
/View
>
);
);
};
};
...
...
src/screens/academic_advisor/view.js
View file @
5f0f422c
...
@@ -43,7 +43,7 @@ const ClassActivityView = (props) => {
...
@@ -43,7 +43,7 @@ const ClassActivityView = (props) => {
)
)
}
}
return
(
return
(
<
SafeArea
View
style
=
{
styles
.
container
}
>
<
View
style
=
{
styles
.
container
}
>
<
Header
title
=
{
'Danh sách lớp sinh hoạt'
}
isBack
/>
<
Header
title
=
{
'Danh sách lớp sinh hoạt'
}
isBack
/>
<
View
style
=
{
styles
.
body
}
>
<
View
style
=
{
styles
.
body
}
>
<
View
style
=
{
styles
.
card
}
>
<
View
style
=
{
styles
.
card
}
>
...
@@ -61,7 +61,7 @@ const ClassActivityView = (props) => {
...
@@ -61,7 +61,7 @@ const ClassActivityView = (props) => {
<
/View
>
<
/View
>
<
/
SafeArea
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