Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
new_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
new_excelso
Commits
6ec19359
Commit
6ec19359
authored
Jul 14, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add paddingTop
parent
ffe00c39
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
InboxDetail.js
view/InboxDetail.js
+3
-2
No files found.
view/InboxDetail.js
View file @
6ec19359
import
React
from
'react'
;
import
React
from
'react'
;
import
{
View
,
Text
,
StyleSheet
,
Alert
,
BackHandler
}
from
'react-native'
;
import
{
View
,
Text
,
StyleSheet
,
Alert
,
BackHandler
,
StatusBar
}
from
'react-native'
;
import
{
Image
}
from
'react-native-elements'
;
import
{
Image
}
from
'react-native-elements'
;
import
Axios
from
'axios'
;
import
Axios
from
'axios'
;
import
{
TouchableOpacity
,
ScrollView
}
from
'react-native-gesture-handler'
;
import
{
TouchableOpacity
,
ScrollView
}
from
'react-native-gesture-handler'
;
...
@@ -164,7 +164,8 @@ const styles = StyleSheet.create({
...
@@ -164,7 +164,8 @@ const styles = StyleSheet.create({
flex
:
0.1
,
flex
:
0.1
,
flexDirection
:
'row'
,
flexDirection
:
'row'
,
backgroundColor
:
'#CFB368'
,
backgroundColor
:
'#CFB368'
,
alignItems
:
'center'
alignItems
:
'center'
,
paddingTop
:
StatusBar
.
currentHeight
},
},
headerTitle
:
{
headerTitle
:
{
flex
:
1
,
flex
:
1
,
...
...
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