Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장연우
/
WELLO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
신기성
2019-11-11 02:22:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
99cc05a026c0cd7610d54f087f0925b65a618e17
99cc05a0
1 parent
c9e02e1f
image changing
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
vip/app/src/main/java/com/example/vip/SignInActivity.kt
vip/app/src/main/java/com/example/vip/ViewPagerAdapter.kt
vip/app/src/main/res/drawable/health_icon.png
vip/app/src/main/res/drawable/joogeo_icon.png
vip/app/src/main/res/drawable/koyong_icon.png
vip/app/src/main/res/drawable/kyoyook_icon.png
vip/app/src/main/res/drawable/moonhwa_icon.png
vip/app/src/main/res/drawable/seomin_icon.png
vip/app/src/main/res/drawable/temp_view_pager_image.PNG
vip/app/src/main/res/values/strings.xml
vip/app/src/main/java/com/example/vip/SignInActivity.kt
View file @
99cc05a
...
...
@@ -26,37 +26,37 @@ class SignInActivity : AppCompatActivity() {
policyFieldList
.
add
(
PolicyFieldItem
(
ContextCompat
.
getDrawable
(
this
,
R
.
drawable
.
image01
)
!!
,
ContextCompat
.
getDrawable
(
this
,
R
.
drawable
.
kyoyook_icon
)
!!
,
getString
(
R
.
string
.
title01
)
)
)
policyFieldList
.
add
(
PolicyFieldItem
(
ContextCompat
.
getDrawable
(
this
,
R
.
drawable
.
image02
)
!!
,
ContextCompat
.
getDrawable
(
this
,
R
.
drawable
.
koyong_icon
)
!!
,
getString
(
R
.
string
.
title02
)
)
)
policyFieldList
.
add
(
PolicyFieldItem
(
ContextCompat
.
getDrawable
(
this
,
R
.
drawable
.
image03
)
!!
,
ContextCompat
.
getDrawable
(
this
,
R
.
drawable
.
joogeo_icon
)
!!
,
getString
(
R
.
string
.
title03
)
)
)
policyFieldList
.
add
(
PolicyFieldItem
(
ContextCompat
.
getDrawable
(
this
,
R
.
drawable
.
image04
)
!!
,
ContextCompat
.
getDrawable
(
this
,
R
.
drawable
.
health_icon
)
!!
,
getString
(
R
.
string
.
title04
)
)
)
policyFieldList
.
add
(
PolicyFieldItem
(
ContextCompat
.
getDrawable
(
this
,
R
.
drawable
.
image05
)
!!
,
ContextCompat
.
getDrawable
(
this
,
R
.
drawable
.
seomin_icon
)
!!
,
getString
(
R
.
string
.
title05
)
)
)
policyFieldList
.
add
(
PolicyFieldItem
(
ContextCompat
.
getDrawable
(
this
,
R
.
drawable
.
image06
)
!!
,
ContextCompat
.
getDrawable
(
this
,
R
.
drawable
.
moonhwa_icon
)
!!
,
getString
(
R
.
string
.
title06
)
)
)
...
...
vip/app/src/main/java/com/example/vip/ViewPagerAdapter.kt
View file @
99cc05a
...
...
@@ -12,9 +12,9 @@ class ViewPagerAdapter(private val context : Context) : PagerAdapter() {
private
var
layoutInflater
:
LayoutInflater
?
=
null
val
Image
=
arrayOf
(
R
.
drawable
.
image01
,
R
.
drawable
.
image02
,
R
.
drawable
.
image03
R
.
drawable
.
temp_view_pager_image
,
R
.
drawable
.
temp_view_pager_image
,
R
.
drawable
.
temp_view_pager_image
)
...
...
vip/app/src/main/res/drawable/health_icon.png
0 → 100644
View file @
99cc05a
2.09 KB
vip/app/src/main/res/drawable/joogeo_icon.png
0 → 100644
View file @
99cc05a
1.42 KB
vip/app/src/main/res/drawable/koyong_icon.png
0 → 100644
View file @
99cc05a
1.83 KB
vip/app/src/main/res/drawable/kyoyook_icon.png
0 → 100644
View file @
99cc05a
1.8 KB
vip/app/src/main/res/drawable/moonhwa_icon.png
0 → 100644
View file @
99cc05a
1.86 KB
vip/app/src/main/res/drawable/seomin_icon.png
0 → 100644
View file @
99cc05a
2.37 KB
vip/app/src/main/res/drawable/temp_view_pager_image.PNG
0 → 100644
View file @
99cc05a
40.3 KB
vip/app/src/main/res/values/strings.xml
View file @
99cc05a
<resources>
<string
name=
"app_name"
>
WELLO
</string>
<string
name=
"title01"
>
시간
</string>
<string
name=
"title01"
>
교육
</string>
<string
name=
"title02"
>
고용
</string>
<string
name=
"title03"
>
주거
</string>
<string
name=
"title04"
>
건강
</string>
...
...
Please
register
or
login
to post a comment