Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
176
Issues
176
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
db5e298f
Commit
db5e298f
authored
22 hours ago
by
Martin Santangelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(feat) wire screen colors
parent
6b4a3743
epic/wire-37
1 merge request
!325
WIP: [Sprint/ModestMonkey] wire epic 37
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
FabScreen.js
src/wire/FabScreen.js
+3
-3
No files found.
src/wire/FabScreen.js
View file @
db5e298f
...
...
@@ -206,7 +206,7 @@ export default class FabScreen extends Component {
ref
=
"
input
"
onChangeText
=
{
this
.
changeInput
}
style
=
{[
CS
.
field
,
CS
.
fontXXXL
,
CS
.
backgroundLight
Greyed
,
CS
.
padding3x
,
CS
.
textRight
,
CS
.
flexContainer
,
CS
.
borderRadius5x
]}
style
=
{[
CS
.
field
,
CS
.
fontXXXL
,
CS
.
backgroundLight
,
CS
.
padding3x
,
CS
.
textRight
,
CS
.
flexContainer
,
CS
.
borderRadius5x
,
CS
.
border
,
CS
.
borderLightGreyed
]}
underlineColorAndroid
=
"
transparent
"
value
=
{
amount
}
keyboardType
=
"
numeric
"
...
...
@@ -224,7 +224,7 @@ export default class FabScreen extends Component {
checkedColor
=
{
colors
.
primary
}
uncheckedIcon
=
"
circle-o
"
uncheckedColor
=
{
colors
.
greyed
}
containerStyle
=
{[
CS
.
background
Light
]}
containerStyle
=
{[
CS
.
background
White
,
CS
.
noBorder
]}
/>
:
<
Text
style
=
{[
CS
.
fontM
,
CS
.
textCenter
,
CS
.
marginTop2x
,
CS
.
marginBottom2x
]}
>
{
i18n
.
t
(
'
wire.willNotRecur
'
,
{
currency
:
this
.
props
.
wire
.
currency
.
toUpperCase
()})}
<
/Text
>
}
...
...
@@ -261,7 +261,7 @@ export default class FabScreen extends Component {
const
body
=
!
this
.
props
.
wire
.
loaded
?
<
ActivityIndicator
size
=
{
'
large
'
}
color
=
{
colors
.
primary
}
/> : this.getBody
()
;
return
(
<
ScrollView
contentContainerStyle
=
{[
CS
.
background
Light
,
CS
.
paddingLeft2x
,
CS
.
paddingRight2x
,
CS
.
columnAlignCenter
,
CS
.
alignCenter
,
CS
.
flexContainer
,
CS
.
paddingTop2x
]}
>
<
ScrollView
contentContainerStyle
=
{[
CS
.
background
White
,
CS
.
paddingLeft2x
,
CS
.
paddingRight2x
,
CS
.
columnAlignCenter
,
CS
.
alignCenter
,
CS
.
flexContainer
,
CS
.
paddingTop2x
]}
>
<
Icon
size
=
{
40
}
name
=
"
ios-close
"
onPress
=
{()
=>
this
.
props
.
navigation
.
goBack
()}
style
=
{[
CS
.
marginRight3x
,
CS
.
marginTop3x
,
CS
.
positionAbsoluteTopRight
]}
/
>
{
icon
}
{
body
}
...
...
This diff is collapsed.
Click to expand it.
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