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
296ccbcc
Commit
296ccbcc
authored
Jun 18, 2020
by
Wahyu Adjie Prasetyo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://repo.cs.co.id:2222/wahyu/bahanoprek
parents
b3b37e60
7e5dc705
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
app.json
app.json
+2
-2
Renewal.js
view/Renewal.js
+11
-11
No files found.
app.json
View file @
296ccbcc
...
...
@@ -26,14 +26,14 @@
"ios"
:
{
"supportsTablet"
:
true
,
"bundleIdentifier"
:
"id.web.ravintola.excelsocrm"
,
"buildNumber"
:
"200618
09
00"
,
"buildNumber"
:
"200618
10
00"
,
"config"
:
{
"googleMapsApiKey"
:
"AIzaSyCvIFNvXKmBNetqPrV4VnjvF772avYbA3M"
}
},
"android"
:
{
"package"
:
"id.web.ravintola.excelsocrm"
,
"versionCode"
:
200618
09
00
,
"versionCode"
:
200618
10
00
,
"config"
:
{
"googleMaps"
:
{
"apiKey"
:
"AIzaSyAcCfuNHVFstDUE-ZDafWsiUmA3ON79cqo"
...
...
view/Renewal.js
View file @
296ccbcc
...
...
@@ -74,9 +74,9 @@ class Renewal extends React.Component {
return
(
<
View
style
=
{
styles
.
container
}
>
<
MyStatusBar
/>
<
View
style
=
{
styles
.
header
}
>
{
/* <View style={styles.header}> */
}
{
/* <Text style={{ textAlign: 'center', margin: 20, fontSize: 25, alignSelf: 'center' }}>Renewal</Text> */
}
<
/View
>
{
/* </View> */
}
<
View
style
=
{
styles
.
body
}
>
<
View
style
=
{
styles
.
cont_curent_balance
}
>
<
View
style
=
{
styles
.
current_balance
}
>
...
...
@@ -116,7 +116,7 @@ class Renewal extends React.Component {
</View> */
}
<
TouchableOpacity
onPress
=
{()
=>
this
.
_renewal
()}
>
<
View
style
=
{
styles
.
button
}
>
<
Text
style
=
{{
color
:
'white'
,
fontSize
:
1
2
,
fontFamily
:
'Gotham-Black'
}}
>
{
i18n
.
t
(
'renew'
)}
<
/Text
>
<
Text
style
=
{{
color
:
'white'
,
fontSize
:
1
6
,
textAlign
:
'center'
,
fontFamily
:
'Gotham-Black'
}}
>
{
i18n
.
t
(
'renew'
)}
<
/Text
>
<
/View
>
<
/TouchableOpacity
>
<
/View
>
...
...
@@ -136,6 +136,7 @@ const styles = StyleSheet.create({
},
body
:
{
flex
:
0.9
,
marginTop
:
12
},
cont_curent_balance
:
{
flex
:
0.2
...
...
@@ -157,14 +158,13 @@ const styles = StyleSheet.create({
// backgroundColor:'maroon'
},
button
:
{
flex
:
0.2
,
height
:
40
,
borderRadius
:
10
,
backgroundColor
:
'#CFB368'
,
marginTop
:
20
,
marginHorizontal
:
80
,
borderRadius
:
15
,
padding
:
20
,
alignItems
:
'center'
,
justifyContent
:
'center'
justifyContent
:
'center'
,
margin
:
30
,
padding
:
5
,
bottom
:
5
,
},
})
...
...
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