Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InvestCustomer
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
1
Merge Requests
1
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
Giang Tran
InvestCustomer
Commits
d5610fea
Commit
d5610fea
authored
May 27, 2021
by
Giang Tran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug ui
parent
da32c7b3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
14 deletions
+22
-14
Wallet.js
src/Screens/Action/Wallet/Wallet.js
+5
-5
WalletDeposit.js
src/Screens/Action/Wallet/WalletDeposit.js
+4
-2
WalletWithdraw.js
src/Screens/Action/Wallet/WalletWithdraw.js
+3
-2
GeneralInfor.js
src/Screens/Menu/Profile/Tab/GeneralInfor.js
+2
-2
AddMethod.js
src/Screens/MethodPay/AddMethod.js
+8
-3
No files found.
src/Screens/Action/Wallet/Wallet.js
View file @
d5610fea
...
...
@@ -3,7 +3,7 @@ import {View, Text, StyleSheet, TouchableOpacity} from 'react-native';
import
HeaderBack
from
'../../../components/Header/HeaderBack'
;
import
Success
from
'./Tab/Success'
;
import
Watting
from
'./Tab/Watting'
;
import
{
getFontXD
}
from
'../../../Config/Functions'
;
import
{
getFontXD
,
HEIGHTXD
,
WIDTHXD
}
from
'../../../Config/Functions'
;
import
{
WALLETDEPOSIT
,
WALLETWITHDRAW
}
from
'../../../routers/ScreenNames'
;
import
I18n
from
'../../../helper/i18/i18n'
;
import
AppText
from
'../../../components/AppText'
;
...
...
@@ -61,8 +61,8 @@ const styles = StyleSheet.create({
justifyContent
:
'space-around'
,
},
btnRight
:
{
width
:
140
,
height
:
40
,
width
:
WIDTHXD
(
400
)
,
height
:
HEIGHTXD
(
100
)
,
backgroundColor
:
R
.
colors
.
main
,
borderRadius
:
10
,
justifyContent
:
'center'
,
...
...
@@ -80,8 +80,8 @@ const styles = StyleSheet.create({
elevation
:
1
,
},
btnLeft
:
{
width
:
140
,
height
:
40
,
width
:
WIDTHXD
(
400
)
,
height
:
HEIGHTXD
(
100
)
,
backgroundColor
:
R
.
colors
.
main
,
borderRadius
:
10
,
justifyContent
:
'center'
,
...
...
src/Screens/Action/Wallet/WalletDeposit.js
View file @
d5610fea
...
...
@@ -22,6 +22,8 @@ import {
getFontXD
,
toPriceVnd
,
checkFormatArray
,
WIDTHXD
,
HEIGHTXD
,
}
from
'../../../Config/Functions'
;
import
{
connect
}
from
'react-redux'
;
import
{
showLoading
,
hideLoading
}
from
'../../../actions/loadingAction'
;
...
...
@@ -172,8 +174,8 @@ const styles = StyleSheet.create({
fontWeight
:
'bold'
,
},
btnSend
:
{
width
:
140
,
height
:
40
,
width
:
WIDTHXD
(
400
)
,
height
:
HEIGHTXD
(
100
)
,
backgroundColor
:
R
.
colors
.
main
,
borderRadius
:
10
,
justifyContent
:
'center'
,
...
...
src/Screens/Action/Wallet/WalletWithdraw.js
View file @
d5610fea
...
...
@@ -23,6 +23,7 @@ import {
HEIGHTXD
,
toPriceVnd
,
checkFormatArray
,
WIDTHXD
,
}
from
'../../../Config/Functions'
;
import
PickerItem
from
'../../../components/Picker/PickerItem'
;
import
RadioForm
from
'react-native-simple-radio-button'
;
...
...
@@ -254,8 +255,8 @@ const styles = StyleSheet.create({
fontWeight
:
'bold'
,
},
btnSend
:
{
width
:
140
,
height
:
40
,
width
:
WIDTHXD
(
400
)
,
height
:
HEIGHTXD
(
100
)
,
backgroundColor
:
R
.
colors
.
main
,
borderRadius
:
10
,
justifyContent
:
'center'
,
...
...
src/Screens/Menu/Profile/Tab/GeneralInfor.js
View file @
d5610fea
...
...
@@ -193,8 +193,8 @@ const styles = StyleSheet.create({
marginBottom
:
30
,
},
btn
:
{
width
:
180
,
height
:
HEIGHTXD
(
1
2
0
),
width
:
WIDTHXD
(
400
)
,
height
:
HEIGHTXD
(
1
0
0
),
borderRadius
:
10
,
backgroundColor
:
'#1C6AF6'
,
justifyContent
:
'center'
,
...
...
src/Screens/MethodPay/AddMethod.js
View file @
d5610fea
...
...
@@ -18,7 +18,12 @@ import R from '../../assets/R';
import
HeaderBack
from
'../../components/Header/HeaderBack'
;
import
Item
from
'./Item'
;
import
{
getFontXD
,
WIDTHXD
,
checkFormatArray
}
from
'../../Config/Functions'
;
import
{
getFontXD
,
WIDTHXD
,
checkFormatArray
,
HEIGHTXD
,
}
from
'../../Config/Functions'
;
import
TextField
from
'../../components/Input/TextField'
;
import
PickerItem
from
'../../components/Picker/PickerItem'
;
import
{
getListBank
,
addMethodBank
}
from
'../../apis/Functions/Widthdraw'
;
...
...
@@ -152,8 +157,8 @@ const styles = StyleSheet.create({
},
btn
:
{
width
:
150
,
height
:
40
,
width
:
WIDTHXD
(
400
)
,
height
:
HEIGHTXD
(
100
)
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
backgroundColor
:
R
.
colors
.
main
,
...
...
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