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
fe6da217
Commit
fe6da217
authored
Aug 28, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Dựng khung chi tiết văn bản đến
parent
f4da18ee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
0 deletions
+49
-0
index.js
src/screens/list_send_document/detail/index.js
+11
-0
style.js
src/screens/list_send_document/detail/style.js
+16
-0
view.js
src/screens/list_send_document/detail/view.js
+22
-0
No files found.
src/screens/list_send_document/detail/index.js
0 → 100644
View file @
fe6da217
import
React
from
'react'
;
import
{
Text
,
View
,
StyleSheet
}
from
'react-native'
;
import
DetailSendDocumentView
from
'./view'
;
const
DetailSendDocument
=
(
props
)
=>
{
return
(
<
DetailSendDocumentView
/>
);
};
export
default
DetailSendDocument
;
src/screens/list_send_document/detail/style.js
0 → 100644
View file @
fe6da217
import
{
StyleSheet
,
Text
,
View
}
from
'react-native'
import
React
from
'react'
const
styles
=
StyleSheet
.
create
({
container
:
{
flex
:
1
,
backgroundColor
:
R
.
colors
.
white
},
body
:
{
flex
:
1
,
backgroundColor
:
R
.
colors
.
white
}
})
export
default
styles
\ No newline at end of file
src/screens/list_send_document/detail/view.js
0 → 100644
View file @
fe6da217
import
React
from
'react'
;
import
{
Text
,
View
,
TouchableOpacity
,
StyleSheet
}
from
'react-native'
;
import
styles
from
'../style'
;
import
Header
from
'../../../components/Header/Header'
;
const
DetailSendDocumentView
=
(
props
)
=>
{
const
{
}
=
props
;
return
(
<
View
style
=
{
styles
.
container
}
>
<
Header
title
=
{
'Văn bản đi 2038475'
}
isBack
/>
<
View
style
=
{{
flex
:
1
}}
>
<
View
style
=
{
styles
.
body
}
>
<
/View
>
<
/View
>
<
/View
>
);
};
export
default
DetailSendDocumentView
;
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