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
67627291
Commit
67627291
authored
Aug 27, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IMPORTANT: Cho FAB chia ra làm 2 màn hình để FAB bám vào màn hình giao diện
parent
9052caa2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
3 deletions
+11
-3
constants.js
src/components/FAB/constants.js
+1
-1
sub_button.js
src/components/FAB/sub_button.js
+8
-0
style.js
src/screens/incoming_document/detail/style.js
+1
-1
view.js
src/screens/incoming_document/detail/view.js
+0
-0
view.js
src/screens/incoming_document/view.js
+1
-1
No files found.
src/components/FAB/constants.js
View file @
67627291
...
@@ -58,7 +58,7 @@ export const SUBBTN_WIDTH = FAB_WIDTH;
...
@@ -58,7 +58,7 @@ export const SUBBTN_WIDTH = FAB_WIDTH;
export
const
SUBBTN_HEIGHT
=
SUBBTN_WIDTH
;
export
const
SUBBTN_HEIGHT
=
SUBBTN_WIDTH
;
// Bán kính bo tròn (nút con hình tròn)
// Bán kính bo tròn (nút con hình tròn)
export
const
SUBBTN_BORDER_RADIUS
=
SUBBTN_WIDTH
/
2
;
export
const
SUBBTN_BORDER_RADIUS
=
10
;
// Màu nền mặc định của nút con
// Màu nền mặc định của nút con
export
const
SUBBTN_BACKGROUND_COLOR
=
'#2F6BFF'
;
export
const
SUBBTN_BACKGROUND_COLOR
=
'#2F6BFF'
;
...
...
src/components/FAB/sub_button.js
View file @
67627291
...
@@ -88,6 +88,14 @@ const styles = StyleSheet.create({
...
@@ -88,6 +88,14 @@ const styles = StyleSheet.create({
marginTop
:
10
,
// Khoảng cách giữa các SubButton4
marginTop
:
10
,
// Khoảng cách giữa các SubButton4
flexDirection
:
'row'
,
flexDirection
:
'row'
,
alignItems
:
'center'
,
alignItems
:
'center'
,
shadowColor
:
'#000'
,
shadowOffset
:
{
width
:
0
,
height
:
2
,
},
shadowOpacity
:
0.25
,
shadowRadius
:
3.84
,
elevation
:
5
,
},
},
label
:
{
label
:
{
marginRight
:
3
,
marginRight
:
3
,
...
...
src/screens/incoming_document/detail/style.js
View file @
67627291
...
@@ -62,7 +62,7 @@ const styles = StyleSheet.create({
...
@@ -62,7 +62,7 @@ const styles = StyleSheet.create({
borderRadius
:
100
,
borderRadius
:
100
,
padding
:
10
,
padding
:
10
,
alignSelf
:
'flex-start'
,
alignSelf
:
'flex-start'
,
backgroundColor
:
R
.
colors
.
brown
,
backgroundColor
:
R
.
colors
.
orange
,
marginHorizontal
:
5
marginHorizontal
:
5
},
},
containerBtn
:{
containerBtn
:{
...
...
src/screens/incoming_document/detail/view.js
View file @
67627291
This diff is collapsed.
Click to expand it.
src/screens/incoming_document/view.js
View file @
67627291
...
@@ -86,7 +86,7 @@ const IncomingDocumentView = props => {
...
@@ -86,7 +86,7 @@ const IncomingDocumentView = props => {
<
Button
<
Button
title
=
"Công việc"
title
=
"Công việc"
onPress
=
{()
=>
{}}
onPress
=
{()
=>
{}}
backgroundColor
=
{
R
.
colors
.
brown
}
backgroundColor
=
{
R
.
colors
.
orange
}
textColor
=
{
R
.
colors
.
white
}
textColor
=
{
R
.
colors
.
white
}
height
=
{
25
}
height
=
{
25
}
borderRadius
=
{
15
}
borderRadius
=
{
15
}
...
...
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