Showing
10 changed files
with
10 additions
and
10 deletions
| ... | @@ -26,37 +26,37 @@ class SignInActivity : AppCompatActivity() { | ... | @@ -26,37 +26,37 @@ class SignInActivity : AppCompatActivity() { |
| 26 | 26 | ||
| 27 | policyFieldList.add( | 27 | policyFieldList.add( |
| 28 | PolicyFieldItem( | 28 | PolicyFieldItem( |
| 29 | - ContextCompat.getDrawable(this, R.drawable.image01)!!, | 29 | + ContextCompat.getDrawable(this, R.drawable.kyoyook_icon)!!, |
| 30 | getString(R.string.title01) | 30 | getString(R.string.title01) |
| 31 | ) | 31 | ) |
| 32 | ) | 32 | ) |
| 33 | policyFieldList.add( | 33 | policyFieldList.add( |
| 34 | PolicyFieldItem( | 34 | PolicyFieldItem( |
| 35 | - ContextCompat.getDrawable(this, R.drawable.image02)!!, | 35 | + ContextCompat.getDrawable(this, R.drawable.koyong_icon)!!, |
| 36 | getString(R.string.title02) | 36 | getString(R.string.title02) |
| 37 | ) | 37 | ) |
| 38 | ) | 38 | ) |
| 39 | policyFieldList.add( | 39 | policyFieldList.add( |
| 40 | PolicyFieldItem( | 40 | PolicyFieldItem( |
| 41 | - ContextCompat.getDrawable(this, R.drawable.image03)!!, | 41 | + ContextCompat.getDrawable(this, R.drawable.joogeo_icon)!!, |
| 42 | getString(R.string.title03) | 42 | getString(R.string.title03) |
| 43 | ) | 43 | ) |
| 44 | ) | 44 | ) |
| 45 | policyFieldList.add( | 45 | policyFieldList.add( |
| 46 | PolicyFieldItem( | 46 | PolicyFieldItem( |
| 47 | - ContextCompat.getDrawable(this, R.drawable.image04)!!, | 47 | + ContextCompat.getDrawable(this, R.drawable.health_icon)!!, |
| 48 | getString(R.string.title04) | 48 | getString(R.string.title04) |
| 49 | ) | 49 | ) |
| 50 | ) | 50 | ) |
| 51 | policyFieldList.add( | 51 | policyFieldList.add( |
| 52 | PolicyFieldItem( | 52 | PolicyFieldItem( |
| 53 | - ContextCompat.getDrawable(this, R.drawable.image05)!!, | 53 | + ContextCompat.getDrawable(this, R.drawable.seomin_icon)!!, |
| 54 | getString(R.string.title05) | 54 | getString(R.string.title05) |
| 55 | ) | 55 | ) |
| 56 | ) | 56 | ) |
| 57 | policyFieldList.add( | 57 | policyFieldList.add( |
| 58 | PolicyFieldItem( | 58 | PolicyFieldItem( |
| 59 | - ContextCompat.getDrawable(this, R.drawable.image06)!!, | 59 | + ContextCompat.getDrawable(this, R.drawable.moonhwa_icon)!!, |
| 60 | getString(R.string.title06) | 60 | getString(R.string.title06) |
| 61 | ) | 61 | ) |
| 62 | ) | 62 | ) | ... | ... |
| ... | @@ -12,9 +12,9 @@ class ViewPagerAdapter(private val context : Context) : PagerAdapter() { | ... | @@ -12,9 +12,9 @@ class ViewPagerAdapter(private val context : Context) : PagerAdapter() { |
| 12 | 12 | ||
| 13 | private var layoutInflater : LayoutInflater? = null | 13 | private var layoutInflater : LayoutInflater? = null |
| 14 | val Image = arrayOf( | 14 | val Image = arrayOf( |
| 15 | - R.drawable.image01, | 15 | + R.drawable.temp_view_pager_image, |
| 16 | - R.drawable.image02, | 16 | + R.drawable.temp_view_pager_image, |
| 17 | - R.drawable.image03 | 17 | + R.drawable.temp_view_pager_image |
| 18 | ) | 18 | ) |
| 19 | 19 | ||
| 20 | 20 | ... | ... |
2.09 KB
1.42 KB
1.83 KB
1.8 KB
1.86 KB
2.37 KB
40.3 KB
| 1 | <resources> | 1 | <resources> |
| 2 | <string name="app_name">WELLO</string> | 2 | <string name="app_name">WELLO</string> |
| 3 | 3 | ||
| 4 | - <string name="title01">시간</string> | 4 | + <string name="title01">교육</string> |
| 5 | <string name="title02">고용</string> | 5 | <string name="title02">고용</string> |
| 6 | <string name="title03">주거</string> | 6 | <string name="title03">주거</string> |
| 7 | <string name="title04">건강</string> | 7 | <string name="title04">건강</string> | ... | ... |
-
Please register or login to post a comment