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
dd76d0fc
Commit
dd76d0fc
authored
Aug 25, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Đã chính sửa giao diện
parent
d1739806
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
24 deletions
+26
-24
style.js
src/screens/class_schedule/style.js
+19
-19
view.js
src/screens/class_schedule/view.js
+7
-5
No files found.
src/screens/class_schedule/style.js
View file @
dd76d0fc
...
@@ -115,13 +115,13 @@ const styles = StyleSheet.create({
...
@@ -115,13 +115,13 @@ const styles = StyleSheet.create({
},
},
moreEventsText
:
{
moreEventsText
:
{
fontSize
:
R
.
sizes
.
xs
,
fontSize
:
R
.
sizes
.
xs
,
color
:
R
.
colors
.
gr
ey_100
,
color
:
R
.
colors
.
gr
ay
,
textAlign
:
'center'
,
textAlign
:
'center'
,
},
},
modalBackdrop
:
{
modalBackdrop
:
{
flex
:
1
,
flex
:
1
,
backgroundColor
:
R
.
colors
.
gr
ey_200
,
backgroundColor
:
R
.
colors
.
gr
ayBorderInputTextHeader
,
justifyContent
:
'flex-end'
,
justifyContent
:
'flex-end'
,
},
},
bottomSheet
:
{
bottomSheet
:
{
...
@@ -137,7 +137,7 @@ const styles = StyleSheet.create({
...
@@ -137,7 +137,7 @@ const styles = StyleSheet.create({
dragHandle
:
{
dragHandle
:
{
width
:
40
,
width
:
40
,
height
:
4
,
height
:
4
,
backgroundColor
:
R
.
colors
.
gr
ey_200
,
backgroundColor
:
R
.
colors
.
gr
ay
,
borderRadius
:
2
,
borderRadius
:
2
,
alignSelf
:
'center'
,
alignSelf
:
'center'
,
marginTop
:
10
,
marginTop
:
10
,
...
@@ -150,8 +150,8 @@ const styles = StyleSheet.create({
...
@@ -150,8 +150,8 @@ const styles = StyleSheet.create({
marginBottom
:
20
,
marginBottom
:
20
,
},
},
bottomSheetTitle
:
{
bottomSheetTitle
:
{
fontSize
:
R
.
fontsize
.
fontSize
Header1
,
fontSize
:
R
.
fontsize
.
fontSize
Content
,
fontFamily
:
R
.
fonts
.
Inter
Medium
,
fontFamily
:
R
.
fonts
.
font
Medium
,
color
:
R
.
colors
.
black
,
color
:
R
.
colors
.
black
,
flex
:
1
,
flex
:
1
,
},
},
...
@@ -159,14 +159,14 @@ const styles = StyleSheet.create({
...
@@ -159,14 +159,14 @@ const styles = StyleSheet.create({
width
:
30
,
width
:
30
,
height
:
30
,
height
:
30
,
borderRadius
:
15
,
borderRadius
:
15
,
backgroundColor
:
R
.
colors
.
gr
ey_200
,
backgroundColor
:
R
.
colors
.
gr
ay
,
alignItems
:
'center'
,
alignItems
:
'center'
,
justifyContent
:
'center'
,
justifyContent
:
'center'
,
},
},
closeButtonText
:
{
closeButtonText
:
{
fontSize
:
R
.
fontsize
.
fontsSize12
,
fontSize
:
R
.
fontsize
.
fontsSize12
,
color
:
R
.
colors
.
grey_800
,
color
:
R
.
colors
.
black
,
fontFamily
:
R
.
fonts
.
Inter
Regular
,
fontFamily
:
R
.
fonts
.
font
Regular
,
},
},
noEventsContainer
:
{
noEventsContainer
:
{
...
@@ -176,9 +176,9 @@ const styles = StyleSheet.create({
...
@@ -176,9 +176,9 @@ const styles = StyleSheet.create({
paddingVertical
:
40
,
paddingVertical
:
40
,
},
},
noEventsText
:
{
noEventsText
:
{
fontSize
:
R
.
fontsize
.
font
sSize12
,
fontSize
:
R
.
fontsize
.
font
SizeContent
,
fontFamily
:
R
.
fonts
.
Inter
Regular
,
fontFamily
:
R
.
fonts
.
font
Regular
,
color
:
R
.
colors
.
gr
ey_800
,
color
:
R
.
colors
.
gr
ay
,
fontWeight
:
'400'
fontWeight
:
'400'
},
},
eventCard
:
{
eventCard
:
{
...
@@ -205,25 +205,25 @@ const styles = StyleSheet.create({
...
@@ -205,25 +205,25 @@ const styles = StyleSheet.create({
marginRight
:
15
,
marginRight
:
15
,
},
},
eventTime
:
{
eventTime
:
{
fontSize
:
R
.
fontsize
.
font
sSize12
,
fontSize
:
R
.
fontsize
.
font
SizeContent
,
fontFamily
:
R
.
fonts
.
Inter
Medium
,
fontFamily
:
R
.
fonts
.
font
Medium
,
color
:
R
.
colors
.
blue
500
,
color
:
R
.
colors
.
blue
,
fontWeight
:
'600'
,
fontWeight
:
'600'
,
},
},
eventContent
:
{
eventContent
:
{
flex
:
1
,
flex
:
1
,
},
},
eventTitle
:
{
eventTitle
:
{
fontSize
:
R
.
fontsize
.
font
sSize12
,
fontSize
:
R
.
fontsize
.
font
SizeContent
,
fontFamily
:
R
.
fonts
.
Inter
Medium
,
fontFamily
:
R
.
fonts
.
font
Medium
,
color
:
R
.
colors
.
black
,
color
:
R
.
colors
.
black
,
fontWeight
:
'600'
,
fontWeight
:
'600'
,
marginBottom
:
4
,
marginBottom
:
4
,
},
},
eventDescription
:
{
eventDescription
:
{
fontSize
:
R
.
fontsize
.
font
sSize12
,
fontSize
:
R
.
fontsize
.
font
SizeContent
,
fontFamily
:
R
.
fonts
.
Inter
Regular
,
fontFamily
:
R
.
fonts
.
font
Regular
,
color
:
R
.
colors
.
gr
ey_800
,
color
:
R
.
colors
.
gr
ay
,
},
},
});
});
...
...
src/screens/class_schedule/view.js
View file @
dd76d0fc
...
@@ -242,14 +242,16 @@ const ClassScheduleView = ({
...
@@ -242,14 +242,16 @@ const ClassScheduleView = ({
return
(
return
(
<
SafeArea
View
style
=
{
styles
.
container
}
>
<
View
style
=
{
styles
.
container
}
>
<
ScrollView
showsVerticalScrollIndicator
=
{
false
}
>
<
ScrollView
showsVerticalScrollIndicator
=
{
false
}
>
{
renderHeader
()}
<
View
style
=
{
styles
.
body
}
>
{
renderWeekDays
()}
{
renderHeader
()}
{
renderCalendarGrid
()}
{
renderWeekDays
()}
{
renderCalendarGrid
()}
<
/View
>
<
/ScrollView
>
<
/ScrollView
>
{
renderBottomSheet
()}
{
renderBottomSheet
()}
<
/
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