Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
clone_excelso
Project
Project
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
Prasetya Saputra
clone_excelso
Commits
2938bc9f
Commit
2938bc9f
authored
Aug 13, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
seragamin header home sama inbox detail
parent
a5918480
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
Home.js
view/Home.js
+2
-2
InboxDetail.js
view/InboxDetail.js
+3
-3
No files found.
view/Home.js
View file @
2938bc9f
...
...
@@ -703,9 +703,9 @@ const styles = StyleSheet.create({
flex
:
0.1
,
flexDirection
:
'row'
,
backgroundColor
:
'#CFB368'
,
paddingTop
:
StatusBar
.
currentHeight
paddingTop
:
StatusBar
.
currentHeight
,
// justifyContent: 'space-between',
//
alignItems: 'center'
alignItems
:
'center'
},
titleText
:
{
fontSize
:
20
,
...
...
view/InboxDetail.js
View file @
2938bc9f
...
...
@@ -117,15 +117,15 @@ class InboxDetail extends React.Component {
return
(
<
View
style
=
{
styles
.
container
}
>
<
View
style
=
{
styles
.
header
}
>
<
View
style
=
{{
margin
:
15
,
flex
:
0.1
,
alignItems
:
'flex-start'
}}
>
<
View
style
=
{{
padding
:
15
,
flex
:
0.1
,
alignItems
:
'flex-start'
}}
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Inbox List'
)}
>
<
AntDesign
name
=
"arrowleft"
size
=
{
22
}
color
=
"white"
/>
<
/TouchableOpacity
>
<
/View
>
<
View
style
=
{{
flex
:
0.8
,
alignItems
:
'center'
}}
>
<
View
style
=
{{
flex
:
0.8
,
alignItems
:
'center'
,
padding
:
15
}}
>
<
Text
style
=
{{
fontSize
:
20
,
fontFamily
:
'Gotham-Black'
,
color
:
'white'
}}
>
{
i18n
.
t
(
'headerInboxDetail'
)}
<
/Text
>
<
/View
>
<
View
style
=
{{
margin
:
15
,
flex
:
0.1
,
alignItems
:
'flex-end'
}}
>
<
View
style
=
{{
padding
:
15
,
flex
:
0.1
,
alignItems
:
'flex-end'
}}
>
<
TouchableOpacity
onPress
=
{()
=>
this
.
handleDeleteInbox
()}
>
<
FontAwesome
name
=
"trash-o"
size
=
{
24
}
color
=
"white"
/>
<
/TouchableOpacity
>
...
...
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