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
cf1f778b
Commit
cf1f778b
authored
Aug 27, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Bổ sung FAB Group
parent
4d9424d8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
FabButton.js
src/components/FabButton.js
+0
-0
view.js
src/screens/incoming_document/detail/view.js
+22
-2
No files found.
src/components/FabButton.js
View file @
cf1f778b
This diff is collapsed.
Click to expand it.
src/screens/incoming_document/detail/view.js
View file @
cf1f778b
...
...
@@ -4,7 +4,8 @@ import R from '../../../assets/R';
import
styles
from
'./style'
;
import
Header
from
'../../../components/Header/Header'
;
import
TextMulti
from
'../../../components/Input/TextMulti'
;
import
FAB
from
'../../../components/fabButton'
;
import
FAB
from
'../../../components/FabButton'
;
import
FABGroup
from
'../../../components/FabButton'
;
const
DetailIncomingDocumentView
=
props
=>
{
const
{
icomingDocument
}
=
props
;
console
.
log
(
props
);
...
...
@@ -144,7 +145,26 @@ const DetailIncomingDocumentView = props => {
renderItem
=
{
renderItem
}
keyExtractor
=
{(
item
,
index
)
=>
index
.
toString
()}
/
>
<
FABGroup
mainIcon
=
"+"
position
=
"bottom-right"
actions
=
{[
{
id
:
'add-pen'
,
icon
:
'✏️'
,
label
:
'Thêm bút phê'
,
backgroundColor
:
R
.
colors
.
orange
,
onPress
:
()
=>
console
.
log
(
'Thêm bút phê'
),
},
{
id
:
'create-task'
,
icon
:
'📝'
,
label
:
'Tạo công việc'
,
backgroundColor
:
R
.
colors
.
blue
,
onPress
:
()
=>
console
.
log
(
'Tạo công việc'
),
},
]}
/
>
<
/View
>
<
/ScrollView
>
...
...
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