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
b21af32d
Commit
b21af32d
authored
May 10, 2021
by
Nguyễn Thị Thúy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update price table UI
parent
8d03e0b3
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
15 deletions
+16
-15
project.pbxproj
ios/Invest.xcodeproj/project.pbxproj
+2
-2
Info.plist
ios/Invest/Info.plist
+2
-2
ItemPrice.js
src/Screens/Home/ItemPrice.js
+10
-10
PriceListView.js
src/Screens/Home/PriceListView.js
+1
-1
colors.js
src/assets/colors.js
+1
-0
No files found.
ios/Invest.xcodeproj/project.pbxproj
View file @
b21af32d
...
@@ -903,7 +903,7 @@
...
@@ -903,7 +903,7 @@
CODE_SIGN_ENTITLEMENTS
=
Invest/Invest.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
Invest/Invest.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
5
;
CURRENT_PROJECT_VERSION
=
7
;
DEVELOPMENT_TEAM
=
MXZ24GRH48
;
DEVELOPMENT_TEAM
=
MXZ24GRH48
;
ENABLE_BITCODE
=
NO
;
ENABLE_BITCODE
=
NO
;
GCC_PREPROCESSOR_DEFINITIONS
=
(
GCC_PREPROCESSOR_DEFINITIONS
=
(
...
@@ -937,7 +937,7 @@
...
@@ -937,7 +937,7 @@
CODE_SIGN_ENTITLEMENTS
=
Invest/Invest.entitlements
;
CODE_SIGN_ENTITLEMENTS
=
Invest/Invest.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
5
;
CURRENT_PROJECT_VERSION
=
7
;
DEVELOPMENT_TEAM
=
MXZ24GRH48
;
DEVELOPMENT_TEAM
=
MXZ24GRH48
;
INFOPLIST_FILE
=
Invest/Info.plist
;
INFOPLIST_FILE
=
Invest/Info.plist
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
LD_RUNPATH_SEARCH_PATHS
=
"$(inherited) @executable_path/Frameworks"
;
...
...
ios/Invest/Info.plist
View file @
b21af32d
...
@@ -24,8 +24,6 @@
...
@@ -24,8 +24,6 @@
<
string
>
$
(
MARKETING_VERSION
)<
/string
>
<
string
>
$
(
MARKETING_VERSION
)<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
string
>
????
<
/string
>
<
k
e
y
>
UIRequiresFullScreen
<
/k
e
y
>
<
tru
e
/
>
<
k
e
y
>
CFBundleURLTypes
<
/k
e
y
>
<
k
e
y
>
CFBundleURLTypes
<
/k
e
y
>
<
a
rr
a
y
>
<
a
rr
a
y
>
<
d
i
c
t
>
<
d
i
c
t
>
...
@@ -92,6 +90,8 @@
...
@@ -92,6 +90,8 @@
<
a
rr
a
y
>
<
a
rr
a
y
>
<
string
>
armv7
<
/string
>
<
string
>
armv7
<
/string
>
<
/
a
rr
a
y
>
<
/
a
rr
a
y
>
<
k
e
y
>
UIRequiresFullScreen
<
/k
e
y
>
<
tru
e
/
>
<
k
e
y
>
UISupportedInterfaceOrientations
<
/k
e
y
>
<
k
e
y
>
UISupportedInterfaceOrientations
<
/k
e
y
>
<
a
rr
a
y
>
<
a
rr
a
y
>
<
string
>
UIInterfaceOrientationPortrait
<
/string
>
<
string
>
UIInterfaceOrientationPortrait
<
/string
>
...
...
src/Screens/Home/ItemPrice.js
View file @
b21af32d
...
@@ -23,14 +23,14 @@ const ItemPrice = (props) => {
...
@@ -23,14 +23,14 @@ const ItemPrice = (props) => {
<
Text
style
=
{[
styles
.
txtBlack
,
{
marginBottom
:
HEIGHTXD
(
5
)}]}
>
<
Text
style
=
{[
styles
.
txtBlack
,
{
marginBottom
:
HEIGHTXD
(
5
)}]}
>
{
item
.
name
}
{
item
.
name
}
<
/Text
>
<
/Text
>
<
Progress
.
Bar
progress
=
{
item
.
change
}
{
/*<Progress.Bar progress={item.change}*/
}
width
=
{
WIDTHXD
(
200
)
}
{
/* width={WIDTHXD(200)}*/
}
height
=
{
HEIGHTXD
(
8
)
}
{
/* height={HEIGHTXD(8)}*/
}
color
=
{
R
.
colors
.
green
}
{
/* color={R.colors.green}*/
}
backgroundColor
=
{
R
.
colors
.
red
}
{
/* backgroundColor={R.colors.red}*/
}
borderWidth
=
{
0
}
{
/* borderWidth={0}*/
}
borderRadius
=
{
0
}
{
/* borderRadius={0}*/
}
/
>
{
/*/>*/
}
<
/View
>
<
/View
>
<
Block
padding
=
{[
0
,
0
]}
space
=
{
'between'
}
flex
=
{
1
}
>
<
Block
padding
=
{[
0
,
0
]}
space
=
{
'between'
}
flex
=
{
1
}
>
<
View
<
View
...
@@ -84,7 +84,7 @@ const ItemPrice = (props) => {
...
@@ -84,7 +84,7 @@ const ItemPrice = (props) => {
justifyContent
:
'space-between'
,
justifyContent
:
'space-between'
,
alignItems
:
'center'
,
alignItems
:
'center'
,
}}
>
}}
>
<
Text
style
=
{[
styles
.
txtMoney
,
{
color
:
R
.
colors
.
gray
}]}
>
{
item
.
close_price
}
<
/Text
>
<
Text
style
=
{[
styles
.
txtMoney
,
{
color
:
R
.
colors
.
gray
6
}]}
>
{
item
.
close_price
}
<
/Text
>
<
Image
source
=
{
R
.
images
.
iconCheck2
}
style
=
{
styles
.
imgIcon
}
/
>
<
Image
source
=
{
R
.
images
.
iconCheck2
}
style
=
{
styles
.
imgIcon
}
/
>
<
/View
>
<
/View
>
<
/View
>
<
/View
>
...
@@ -167,7 +167,7 @@ const styles = StyleSheet.create({
...
@@ -167,7 +167,7 @@ const styles = StyleSheet.create({
txtGray
:
{
txtGray
:
{
fontSize
:
getFontXD
(
28
),
fontSize
:
getFontXD
(
28
),
color
:
R
.
colors
.
gray
,
color
:
R
.
colors
.
gray
6
,
},
},
txtTime
:
{
txtTime
:
{
...
...
src/Screens/Home/PriceListView.js
View file @
b21af32d
...
@@ -105,7 +105,7 @@ const styles = StyleSheet.create({
...
@@ -105,7 +105,7 @@ const styles = StyleSheet.create({
alignItems
:
'center'
,
alignItems
:
'center'
,
},
},
imgIcon
:
{
imgIcon
:
{
width
:
WIDTHXD
(
3
0
),
width
:
WIDTHXD
(
2
0
),
height
:
WIDTHXD
(
35
),
height
:
WIDTHXD
(
35
),
resizeMode
:
'contain'
,
resizeMode
:
'contain'
,
},
},
...
...
src/assets/colors.js
View file @
b21af32d
...
@@ -45,6 +45,7 @@ const colors = {
...
@@ -45,6 +45,7 @@ const colors = {
gray1
:
'#bfbfbf'
,
gray1
:
'#bfbfbf'
,
gray4
:
'#e6e6e6'
,
gray4
:
'#e6e6e6'
,
gray5
:
'rgba(226,232,235, 1)'
,
gray5
:
'rgba(226,232,235, 1)'
,
gray6
:
'#929292'
,
orange
:
'#FF9C00'
,
orange
:
'#FF9C00'
,
lightBlue
:
'#1a8cff'
,
lightBlue
:
'#1a8cff'
,
lightBlue1
:
'#008ae6'
,
lightBlue1
:
'#008ae6'
,
...
...
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