Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bluejoyq
/
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
김서영
2019-11-21 12:40:13 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b2eded7dc6a5f661390709f8454ac4e253982c58
b2eded7d
1 parent
94198315
PromptSearch.js change design
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
searchGuide/components/PromptSearch/PromptSearch.js
searchGuide/components/PromptSearch/PromptSearch.js
View file @
b2eded7
...
...
@@ -15,7 +15,7 @@ const FirstSlide = () => (
)
const
SecondSlide
=
()
=>
(
<
View
style
=
{
styles
.
slide2
}
>
<
Icon
name
=
'
search
'
style
=
{
styles
.
icon
}
size
=
{
50
}
/
>
<
Icon
name
=
'
question
'
style
=
{
styles
.
icon
}
size
=
{
50
}
/
>
<
Text
style
=
{
styles
.
text
}
>
길잡이가
수정한
<
/Text
>
<
Text
style
=
{
styles
.
text
}
>
검색
문장을
확인하세요
<
/Text
>
<
Text
style
=
{
styles
.
subtext
}
>
길잡이는
항상
최적의
<
/Text
>
...
...
@@ -24,7 +24,7 @@ const SecondSlide = () => (
)
const
ThirdSlide
=
()
=>
(
<
View
style
=
{
styles
.
slide3
}
>
<
Icon
name
=
'
search
'
style
=
{
styles
.
icon
}
size
=
{
50
}
/
>
<
Icon
name
=
'
bar-chart
'
style
=
{
styles
.
icon
}
size
=
{
50
}
/
>
<
Text
style
=
{
styles
.
text
}
>
검색
점수와
그래프로
<
/Text
>
<
Text
style
=
{
styles
.
text
}
>
검색능력을
체크하세요
<
/Text
>
<
Text
style
=
{
styles
.
subtext
}
>
길잡이는
당신의
<
/Text
>
...
...
@@ -33,10 +33,9 @@ const ThirdSlide = () => (
)
const
LastSlide
=
()
=>
(
<
View
style
=
{
styles
.
slide4
}
>
<
Icon
name
=
'search'
style
=
{
styles
.
icon
}
size
=
{
50
}
/
>
<
Text
style
=
{
styles
.
text
}
>
내
손
안의
검색
도우미
<
/Text
>
<
Text
style
=
{
styles
.
text
}
>
길잡이에서
<
/Text
>
<
Text
style
=
{
styles
.
text
}
>
검색을
시작하세요
<
/Text
>
<
Text
style
=
{
styles
.
subtext
}
>
검색을
시작하세요
!
<
/Text
>
<
/View
>
)
...
...
@@ -69,11 +68,11 @@ const styles = StyleSheet.create({
marginBottom
:
10
,
fontSize
:
30
,
fontWeight
:
'bold'
,
color
:
'#
99999
9'
,
color
:
'#
69696
9'
,
},
icon
:
{
marginBottom
:
20
,
color
:
'#
99999
9'
color
:
'#
69696
9'
},
subtext
:{
marginBottom
:
10
,
...
...
Please
register
or
login
to post a comment