Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김서영
/
searchGuide
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
bluejoyq
2019-12-09 23:09:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b3458e1f3c9b8ed6dcde000e79edc0b457a55c06
b3458e1f
1 parent
88098c91
merge complete really
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 additions
and
56 deletions
searchGuide/app.json
searchGuide/components/PromptSearch/PromptSearch.js
searchGuide/components/RateBar/RateBar.js
searchGuide/components/RateLine/RateLine.js
searchGuide/components/RateMessage/RateMessage.js
searchGuide/components/RateSentence/RateSentence.js
searchGuide/app.json
View file @
b3458e1
...
...
@@ -5,7 +5,7 @@
"privacy"
:
"public"
,
"sdkVersion"
:
"35.0.0"
,
"androidStatusBar"
:
{
"backgroundColor"
:
"#2
C658E
"
"backgroundColor"
:
"#2
0272F
"
},
"platforms"
:
[
"ios"
,
...
...
searchGuide/components/PromptSearch/PromptSearch.js
View file @
b3458e1
...
...
@@ -46,13 +46,8 @@ export default PromptSearch = () => {
showsButtons
=
{
true
}
loop
=
{
false
}
height
=
{
400
}
activeDotColor
=
{
LIGHT_MAIN
}
<<<<<<<
HEAD
nextButton
=
{
<
Text
style
=
{{
color
:
DARK_MAIN
,
fontSize
:
60
}}
>
›
<
/Text>
}
prevButton
=
{
<
Text
style
=
{{
color
:
DARK_MAIN
,
fontSize
:
60
}}
>
‹
<
/Text>
}
=======
nextButton
=
{
<
Text
style
=
{{
color
:
'#002857'
,
fontSize
:
60
}}
>
›
<
/Text>
}
prevButton
=
{
<
Text
style
=
{{
color
:
'#002857'
,
fontSize
:
60
}}
>
‹
<
/Text>
}
>>>>>>>
master
>
<
FirstSlide
/>
<
SecondSlide
/>
...
...
searchGuide/components/RateBar/RateBar.js
View file @
b3458e1
...
...
@@ -84,11 +84,7 @@ const styles = StyleSheet.create({
fontSize
:
13
,
},
colorB
:{
<<<<<<<
HEAD
backgroundColor
:
'#2cc3c2'
,
=======
backgroundColor
:
'#14a986'
,
>>>>>>>
master
height
:
7
,
width
:
7
,
marginRight
:
5
,
...
...
@@ -115,11 +111,7 @@ const styles = StyleSheet.create({
justifyContent
:
'center'
,
elevation
:
2
,
marginTop
:
10
,
<<<<<<<
HEAD
borderRadius
:
5
,
=======
borderRadius
:
5
>>>>>>>
master
},
Text
:{
fontSize
:
22
,
...
...
searchGuide/components/RateLine/RateLine.js
View file @
b3458e1
...
...
@@ -23,19 +23,11 @@ const RateLine = ({load,pastRecords }) => {
{
pastRecords
.
map
((
past
,
index
)
=>
(
<
View
key
=
{
index
}
style
=
{
styles
.
past
}
>
<
Text
style
=
{
styles
.
score
}
>
{
past
.
score
}
<
/Text
>
<<<<<<<
HEAD
<
Text
style
=
{
styles
.
date
}
>
{
past
.
date
.
substring
(
5
,
7
)
+
'/'
+
past
.
date
.
substring
(
8
,
10
)}
<
/Text
>
<
/View
>
))}
<
/View
>
<
Text
style
=
{
styles
.
message
}
>
당신의
점수
변화를
확인하세요
!<
/Text
>
=======
<
Text
style
=
{
styles
.
day
}
>
{
past
.
date
.
substring
(
5
,
7
)
+
'/'
+
past
.
date
.
substring
(
8
,
10
)}
<
/Text
>
<
/View
>
))}
<
/View
>
<
Text
style
=
{
styles
.
message
}
>
당신의
점수
변화를
확인해
보세요
!<
/Text
>
>>>>>>>
master
<
/
>
:
<
PromptSearchRate
/>
}
...
...
@@ -55,18 +47,6 @@ const styles = StyleSheet.create({
elevation
:
2
,
marginTop
:
10
,
marginBottom
:
10
,
<<<<<<<
HEAD
borderRadius
:
5
,
},
info
:{
fontSize
:
22
,
marginBottom
:
5
,
fontFamily
:
"Bold"
,
},
score
:{
fontSize
:
20
,
fontFamily
:
"Bold"
,
=======
borderRadius
:
5
},
info
:{
...
...
@@ -77,38 +57,24 @@ const styles = StyleSheet.create({
score
:{
fontSize
:
20
,
color
:
"#002857"
>>>>>>>
master
},
scoreContainer
:{
flexDirection
:
'row'
,
justifyContent
:
'space-around'
,
width
:
'100%'
},
<<<<<<<
HEAD
data
:{
fontSize
:
10
,
textAlign
:
'center'
,
fontFamily
:
"Regular"
,
=======
day
:{
fontSize
:
10
,
textAlign
:
'center'
,
marginBottom
:
5
>>>>>>>
master
},
past
:{
alignItems
:
'center'
,
marginBottom
:
5
},
message
:{
<<<<<<<
HEAD
fontFamily
:
"Son"
,
marginTop
:
10
,
fontSize
:
20
,
=======
margin
:
5
,
color
:
"#6e8fb4"
>>>>>>>
master
}
});
...
...
searchGuide/components/RateMessage/RateMessage.js
View file @
b3458e1
...
...
@@ -41,11 +41,7 @@ const RateMessage = ({keywordText, score }) => {
justifyContent
:
'center'
,
elevation
:
2
,
marginTop
:
10
,
<<<<<<<
HEAD
borderRadius
:
5
,
=======
borderRadius
:
5
>>>>>>>
master
},
Text
:{
fontSize
:
25
,
...
...
searchGuide/components/RateSentence/RateSentence.js
View file @
b3458e1
...
...
@@ -49,11 +49,7 @@ const RateSentence = ({originalText, fixedText, keywordText }) => {
justifyContent
:
'center'
,
elevation
:
2
,
marginTop
:
10
,
<<<<<<<
HEAD
borderRadius
:
5
,
=======
borderRadius
:
5
>>>>>>>
master
},
Text
:{
fontSize
:
25
,
...
...
Please
register
or
login
to post a comment