신기성

123 design

...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
9 android:roundIcon="@mipmap/ic_launcher_round" 9 android:roundIcon="@mipmap/ic_launcher_round"
10 android:supportsRtl="true" 10 android:supportsRtl="true"
11 android:theme="@style/NoActionBar"> 11 android:theme="@style/NoActionBar">
12 - <activity android:name=".SignUpCompleteActivity"></activity> 12 + <activity android:name=".InputProfilThirdFiveActivity"></activity>
13 + <activity android:name=".SignUpCompleteActivity" />
13 <activity android:name=".ChildAdapter" /> 14 <activity android:name=".ChildAdapter" />
14 <activity android:name=".InputProfilFifthFourActivity" /> 15 <activity android:name=".InputProfilFifthFourActivity" />
15 <activity android:name=".InputProfilFifthThreeActivity" /> 16 <activity android:name=".InputProfilFifthThreeActivity" />
......
1 +package com.example.vip
2 +
3 +import android.content.Context
4 +import android.content.Intent
5 +import android.content.SharedPreferences
6 +import androidx.appcompat.app.AppCompatActivity
7 +import android.os.Bundle
8 +import android.util.Log
9 +import android.widget.TextView
10 +import android.widget.Toast
11 +import androidx.appcompat.app.AlertDialog
12 +import com.google.android.gms.tasks.OnCompleteListener
13 +import com.google.firebase.auth.FirebaseAuth
14 +import com.google.firebase.database.FirebaseDatabase
15 +import com.google.firebase.iid.FirebaseInstanceId
16 +import com.google.firebase.messaging.FirebaseMessaging
17 +import kotlinx.android.synthetic.main.activity_input_profil_third_five.*
18 +import kotlinx.android.synthetic.main.activity_input_profil_third_four.*
19 +import kotlinx.android.synthetic.main.activity_input_profil_third_four.nextButton
20 +import kotlinx.android.synthetic.main.activity_input_profil_third_four.previousButton
21 +import kotlinx.android.synthetic.main.activity_input_profil_third_four.skipButton
22 +import kotlinx.android.synthetic.main.activity_input_profil_third_four.toolbar
23 +
24 +class InputProfilThirdFiveActivity : AppCompatActivity() {
25 +
26 + private val firebaseAuth = FirebaseAuth.getInstance()
27 + val user_db = FirebaseDatabase.getInstance("https://wello-topic.firebaseio.com/").reference
28 + private fun sendToken(){
29 + FirebaseInstanceId.getInstance().instanceId
30 + .addOnCompleteListener(OnCompleteListener { task ->
31 + if (!task.isSuccessful) {
32 + //Log.w(TAG, "getInstanceId failed", task.exception)
33 + return@OnCompleteListener
34 + }
35 +
36 + // Get new Instance ID token
37 + tkn = task.result!!.token
38 +
39 + // Log and toast
40 + val msg = getString(R.string.msg_token_fmt, tkn)
41 + //Log.d(TAG, msg)
42 + Toast.makeText(baseContext, msg, Toast.LENGTH_SHORT).show()
43 + })
44 + }
45 +
46 + private fun writeNewUser(Topic : String) {
47 + user_db.child(Topic).setValue(1)/// .setValue(user)
48 + }
49 +
50 + override fun onCreate(savedInstanceState: Bundle?) {
51 + super.onCreate(savedInstanceState)
52 + setContentView(R.layout.activity_input_profil_third_five)
53 +
54 + val prof: SharedPreferences =getSharedPreferences("profdata", Context.MODE_PRIVATE)
55 + val editor: SharedPreferences.Editor=prof.edit()
56 +
57 + // 1. 툴바 사용 설정
58 + setSupportActionBar(toolbar)
59 +
60 + //pushing code start
61 + intent.extras?.let {
62 + for (key in it.keySet()) {
63 + val value = intent.extras?.get(key)
64 + //Log.d(TAG, "Key: $key Value: $value")
65 + }
66 + }
67 + //pushing code end
68 +
69 +
70 + skipButton.setOnClickListener {
71 + sendToken()
72 + val user=firebaseAuth?.currentUser!!.uid
73 + Log.d("test:", user.toString())
74 +
75 + val cat_1=listOf("c1_1","c1_2","c1_3")
76 + val cat_2=listOf("c2_1","c2_2","c2_3","c2_4","c2_5","c2_6","c2_7")
77 + val cat_3=listOf("c3_1","c3_2","c3_3")
78 + val cat_4=listOf("c4_1","c4_2","c4_3","c4_4","c4_5","c4_6","c4_7","c4_8","c4_9","c4_10","c4_11")
79 + val cat_5=listOf("c5_1","c5_2","c5_3","c5_4","c5_5","c5_6","c5_7","c5_8","c5_9")
80 + val cat_6=listOf("c6_1","c6_2","c6_3","c6_4","c6_5","c6_6","c6_7")
81 + val cat_7=listOf("c7_1","c7_2","c7_3")
82 + val cat_8=listOf("c8_1","c8_2","c8_3","c8_4","c8_5","c8_6","c8_7","c8_8","c8_9","c8_10","c8_11","c8_12","c8_13","c8_14","c8_15","c8_16","c8_17")
83 + val cat_9=listOf("c9_1","c9_2","c9_3","c9_4","c9_5","c9_6","c9_7","c9_8","c9_9","c9_10","c9_11","c9_12","c9_13","c9_14","c9_15","c9_16","c9_17","c9_18","c9_19")
84 + val cat_10=listOf("c10_1","c10_2","c10_3","c10_4","c10_5","c10_6","c10_7","c10_8","c10_9","c10_10","c10_11","c10_12","c10_13","c10_14","c10_15","c10_16","c10_17","c10_18")
85 + val cat_11=listOf("c11_1","c11_2","c11_3","c11_4","c11_5","c11_6","c11_7","c11_8","c11_9","c11_10","c11_11","c11_12","c11_13","c11_14","c11_15","c11_16","c11_17","c11_18")
86 + val cat_12=listOf("c12_1","c12_100","c12_101","c12_102","c12_103","c12_104","c12_105","c12_106","c12_107","c12_108","c12_109","c12_110","c12_111","c12_112","c12_113","c12_114","c12_115","c12_116","c12_117","c12_118","c12_119","c12_120","c12_121","c12_122","c12_123","c12_124","c12_125","c12_126","c12_127","c12_128","c12_129","c12_130","c12_131","c12_132","c12_133","c12_134","c12_135","c12_136","c12_137","c12_138","c12_139","c12_140","c12_141","c12_142","c12_143","c12_144","c12_145","c12_146","c12_147","c12_148","c12_149","c12_150","c12_151","c12_152","c12_153","c12_154","c12_155","c12_156","c12_157","c12_158","c12_159","c12_160","c12_161","c12_162","c12_163","c12_164","c12_165","c12_166","c12_167","c12_168","c12_169","c12_170","c12_171","c12_172","c12_173","c12_174","c12_175","c12_176","c12_177","c12_178","c12_179","c12_180","c12_181","c12_182","c12_183","c12_184","c12_185","c12_186","c12_187","c12_188","c12_189","c12_190","c12_191","c12_192","c12_193","c12_194","c12_195","c12_196","c12_197","c12_198","c12_199","c12_200","c12_201","c12_202","c12_203","c12_204","c12_205","c12_206","c12_207","c12_208","c12_209","c12_210","c12_211","c12_212","c12_213","c12_214","c12_215","c12_216","c12_217","c12_218","c12_219","c12_220","c12_221","c12_222","c12_223","c12_224","c12_225","c12_226","c12_227","c12_228","c12_229","c12_230","c12_231","c12_232","c12_233","c12_234","c12_235","c12_236","c12_237","c12_238","c12_239","c12_240","c12_241","c12_242","c12_243","c12_244","c12_245","c12_246","c12_247","c12_248","c12_249","c12_250","c12_251","c12_252","c12_253","c12_254","c12_255","c12_256","c12_257","c12_258","c12_259","c12_260","c12_261","c12_262","c12_263","c12_264","c12_265","c12_266","c12_267","c12_268","c12_269","c12_270","c12_271","c12_272","c12_273","c12_274","c12_275","c12_276","c12_277","c12_278","c12_279","c12_280","c12_281","c12_282","c12_283","c12_284","c12_285","c12_286","c12_287","c12_288","c12_289","c12_290","c12_291","c12_292","c12_293","c12_294","c12_295","c12_296","c12_297","c12_298","c12_299","c12_300","c12_301","c12_302","c12_303","c12_304","c12_305","c12_306","c12_307","c12_308","c12_309","c12_310","c12_311","c12_312","c12_313","c12_314","c12_315","c12_316","c12_317","c12_318","c12_319","c12_320","c12_321","c12_322","c12_323","c12_324","c12_325","c12_326","c12_327","c12_328","c12_329","c12_330","c12_331","c12_332","c12_333","c12_334","c12_335","c12_336","c12_337","c12_338","c12_339","c12_340","c12_341","c12_342","c12_343","c12_344","c12_345","c12_346","c12_347","c12_348","c12_349","c12_350")
87 + val cat_13=listOf("c13_1","c13_2","c13_3")
88 + val cat_14=listOf("c14_1","c14_2","c14_3")
89 + val cat_15=listOf("c15_1","c15_2","c15_3")
90 + val cat_16=listOf("c16_1","c16_2","c16_3","c16_4","c16_5","c16_6","c16_7")
91 +
92 + val cat_list=mutableListOf<String>()
93 + cat_list.addAll(cat_1)
94 + cat_list.addAll(cat_2)
95 + cat_list.addAll(cat_3)
96 + cat_list.addAll(cat_4)
97 + cat_list.addAll(cat_5)
98 + cat_list.addAll(cat_6)
99 + cat_list.addAll(cat_7)
100 + cat_list.addAll(cat_8)
101 + cat_list.addAll(cat_9)
102 + cat_list.addAll(cat_10)
103 + cat_list.addAll(cat_11)
104 + cat_list.addAll(cat_12)
105 + cat_list.addAll(cat_13)
106 + cat_list.addAll(cat_14)
107 + cat_list.addAll(cat_15)
108 + cat_list.addAll(cat_16)
109 +
110 + var user_topic=""
111 + for(item in cat_list){if(prof.getInt(item,3)==1){user_topic=user_topic+item}}
112 +
113 + if(prof.getString("existing_topic","none")!=user_topic){
114 + FirebaseMessaging.getInstance().unsubscribeFromTopic(prof.getString("existing_topic","none").toString())
115 + FirebaseMessaging.getInstance().subscribeToTopic(user_topic).addOnCompleteListener { task ->
116 + if (!task.isSuccessful) { } // 성공
117 + }
118 + writeNewUser(user_topic) // db에 쓰기
119 + editor.putString("existing_topic",user_topic)
120 + editor.commit()
121 + }else{
122 +
123 + }
124 + var intent = Intent(this, SignInActivity::class.java)
125 + startActivity(intent)
126 + }
127 +
128 + questionButton.setOnClickListener {
129 + val builder = AlertDialog.Builder(this)
130 + val dialogView = layoutInflater.inflate(R.layout.dialog_example, null)
131 + //val dialogText = dialogView.findViewById<EditText>(R.id.dialogEt)
132 + //val dialogRatingBar = dialogView.findViewById<RatingBar>(R.id.dialogRb)
133 + dialogView.findViewById<TextView>(R.id.dialogTitle).text="가족구성원이란?"
134 + dialogView.findViewById<TextView>(R.id.dialogContent).text="주민등록상 같은 거주지에 사는 사람"
135 +
136 + builder.setView(dialogView)
137 + .setPositiveButton("확인") { dialogInterface, i ->
138 + //mainTv.text = dialogText.text.toString()
139 + //mainRb.rating = dialogRatingBar.rating
140 + /* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
141 +
142 + }
143 + /*
144 + .setNegativeButton("취소") { dialogInterface, i ->
145 + /* 취소일 때 아무 액션이 없으므로 빈칸 */
146 + }
147 + */
148 + .show()
149 + }
150 +
151 + previousButton.setOnClickListener {
152 + var intent = Intent(this, InputProfilThirdFourActivity::class.java)
153 + startActivity(intent)
154 + }
155 +
156 + nextButton.setOnClickListener {
157 +
158 + if(nothingButton.isChecked){editor.putInt("c8_1",1); editor.commit();editor.putString("third_four","done");editor.commit()}//DB,pref 뻑 주의
159 + if(imshinButton.isChecked){editor.putInt("c7_2",1); editor.commit();editor.putString("third_four","done");editor.commit()}
160 + if(nanchiButton.isChecked){editor.putInt("c9_17",1); editor.commit();editor.putString("third_four","done");editor.commit()}
161 + if(oeButton.isChecked){editor.putInt("c9_18",1); editor.commit();editor.putString("third_four","done");editor.commit()}
162 + if(yoyaangButton.isChecked){editor.putInt("c9_19",1); editor.commit();editor.putString("third_four","done");editor.commit()}
163 + if(guitarButton.isChecked){editor.putInt("c8_17",1); editor.commit();editor.putString("third_four","done");editor.commit()}
164 +
165 + var intent = Intent(this, InputProfilFourthOneActivity::class.java)
166 + startActivity(intent)
167 + }
168 + }
169 +}
...@@ -175,25 +175,16 @@ class InputProfilThirdFourActivity : AppCompatActivity() { ...@@ -175,25 +175,16 @@ class InputProfilThirdFourActivity : AppCompatActivity() {
175 if(japyeahButton.isChecked){editor.putInt("c9_15",1); editor.commit();editor.putString("third_four","done");editor.commit()} 175 if(japyeahButton.isChecked){editor.putInt("c9_15",1); editor.commit();editor.putString("third_four","done");editor.commit()}
176 if(jeongshinButton.isChecked){editor.putInt("c9_16",1); editor.commit();editor.putString("third_four","done");editor.commit()} 176 if(jeongshinButton.isChecked){editor.putInt("c9_16",1); editor.commit();editor.putString("third_four","done");editor.commit()}
177 177
178 - if(nothingButton.isChecked){editor.putInt("c8_1",1); editor.commit();editor.putString("third_four","done");editor.commit()}//DB,pref 뻑 주의 178 + var intent = Intent(this, InputProfilThirdFiveActivity::class.java)
179 - if(imshinButton.isChecked){editor.putInt("c7_2",1); editor.commit();editor.putString("third_four","done");editor.commit()}
180 - if(nanchiButton.isChecked){editor.putInt("c9_17",1); editor.commit();editor.putString("third_four","done");editor.commit()}
181 - if(oeButton.isChecked){editor.putInt("c9_18",1); editor.commit();editor.putString("third_four","done");editor.commit()}
182 - if(yoyaangButton.isChecked){editor.putInt("c9_19",1); editor.commit();editor.putString("third_four","done");editor.commit()}
183 - if(guitarButton.isChecked){editor.putInt("c8_17",1); editor.commit();editor.putString("third_four","done");editor.commit()}
184 -
185 - var intent = Intent(this, InputProfilFourthOneActivity::class.java)
186 startActivity(intent) 179 startActivity(intent)
187 } 180 }
188 181
189 yesButton.setOnClickListener { 182 yesButton.setOnClickListener {
190 eightoneLayout.visibility=VISIBLE 183 eightoneLayout.visibility=VISIBLE
191 - eighttwoLayout.visibility= GONE
192 184
193 } 185 }
194 noButton.setOnClickListener { 186 noButton.setOnClickListener {
195 eightoneLayout.visibility= GONE 187 eightoneLayout.visibility= GONE
196 - eighttwoLayout.visibility= VISIBLE
197 } 188 }
198 189
199 190
......
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<shape xmlns:android="http://schemas.android.com/apk/res/android"
3 + android:shape="oval">
4 + <stroke
5 + android:width="5dp"
6 + android:color="#29ABE2" />
7 +
8 + <solid
9 + android:color="#29ABE2"/>
10 +</shape>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="utf-8"?>
2 +<selector xmlns:android="http://schemas.android.com/apk/res/android">
3 +
4 + <item android:state_checked="false" android:drawable="@drawable/circle_x" />
5 + <item android:state_checked="true" android:drawable="@drawable/circle_o" />
6 +</selector>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<shape xmlns:android="http://schemas.android.com/apk/res/android"
3 + android:shape="oval">
4 + <stroke
5 + android:width="5dp"
6 + android:color="#F4F4F4" />
7 +
8 + <solid
9 + android:color="#F4F4F4"/>
10 +</shape>
...\ No newline at end of file ...\ No newline at end of file
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 -<selector xmlns:android="http://schemas.android.com/apk/res/android"> 2 +<selector xmlns:android="http://schemas.android.com/apk/res/android"></selector>
3 - <shape android:shape="rectangle">
4 - <solid android:color="#29ABE2"/>
5 -
6 - <stroke android:width="0dp"
7 - android:color="#29ABE2"
8 - />
9 - <padding android:left="0dp"
10 - android:top="0dp"
11 - android:right="0dp"
12 - android:bottom="0dp"
13 - />
14 -
15 - <corners android:bottomRightRadius="0dp" android:bottomLeftRadius="0dp"
16 - android:topLeftRadius="0dp" android:topRightRadius="0dp"/>
17 -
18 - </shape>
19 -</selector>
20 3
......
1 +<?xml version="1.0" encoding="utf-8"?>
2 +<layer-list
3 + xmlns:android="http://schemas.android.com/apk/res/android">
4 + <item>
5 + <shape android:shape="rectangle">
6 + <solid android:color="#29ABE2"/>
7 +
8 + <stroke android:width="0dp"
9 + android:color="#29ABE2"
10 + />
11 + <padding android:left="0dp"
12 + android:top="0dp"
13 + android:right="0dp"
14 + android:bottom="0dp"
15 + />
16 +
17 +
18 + </shape>
19 + </item>
20 +</layer-list>
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
78 android:layout_height="match_parent" 78 android:layout_height="match_parent"
79 android:layout_gravity="center" 79 android:layout_gravity="center"
80 android:layout_weight="1" 80 android:layout_weight="1"
81 - android:background="@drawable/profile_stage" 81 + android:background="@drawable/profile_stage_filling"
82 android:gravity="center" 82 android:gravity="center"
83 android:text="1" 83 android:text="1"
84 android:textColor="#FFFFFF" /> 84 android:textColor="#FFFFFF" />
...@@ -89,10 +89,10 @@ ...@@ -89,10 +89,10 @@
89 android:layout_height="match_parent" 89 android:layout_height="match_parent"
90 android:layout_gravity="center" 90 android:layout_gravity="center"
91 android:layout_weight="1" 91 android:layout_weight="1"
92 - android:background="#F4F4F4" 92 + android:background="@drawable/profile_stage"
93 android:gravity="center" 93 android:gravity="center"
94 android:text="2" 94 android:text="2"
95 - android:textColor="#DDDDDD" /> 95 + android:textColor="#FFFFFF" />
96 96
97 <TextView 97 <TextView
98 android:id="@+id/stageTextView3" 98 android:id="@+id/stageTextView3"
...@@ -129,283 +129,331 @@ ...@@ -129,283 +129,331 @@
129 129
130 </LinearLayout> 130 </LinearLayout>
131 131
132 - <LinearLayout 132 + <ScrollView
133 android:layout_width="match_parent" 133 android:layout_width="match_parent"
134 - android:layout_height="10dp" 134 + android:layout_height="wrap_content">
135 - android:layout_weight="1"
136 - android:orientation="vertical"></LinearLayout>
137 -
138 - <LinearLayout
139 - android:layout_width="match_parent"
140 - android:layout_height="wrap_content"
141 - android:layout_weight="1"
142 - android:gravity="center"
143 - android:orientation="vertical">
144 135
145 <LinearLayout 136 <LinearLayout
146 - android:layout_width="wrap_content" 137 + android:layout_width="match_parent"
147 android:layout_height="wrap_content" 138 android:layout_height="wrap_content"
148 - android:orientation="horizontal"> 139 + android:orientation="vertical">
149 140
150 - <TextView 141 + <LinearLayout
151 - android:id="@+id/explainTextView" 142 + android:layout_width="match_parent"
152 - android:layout_width="wrap_content" 143 + android:layout_height="50dp"
144 + android:layout_weight="1"
145 + android:orientation="vertical"></LinearLayout>
146 +
147 + <LinearLayout
148 + android:layout_width="match_parent"
153 android:layout_height="wrap_content" 149 android:layout_height="wrap_content"
154 - android:layout_gravity="center" 150 + android:layout_weight="1"
155 android:gravity="center" 151 android:gravity="center"
156 - android:text="6. 자신의 가구 구성원을 \n 모두 선택해주세요." 152 + android:orientation="vertical">
157 - android:textColor="#4A4A4A"
158 - android:textSize="20dp" />
159 153
160 - <Button 154 + <LinearLayout
161 - android:id="@+id/questionButton" 155 + android:layout_width="wrap_content"
162 - android:layout_width="20dp" 156 + android:layout_height="wrap_content"
163 - android:layout_height="20dp" 157 + android:orientation="horizontal">
164 - android:layout_gravity="bottom" 158 +
165 - android:background="@drawable/question_mark_image" /> 159 + <TextView
160 + android:id="@+id/explainTextView"
161 + android:layout_width="wrap_content"
162 + android:layout_height="wrap_content"
163 + android:layout_gravity="center"
164 + android:gravity="center"
165 + android:text="6. 자신의 가구 구성원을 \n 모두 선택해주세요."
166 + android:textColor="#4A4A4A"
167 + android:textSize="20dp" />
168 +
169 + <Button
170 + android:id="@+id/questionButton"
171 + android:layout_width="20dp"
172 + android:layout_height="20dp"
173 + android:layout_gravity="bottom"
174 + android:background="@drawable/question_mark_image" />
166 175
167 - </LinearLayout> 176 + </LinearLayout>
168 177
169 - <LinearLayout 178 + <LinearLayout
170 - android:layout_width="match_parent" 179 + android:layout_width="match_parent"
171 - android:layout_height="50dp" 180 + android:layout_height="50dp"
172 - android:layout_weight="1" 181 + android:layout_weight="1"
173 - android:orientation="vertical"> 182 + android:orientation="vertical">
174 183
175 - </LinearLayout> 184 + </LinearLayout>
176 185
177 - <ScrollView 186 + </LinearLayout>
178 - android:layout_width="match_parent"
179 - android:layout_height="wrap_content">
180 187
181 <LinearLayout 188 <LinearLayout
182 - android:layout_width="match_parent" 189 + android:layout_width="wrap_content"
183 android:layout_height="wrap_content" 190 android:layout_height="wrap_content"
191 + android:layout_gravity="center"
192 + android:gravity="center"
184 android:orientation="vertical"> 193 android:orientation="vertical">
185 194
186 <LinearLayout 195 <LinearLayout
187 - android:layout_width="wrap_content" 196 + android:layout_width="match_parent"
188 - android:layout_height="wrap_content" 197 + android:layout_height="match_parent"
189 - android:layout_gravity="center" 198 + android:orientation="horizontal">
190 - android:gravity="center" 199 +
191 - android:orientation="vertical"> 200 + <ToggleButton
201 + android:id="@+id/baewoojaButton"
202 + android:layout_width="100dp"
203 + android:layout_height="100dp"
204 + android:layout_gravity="center"
205 + android:layout_margin="10dp"
206 + android:layout_weight="1"
207 + android:background="@drawable/circle_selector"
208 + android:text="배우자"
209 + android:textColor="#757575"
210 + android:textOff="배우자"
211 + android:textOn="배우자" />
212 +
213 + <ToggleButton
214 + android:id="@+id/baewoojaboomoButton"
215 + android:layout_width="100dp"
216 + android:layout_height="100dp"
217 + android:layout_gravity="center"
218 + android:layout_margin="10dp"
219 + android:layout_weight="1"
220 + android:background="@drawable/circle_selector"
221 + android:text="배우자부모"
222 + android:textColor="#757575"
223 + android:textOff="배우자부모"
224 + android:textOn="배우자부모" />
225 +
226 + <ToggleButton
227 + android:id="@+id/baewoojajoboomoButton"
228 + android:layout_width="100dp"
229 + android:layout_height="100dp"
230 + android:layout_gravity="center"
231 + android:layout_margin="10dp"
232 + android:layout_weight="1"
233 + android:background="@drawable/circle_selector"
234 + android:text="배우자의조부모"
235 + android:textColor="#757575"
236 + android:textOff="배우자의조부모"
237 + android:textOn="배우자의조부모" />
192 238
193 - <LinearLayout 239 + </LinearLayout>
194 - android:layout_width="match_parent"
195 - android:layout_height="match_parent"
196 - android:orientation="horizontal">
197 -
198 - <ToggleButton
199 - android:id="@+id/baewoojaButton"
200 - android:layout_width="wrap_content"
201 - android:layout_height="wrap_content"
202 - android:layout_weight="1"
203 - android:background="@drawable/profil_selector"
204 - android:text="배우자"
205 - android:textOff="배우자"
206 - android:textOn="배우자" />
207 -
208 - <ToggleButton
209 - android:id="@+id/baewoojaboomoButton"
210 - android:layout_width="wrap_content"
211 - android:layout_height="wrap_content"
212 - android:layout_weight="1"
213 - android:background="@drawable/profil_selector"
214 - android:text="배우자부모"
215 - android:textOff="배우자부모"
216 - android:textOn="배우자부모" />
217 -
218 - <ToggleButton
219 - android:id="@+id/baewoojajoboomoButton"
220 - android:layout_width="wrap_content"
221 - android:layout_height="wrap_content"
222 - android:layout_weight="1"
223 - android:background="@drawable/profil_selector"
224 - android:text="배우자의조부모"
225 - android:textOff="배우자의조부모"
226 - android:textOn="배우자의조부모" />
227 -
228 - </LinearLayout>
229 -
230 - <LinearLayout
231 - android:layout_width="match_parent"
232 - android:layout_height="match_parent"
233 - android:orientation="horizontal">
234 -
235 - <ToggleButton
236 - android:id="@+id/brotherButton"
237 - android:layout_width="wrap_content"
238 - android:layout_height="wrap_content"
239 - android:layout_weight="1"
240 - android:background="@drawable/profil_selector"
241 - android:text="형제/자매"
242 - android:textOff="형제/자매"
243 - android:textOn="형제/자매" />
244 -
245 - <ToggleButton
246 - android:id="@+id/baewoojabrotherButton"
247 - android:layout_width="wrap_content"
248 - android:layout_height="wrap_content"
249 - android:layout_weight="1"
250 - android:background="@drawable/profil_selector"
251 - android:text="배우자의형제/자매"
252 - android:textOff="배우자의형제/자매"
253 - android:textOn="배우자의형제/자매" />
254 -
255 - <ToggleButton
256 - android:id="@+id/donggeoButton"
257 - android:layout_width="wrap_content"
258 - android:layout_height="wrap_content"
259 - android:layout_weight="1"
260 - android:background="@drawable/profil_selector"
261 - android:text="동거인"
262 - android:textOff="동거인"
263 - android:textOn="동거인" />
264 - </LinearLayout>
265 -
266 -
267 - <LinearLayout
268 - android:layout_width="match_parent"
269 - android:layout_height="match_parent"
270 - android:orientation="horizontal">
271 -
272 - <ToggleButton
273 - android:id="@+id/fatherButton"
274 - android:layout_width="wrap_content"
275 - android:layout_height="wrap_content"
276 - android:layout_weight="1"
277 - android:background="@drawable/profil_selector"
278 - android:text="아버지"
279 - android:textOff="아버지"
280 - android:textOn="아버지" />
281 -
282 - <ToggleButton
283 - android:id="@+id/motherButton"
284 - android:layout_width="wrap_content"
285 - android:layout_height="wrap_content"
286 - android:layout_weight="1"
287 - android:background="@drawable/profil_selector"
288 - android:text="어머니"
289 - android:textOff="어머니"
290 - android:textOn="어머니" />
291 -
292 - <ToggleButton
293 - android:id="@+id/grandsonbaewoojaButton"
294 - android:layout_width="wrap_content"
295 - android:layout_height="wrap_content"
296 - android:layout_weight="1"
297 - android:background="@drawable/profil_selector"
298 - android:text="손자녀의배우자"
299 - android:textOff="손자녀의배우자"
300 - android:textOn="손자녀의배우자" />
301 - </LinearLayout>
302 -
303 - <LinearLayout
304 - android:layout_width="match_parent"
305 - android:layout_height="match_parent"
306 - android:orientation="horizontal">
307 -
308 - <ToggleButton
309 - android:id="@+id/grandfatherButton"
310 - android:layout_width="wrap_content"
311 - android:layout_height="wrap_content"
312 - android:layout_weight="1"
313 - android:background="@drawable/profil_selector"
314 - android:text="할아버지"
315 - android:textOff="할아버지"
316 - android:textOn="할아버지" />
317 -
318 - <ToggleButton
319 - android:id="@+id/grandmotherButton"
320 - android:layout_width="wrap_content"
321 - android:layout_height="wrap_content"
322 - android:layout_weight="1"
323 - android:background="@drawable/profil_selector"
324 - android:text="할머니"
325 - android:textOff="할머니"
326 - android:textOn="할머니" />
327 -
328 - <ToggleButton
329 - android:id="@+id/grandsonButton"
330 - android:layout_width="wrap_content"
331 - android:layout_height="wrap_content"
332 - android:layout_weight="1"
333 - android:background="@drawable/profil_selector"
334 - android:text="손자녀"
335 - android:textOff="손자녀"
336 - android:textOn="손자녀" />
337 - </LinearLayout>
338 -
339 -
340 - <LinearLayout
341 - android:layout_width="match_parent"
342 - android:layout_height="match_parent"
343 - android:orientation="horizontal">
344 -
345 - <ToggleButton
346 - android:id="@+id/janyeoButton"
347 - android:layout_width="wrap_content"
348 - android:layout_height="wrap_content"
349 - android:layout_weight="1"
350 - android:background="@drawable/profil_selector"
351 - android:text="자녀"
352 - android:textOff="자녀"
353 - android:textOn="자녀" />
354 -
355 - <ToggleButton
356 - android:id="@+id/janyeobaewoojaButton"
357 - android:layout_width="wrap_content"
358 - android:layout_height="wrap_content"
359 - android:layout_weight="1"
360 - android:background="@drawable/profil_selector"
361 - android:text="자녀의배우자"
362 - android:textOff="자녀의배우자"
363 - android:textOn="자녀의배우자" />
364 -
365 - <ToggleButton
366 - android:id="@+id/nothingButton"
367 - android:layout_width="wrap_content"
368 - android:layout_height="wrap_content"
369 - android:layout_weight="1"
370 - android:background="@drawable/profil_selector"
371 - android:text="해당없음"
372 - android:textOff="해당없음"
373 - android:textOn="해당없음" />
374 - </LinearLayout>
375 240
241 + <LinearLayout
242 + android:layout_width="match_parent"
243 + android:layout_height="match_parent"
244 + android:orientation="horizontal">
245 +
246 + <ToggleButton
247 + android:id="@+id/brotherButton"
248 + android:layout_width="100dp"
249 + android:layout_height="100dp"
250 + android:layout_gravity="center"
251 + android:layout_margin="10dp"
252 + android:layout_weight="1"
253 + android:background="@drawable/circle_selector"
254 + android:text="형제/자매"
255 + android:textColor="#757575"
256 + android:textOff="형제/자매"
257 + android:textOn="형제/자매" />
258 +
259 + <ToggleButton
260 + android:id="@+id/baewoojabrotherButton"
261 + android:layout_width="100dp"
262 + android:layout_height="100dp"
263 + android:layout_gravity="center"
264 + android:layout_margin="10dp"
265 + android:layout_weight="1"
266 + android:background="@drawable/circle_selector"
267 + android:text="배우자의\n형제/자매"
268 + android:textColor="#757575"
269 + android:textOff="배우자의\n형제/자매"
270 + android:textOn="배우자의\n형제/자매" />
271 +
272 + <ToggleButton
273 + android:id="@+id/donggeoButton"
274 + android:layout_width="100dp"
275 + android:layout_height="100dp"
276 + android:layout_gravity="center"
277 + android:layout_margin="10dp"
278 + android:layout_weight="1"
279 + android:background="@drawable/circle_selector"
280 + android:text="동거인"
281 + android:textColor="#757575"
282 + android:textOff="동거인"
283 + android:textOn="동거인" />
376 </LinearLayout> 284 </LinearLayout>
377 - </LinearLayout>
378 - </ScrollView>
379 285
380 - <LinearLayout
381 - android:layout_width="match_parent"
382 - android:layout_height="100dp"
383 - android:layout_weight="1"
384 - android:orientation="vertical"></LinearLayout>
385 286
386 - <LinearLayout 287 + <LinearLayout
387 - android:layout_width="match_parent" 288 + android:layout_width="match_parent"
388 - android:layout_height="wrap_content" 289 + android:layout_height="match_parent"
389 - android:orientation="horizontal"> 290 + android:orientation="horizontal">
291 +
292 + <ToggleButton
293 + android:id="@+id/fatherButton"
294 + android:layout_width="100dp"
295 + android:layout_height="100dp"
296 + android:layout_gravity="center"
297 + android:layout_margin="10dp"
298 + android:layout_weight="1"
299 + android:background="@drawable/circle_selector"
300 + android:text="아버지"
301 + android:textColor="#757575"
302 + android:textOff="아버지"
303 + android:textOn="아버지" />
304 +
305 + <ToggleButton
306 + android:id="@+id/motherButton"
307 + android:layout_width="100dp"
308 + android:layout_height="100dp"
309 + android:layout_gravity="center"
310 + android:layout_margin="10dp"
311 + android:layout_weight="1"
312 + android:background="@drawable/circle_selector"
313 + android:text="어머니"
314 + android:textColor="#757575"
315 + android:textOff="어머니"
316 + android:textOn="어머니" />
317 +
318 + <ToggleButton
319 + android:id="@+id/grandsonbaewoojaButton"
320 + android:layout_width="100dp"
321 + android:layout_height="100dp"
322 + android:layout_gravity="center"
323 + android:layout_margin="10dp"
324 + android:layout_weight="1"
325 + android:background="@drawable/circle_selector"
326 + android:text="손자녀의\n배우자"
327 + android:textColor="#757575"
328 + android:textOff="손자녀의\n배우자"
329 + android:textOn="손자녀의배우자" />
330 + </LinearLayout>
390 331
391 - <Button 332 + <LinearLayout
392 - android:id="@+id/previousButton" 333 + android:layout_width="match_parent"
393 - android:layout_width="10dp" 334 + android:layout_height="match_parent"
394 - android:layout_height="wrap_content" 335 + android:orientation="horizontal">
336 +
337 + <ToggleButton
338 + android:id="@+id/grandfatherButton"
339 + android:layout_width="100dp"
340 + android:layout_height="100dp"
341 + android:layout_gravity="center"
342 + android:layout_margin="10dp"
343 + android:layout_weight="1"
344 + android:background="@drawable/circle_selector"
345 + android:text="할아버지"
346 + android:textColor="#757575"
347 + android:textOff="할아버지"
348 + android:textOn="할아버지" />
349 +
350 + <ToggleButton
351 + android:id="@+id/grandmotherButton"
352 + android:layout_width="100dp"
353 + android:layout_height="100dp"
354 + android:layout_gravity="center"
355 + android:layout_margin="10dp"
356 + android:layout_weight="1"
357 + android:background="@drawable/circle_selector"
358 + android:text="할머니"
359 + android:textColor="#757575"
360 + android:textOff="할머니"
361 + android:textOn="할머니" />
362 +
363 + <ToggleButton
364 + android:id="@+id/grandsonButton"
365 + android:layout_width="100dp"
366 + android:layout_height="100dp"
367 + android:layout_gravity="center"
368 + android:layout_margin="10dp"
369 + android:layout_weight="1"
370 + android:background="@drawable/circle_selector"
371 + android:text="손자녀"
372 + android:textColor="#757575"
373 + android:textOff="손자녀"
374 + android:textOn="손자녀" />
375 + </LinearLayout>
376 +
377 +
378 + <LinearLayout
379 + android:layout_width="match_parent"
380 + android:layout_height="match_parent"
381 + android:orientation="horizontal">
382 +
383 + <ToggleButton
384 + android:id="@+id/janyeoButton"
385 + android:layout_width="100dp"
386 + android:layout_height="100dp"
387 + android:layout_gravity="center"
388 + android:layout_margin="10dp"
389 + android:layout_weight="1"
390 + android:background="@drawable/circle_selector"
391 + android:text="자녀"
392 + android:textColor="#757575"
393 + android:textOff="자녀"
394 + android:textOn="자녀" />
395 +
396 + <ToggleButton
397 + android:id="@+id/janyeobaewoojaButton"
398 + android:layout_width="100dp"
399 + android:layout_height="100dp"
400 + android:layout_gravity="center"
401 + android:layout_margin="10dp"
402 + android:layout_weight="1"
403 + android:background="@drawable/circle_selector"
404 + android:text="자녀의\n배우자"
405 + android:textColor="#757575"
406 + android:textOff="자녀의\n배우자"
407 + android:textOn="자녀의배우자" />
408 +
409 + <ToggleButton
410 + android:id="@+id/nothingButton"
411 + android:layout_width="100dp"
412 + android:layout_height="100dp"
413 + android:layout_gravity="center"
414 + android:layout_margin="10dp"
415 + android:layout_weight="1"
416 + android:background="@drawable/circle_selector"
417 + android:text="해당없음"
418 + android:textColor="#757575"
419 + android:textOff="해당없음"
420 + android:textOn="해당없음" />
421 + </LinearLayout>
422 +
423 + </LinearLayout>
424 +
425 + <LinearLayout
426 + android:layout_width="match_parent"
427 + android:layout_height="15dp"
395 android:layout_weight="1" 428 android:layout_weight="1"
396 - android:background="#F4F4F4" 429 + android:orientation="horizontal"></LinearLayout>
397 - android:text="이전 단계로"
398 - android:textColor="#757575" />
399 430
400 - <Button 431 + <LinearLayout
401 - android:id="@+id/nextButton" 432 + android:layout_width="match_parent"
402 - android:layout_width="10dp"
403 android:layout_height="wrap_content" 433 android:layout_height="wrap_content"
404 - android:layout_weight="1" 434 + android:orientation="horizontal">
405 - android:background="#29ABE2" 435 +
406 - android:text="다음 단계로" 436 + <Button
407 - android:textColor="#FFFFFF" /> 437 + android:id="@+id/previousButton"
438 + android:layout_width="10dp"
439 + android:layout_height="wrap_content"
440 + android:layout_weight="1"
441 + android:background="#F4F4F4"
442 + android:text="이전 단계로"
443 + android:textColor="#757575" />
444 +
445 + <Button
446 + android:id="@+id/nextButton"
447 + android:layout_width="10dp"
448 + android:layout_height="wrap_content"
449 + android:layout_weight="1"
450 + android:background="#29ABE2"
451 + android:text="다음 단계로"
452 + android:textColor="#FFFFFF" />
453 + </LinearLayout>
454 +
408 </LinearLayout> 455 </LinearLayout>
409 - </LinearLayout> 456 + </ScrollView>
457 +
410 </LinearLayout> 458 </LinearLayout>
411 </androidx.constraintlayout.widget.ConstraintLayout> 459 </androidx.constraintlayout.widget.ConstraintLayout>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -11,13 +11,12 @@ ...@@ -11,13 +11,12 @@
11 android:layout_height="match_parent" 11 android:layout_height="match_parent"
12 android:orientation="vertical"> 12 android:orientation="vertical">
13 13
14 -
15 <androidx.appcompat.widget.Toolbar 14 <androidx.appcompat.widget.Toolbar
16 android:id="@+id/toolbar" 15 android:id="@+id/toolbar"
17 android:layout_width="fill_parent" 16 android:layout_width="fill_parent"
18 android:layout_height="wrap_content" 17 android:layout_height="wrap_content"
19 android:layout_marginBottom="11dp" 18 android:layout_marginBottom="11dp"
20 - android:background="#FFF" 19 + android:background="#0000001A"
21 android:elevation="5dp" 20 android:elevation="5dp"
22 android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" 21 android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
23 app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"> 22 app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
...@@ -32,31 +31,35 @@ ...@@ -32,31 +31,35 @@
32 android:layout_width="10dp" 31 android:layout_width="10dp"
33 android:layout_height="match_parent" 32 android:layout_height="match_parent"
34 android:layout_weight="1.5" 33 android:layout_weight="1.5"
35 - android:background="#FFFFFF" 34 + android:background="#00000000"
36 android:text="나가기" 35 android:text="나가기"
37 android:textColor="#29ABE2" 36 android:textColor="#29ABE2"
38 android:textSize="16dp" /> 37 android:textSize="16dp" />
38 +
39 <LinearLayout 39 <LinearLayout
40 android:layout_width="10dp" 40 android:layout_width="10dp"
41 android:layout_height="match_parent" 41 android:layout_height="match_parent"
42 - android:orientation="horizontal" 42 + android:layout_weight="1"
43 - android:layout_weight="1"/> 43 + android:orientation="horizontal" />
44 +
44 <ImageView 45 <ImageView
45 android:layout_width="77dp" 46 android:layout_width="77dp"
46 android:layout_height="44dp" 47 android:layout_height="44dp"
47 android:layout_gravity="center" 48 android:layout_gravity="center"
48 android:layout_weight="1" 49 android:layout_weight="1"
49 android:src="@drawable/toolbar_logo" /> 50 android:src="@drawable/toolbar_logo" />
51 +
50 <LinearLayout 52 <LinearLayout
51 android:layout_width="10dp" 53 android:layout_width="10dp"
52 android:layout_height="match_parent" 54 android:layout_height="match_parent"
53 - android:orientation="horizontal" 55 + android:layout_weight="1"
54 - android:layout_weight="1"/> 56 + android:orientation="horizontal" />
57 +
55 <LinearLayout 58 <LinearLayout
56 android:layout_width="10dp" 59 android:layout_width="10dp"
57 android:layout_height="match_parent" 60 android:layout_height="match_parent"
58 - android:orientation="horizontal" 61 + android:layout_weight="1.5"
59 - android:layout_weight="1.5"/> 62 + android:orientation="horizontal" />
60 63
61 </LinearLayout> 64 </LinearLayout>
62 65
...@@ -75,9 +78,10 @@ ...@@ -75,9 +78,10 @@
75 android:layout_height="match_parent" 78 android:layout_height="match_parent"
76 android:layout_gravity="center" 79 android:layout_gravity="center"
77 android:layout_weight="1" 80 android:layout_weight="1"
78 - android:background="#1E90FF" 81 + android:background="@drawable/profile_stage_filling"
79 android:gravity="center" 82 android:gravity="center"
80 - android:text="1" /> 83 + android:text="1"
84 + android:textColor="#FFFFFF" />
81 85
82 <TextView 86 <TextView
83 android:id="@+id/stageTextView2" 87 android:id="@+id/stageTextView2"
...@@ -85,9 +89,10 @@ ...@@ -85,9 +89,10 @@
85 android:layout_height="match_parent" 89 android:layout_height="match_parent"
86 android:layout_gravity="center" 90 android:layout_gravity="center"
87 android:layout_weight="1" 91 android:layout_weight="1"
88 - android:background="#1E90FF" 92 + android:background="@drawable/profile_stage"
89 android:gravity="center" 93 android:gravity="center"
90 - android:text="2" /> 94 + android:text="2"
95 + android:textColor="#FFFFFF" />
91 96
92 <TextView 97 <TextView
93 android:id="@+id/stageTextView3" 98 android:id="@+id/stageTextView3"
...@@ -95,8 +100,10 @@ ...@@ -95,8 +100,10 @@
95 android:layout_height="match_parent" 100 android:layout_height="match_parent"
96 android:layout_gravity="center" 101 android:layout_gravity="center"
97 android:layout_weight="1" 102 android:layout_weight="1"
103 + android:background="#F4F4F4"
98 android:gravity="center" 104 android:gravity="center"
99 - android:text="3" /> 105 + android:text="3"
106 + android:textColor="#DDDDDD" />
100 107
101 <TextView 108 <TextView
102 android:id="@+id/stageTextView4" 109 android:id="@+id/stageTextView4"
...@@ -104,8 +111,10 @@ ...@@ -104,8 +111,10 @@
104 android:layout_height="match_parent" 111 android:layout_height="match_parent"
105 android:layout_gravity="center" 112 android:layout_gravity="center"
106 android:layout_weight="1" 113 android:layout_weight="1"
114 + android:background="#F4F4F4"
107 android:gravity="center" 115 android:gravity="center"
108 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#DDDDDD" />
109 118
110 <TextView 119 <TextView
111 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -113,71 +122,74 @@ ...@@ -113,71 +122,74 @@
113 android:layout_height="match_parent" 122 android:layout_height="match_parent"
114 android:layout_gravity="center" 123 android:layout_gravity="center"
115 android:layout_weight="1" 124 android:layout_weight="1"
125 + android:background="#F4F4F4"
116 android:gravity="center" 126 android:gravity="center"
117 - android:text="5" /> 127 + android:text="5"
128 + android:textColor="#DDDDDD" />
118 129
119 </LinearLayout> 130 </LinearLayout>
120 131
121 - <LinearLayout 132 + <ScrollView
122 android:layout_width="match_parent" 133 android:layout_width="match_parent"
123 - android:layout_height="wrap_content" 134 + android:layout_height="match_parent"
124 - android:layout_weight="1" 135 + android:layout_marginTop="30dp"
125 - android:orientation="vertical"> 136 + android:layout_marginBottom="30dp"
137 + android:layout_weight="1">
126 138
127 - <ScrollView 139 + <LinearLayout
128 android:layout_width="match_parent" 140 android:layout_width="match_parent"
129 - android:layout_height="match_parent" 141 + android:layout_height="wrap_content"
130 - android:layout_weight="1"> 142 + android:orientation="vertical"
143 + android:weightSum="1">
131 144
132 - <LinearLayout 145 + <TextView
146 + android:id="@+id/mainTextView"
133 android:layout_width="match_parent" 147 android:layout_width="match_parent"
134 android:layout_height="wrap_content" 148 android:layout_height="wrap_content"
135 - android:orientation="vertical" 149 + android:gravity="center"
136 - android:weightSum="1"> 150 + android:text="6-2. 총 형제/자매 수를 입력해주세요."
151 + android:textSize="20dp" />
137 152
138 - <TextView 153 + <LinearLayout
139 - android:id="@+id/mainTextView" 154 + android:layout_width="match_parent"
140 - android:layout_width="match_parent" 155 + android:layout_height="wrap_content"
141 - android:layout_height="wrap_content" 156 + android:layout_margin="20dp"
142 - android:text="4-2. 총 형제자매 수를 입력해주세요." /> 157 + android:orientation="horizontal">
143 158
144 - <LinearLayout 159 + <EditText
145 - android:layout_width="match_parent" 160 + android:id="@+id/bsNumberEditText"
161 + android:layout_width="wrap_content"
146 android:layout_height="wrap_content" 162 android:layout_height="wrap_content"
147 - android:orientation="horizontal"> 163 + android:layout_weight="1"
148 - 164 + android:ems="10"
149 - <EditText 165 + android:hint="ex) 3"
150 - android:id="@+id/bsNumberEditText" 166 + android:inputType="number|textPersonName"
151 - android:layout_width="wrap_content" 167 + android:theme="@style/EditTheme" />
152 - android:layout_height="wrap_content" 168 +
153 - android:layout_weight="1" 169 + <Button
154 - android:ems="10" 170 + android:id="@+id/bsNumberInputButton"
155 - android:hint="ex) 3" 171 + android:layout_width="wrap_content"
156 - android:inputType="number|textPersonName" />
157 -
158 - <Button
159 - android:id="@+id/bsNumberInputButton"
160 - android:layout_width="wrap_content"
161 - android:layout_height="wrap_content"
162 - android:layout_weight="1"
163 - android:text="입 력" />
164 - </LinearLayout>
165 -
166 - <androidx.recyclerview.widget.RecyclerView
167 - android:id="@+id/bsRecyclerView"
168 - android:layout_width="match_parent"
169 android:layout_height="wrap_content" 172 android:layout_height="wrap_content"
170 - app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" 173 + android:layout_marginLeft="10dp"
171 - tools:listitem="@layout/item_child" /> 174 + android:layout_weight="1"
172 - 175 + android:background="@drawable/button_o"
176 + android:text="입 력"
177 + android:textColor="#FFFFFF" />
173 </LinearLayout> 178 </LinearLayout>
174 - </ScrollView> 179 +
175 - </LinearLayout> 180 + <androidx.recyclerview.widget.RecyclerView
181 + android:id="@+id/bsRecyclerView"
182 + android:layout_width="match_parent"
183 + android:layout_height="wrap_content"
184 + app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
185 + tools:listitem="@layout/item_bs" />
186 +
187 + </LinearLayout>
188 + </ScrollView>
176 189
177 <LinearLayout 190 <LinearLayout
178 android:layout_width="match_parent" 191 android:layout_width="match_parent"
179 android:layout_height="wrap_content" 192 android:layout_height="wrap_content"
180 - android:layout_gravity="bottom"
181 android:orientation="horizontal"> 193 android:orientation="horizontal">
182 194
183 <Button 195 <Button
...@@ -185,14 +197,18 @@ ...@@ -185,14 +197,18 @@
185 android:layout_width="10dp" 197 android:layout_width="10dp"
186 android:layout_height="wrap_content" 198 android:layout_height="wrap_content"
187 android:layout_weight="1" 199 android:layout_weight="1"
188 - android:text="이전 단계로" /> 200 + android:background="#F4F4F4"
201 + android:text="이전 단계로"
202 + android:textColor="#757575" />
189 203
190 <Button 204 <Button
191 android:id="@+id/nextButton" 205 android:id="@+id/nextButton"
192 android:layout_width="10dp" 206 android:layout_width="10dp"
193 android:layout_height="wrap_content" 207 android:layout_height="wrap_content"
194 android:layout_weight="1" 208 android:layout_weight="1"
195 - android:text="다음 단계로" /> 209 + android:background="#29ABE2"
210 + android:text="다음 단계로"
211 + android:textColor="#FFFFFF" />
196 </LinearLayout> 212 </LinearLayout>
197 213
198 </LinearLayout> 214 </LinearLayout>
......
...@@ -11,13 +11,12 @@ ...@@ -11,13 +11,12 @@
11 android:layout_height="match_parent" 11 android:layout_height="match_parent"
12 android:orientation="vertical"> 12 android:orientation="vertical">
13 13
14 -
15 <androidx.appcompat.widget.Toolbar 14 <androidx.appcompat.widget.Toolbar
16 android:id="@+id/toolbar" 15 android:id="@+id/toolbar"
17 android:layout_width="fill_parent" 16 android:layout_width="fill_parent"
18 android:layout_height="wrap_content" 17 android:layout_height="wrap_content"
19 android:layout_marginBottom="11dp" 18 android:layout_marginBottom="11dp"
20 - android:background="#FFF" 19 + android:background="#0000001A"
21 android:elevation="5dp" 20 android:elevation="5dp"
22 android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" 21 android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
23 app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"> 22 app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
...@@ -32,31 +31,35 @@ ...@@ -32,31 +31,35 @@
32 android:layout_width="10dp" 31 android:layout_width="10dp"
33 android:layout_height="match_parent" 32 android:layout_height="match_parent"
34 android:layout_weight="1.5" 33 android:layout_weight="1.5"
35 - android:background="#FFFFFF" 34 + android:background="#00000000"
36 android:text="나가기" 35 android:text="나가기"
37 android:textColor="#29ABE2" 36 android:textColor="#29ABE2"
38 android:textSize="16dp" /> 37 android:textSize="16dp" />
38 +
39 <LinearLayout 39 <LinearLayout
40 android:layout_width="10dp" 40 android:layout_width="10dp"
41 android:layout_height="match_parent" 41 android:layout_height="match_parent"
42 - android:orientation="horizontal" 42 + android:layout_weight="1"
43 - android:layout_weight="1"/> 43 + android:orientation="horizontal" />
44 +
44 <ImageView 45 <ImageView
45 android:layout_width="77dp" 46 android:layout_width="77dp"
46 android:layout_height="44dp" 47 android:layout_height="44dp"
47 android:layout_gravity="center" 48 android:layout_gravity="center"
48 android:layout_weight="1" 49 android:layout_weight="1"
49 android:src="@drawable/toolbar_logo" /> 50 android:src="@drawable/toolbar_logo" />
51 +
50 <LinearLayout 52 <LinearLayout
51 android:layout_width="10dp" 53 android:layout_width="10dp"
52 android:layout_height="match_parent" 54 android:layout_height="match_parent"
53 - android:orientation="horizontal" 55 + android:layout_weight="1"
54 - android:layout_weight="1"/> 56 + android:orientation="horizontal" />
57 +
55 <LinearLayout 58 <LinearLayout
56 android:layout_width="10dp" 59 android:layout_width="10dp"
57 android:layout_height="match_parent" 60 android:layout_height="match_parent"
58 - android:orientation="horizontal" 61 + android:layout_weight="1.5"
59 - android:layout_weight="1.5"/> 62 + android:orientation="horizontal" />
60 63
61 </LinearLayout> 64 </LinearLayout>
62 65
...@@ -75,9 +78,10 @@ ...@@ -75,9 +78,10 @@
75 android:layout_height="match_parent" 78 android:layout_height="match_parent"
76 android:layout_gravity="center" 79 android:layout_gravity="center"
77 android:layout_weight="1" 80 android:layout_weight="1"
78 - android:background="#1E90FF" 81 + android:background="@drawable/profile_stage_filling"
79 android:gravity="center" 82 android:gravity="center"
80 - android:text="1" /> 83 + android:text="1"
84 + android:textColor="#FFFFFF" />
81 85
82 <TextView 86 <TextView
83 android:id="@+id/stageTextView2" 87 android:id="@+id/stageTextView2"
...@@ -85,9 +89,10 @@ ...@@ -85,9 +89,10 @@
85 android:layout_height="match_parent" 89 android:layout_height="match_parent"
86 android:layout_gravity="center" 90 android:layout_gravity="center"
87 android:layout_weight="1" 91 android:layout_weight="1"
88 - android:background="#1E90FF" 92 + android:background="@drawable/profile_stage"
89 android:gravity="center" 93 android:gravity="center"
90 - android:text="2" /> 94 + android:text="2"
95 + android:textColor="#FFFFFF" />
91 96
92 <TextView 97 <TextView
93 android:id="@+id/stageTextView3" 98 android:id="@+id/stageTextView3"
...@@ -95,8 +100,10 @@ ...@@ -95,8 +100,10 @@
95 android:layout_height="match_parent" 100 android:layout_height="match_parent"
96 android:layout_gravity="center" 101 android:layout_gravity="center"
97 android:layout_weight="1" 102 android:layout_weight="1"
103 + android:background="#F4F4F4"
98 android:gravity="center" 104 android:gravity="center"
99 - android:text="3" /> 105 + android:text="3"
106 + android:textColor="#DDDDDD" />
100 107
101 <TextView 108 <TextView
102 android:id="@+id/stageTextView4" 109 android:id="@+id/stageTextView4"
...@@ -104,8 +111,10 @@ ...@@ -104,8 +111,10 @@
104 android:layout_height="match_parent" 111 android:layout_height="match_parent"
105 android:layout_gravity="center" 112 android:layout_gravity="center"
106 android:layout_weight="1" 113 android:layout_weight="1"
114 + android:background="#F4F4F4"
107 android:gravity="center" 115 android:gravity="center"
108 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#DDDDDD" />
109 118
110 <TextView 119 <TextView
111 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -113,71 +122,74 @@ ...@@ -113,71 +122,74 @@
113 android:layout_height="match_parent" 122 android:layout_height="match_parent"
114 android:layout_gravity="center" 123 android:layout_gravity="center"
115 android:layout_weight="1" 124 android:layout_weight="1"
125 + android:background="#F4F4F4"
116 android:gravity="center" 126 android:gravity="center"
117 - android:text="5" /> 127 + android:text="5"
128 + android:textColor="#DDDDDD" />
118 129
119 </LinearLayout> 130 </LinearLayout>
120 131
121 - <LinearLayout 132 + <ScrollView
122 android:layout_width="match_parent" 133 android:layout_width="match_parent"
123 - android:layout_height="wrap_content" 134 + android:layout_height="match_parent"
124 - android:layout_weight="1" 135 + android:layout_marginTop="30dp"
125 - android:orientation="vertical"> 136 + android:layout_marginBottom="30dp"
137 + android:layout_weight="1">
126 138
127 - <ScrollView 139 + <LinearLayout
128 android:layout_width="match_parent" 140 android:layout_width="match_parent"
129 - android:layout_height="match_parent" 141 + android:layout_height="wrap_content"
130 - android:layout_weight="1"> 142 + android:orientation="vertical"
143 + android:weightSum="1">
131 144
132 - <LinearLayout 145 + <TextView
146 + android:id="@+id/mainTextView"
133 android:layout_width="match_parent" 147 android:layout_width="match_parent"
134 android:layout_height="wrap_content" 148 android:layout_height="wrap_content"
135 - android:orientation="vertical" 149 + android:gravity="center"
136 - android:weightSum="1"> 150 + android:text="6-1. 총 자녀 수를 입력해주세요."
151 + android:textSize="20dp" />
137 152
138 - <TextView 153 + <LinearLayout
139 - android:id="@+id/mainTextView" 154 + android:layout_width="match_parent"
140 - android:layout_width="match_parent" 155 + android:layout_height="wrap_content"
141 - android:layout_height="wrap_content" 156 + android:layout_margin="20dp"
142 - android:text="4-1. 가족구성원 '자녀' 선택 시 총 자녀 수를 입력해주세요." /> 157 + android:orientation="horizontal">
143 158
144 - <LinearLayout 159 + <EditText
145 - android:layout_width="match_parent" 160 + android:id="@+id/childNumberEditText"
161 + android:layout_width="wrap_content"
146 android:layout_height="wrap_content" 162 android:layout_height="wrap_content"
147 - android:orientation="horizontal"> 163 + android:layout_weight="1"
148 - 164 + android:ems="10"
149 - <EditText 165 + android:hint="ex) 3"
150 - android:id="@+id/childNumberEditText" 166 + android:inputType="number|textPersonName"
151 - android:layout_width="wrap_content" 167 + android:theme="@style/EditTheme" />
152 - android:layout_height="wrap_content" 168 +
153 - android:layout_weight="1" 169 + <Button
154 - android:ems="10" 170 + android:id="@+id/childNumberInputButton"
155 - android:hint="ex) 3" 171 + android:layout_width="wrap_content"
156 - android:inputType="number|textPersonName" />
157 -
158 - <Button
159 - android:id="@+id/childNumberInputButton"
160 - android:layout_width="wrap_content"
161 - android:layout_height="wrap_content"
162 - android:layout_weight="1"
163 - android:text="입 력" />
164 - </LinearLayout>
165 -
166 - <androidx.recyclerview.widget.RecyclerView
167 - android:id="@+id/childRecyclerView"
168 - android:layout_width="match_parent"
169 android:layout_height="wrap_content" 172 android:layout_height="wrap_content"
170 - app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" 173 + android:layout_marginLeft="10dp"
171 - tools:listitem="@layout/item_child" /> 174 + android:layout_weight="1"
172 - 175 + android:background="@drawable/button_o"
176 + android:text="입 력"
177 + android:textColor="#FFFFFF" />
173 </LinearLayout> 178 </LinearLayout>
174 - </ScrollView> 179 +
175 - </LinearLayout> 180 + <androidx.recyclerview.widget.RecyclerView
181 + android:id="@+id/childRecyclerView"
182 + android:layout_width="match_parent"
183 + android:layout_height="wrap_content"
184 + app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
185 + tools:listitem="@layout/item_child" />
186 +
187 + </LinearLayout>
188 + </ScrollView>
176 189
177 <LinearLayout 190 <LinearLayout
178 android:layout_width="match_parent" 191 android:layout_width="match_parent"
179 android:layout_height="wrap_content" 192 android:layout_height="wrap_content"
180 - android:layout_gravity="bottom"
181 android:orientation="horizontal"> 193 android:orientation="horizontal">
182 194
183 <Button 195 <Button
...@@ -185,14 +197,18 @@ ...@@ -185,14 +197,18 @@
185 android:layout_width="10dp" 197 android:layout_width="10dp"
186 android:layout_height="wrap_content" 198 android:layout_height="wrap_content"
187 android:layout_weight="1" 199 android:layout_weight="1"
188 - android:text="이전 단계로" /> 200 + android:background="#F4F4F4"
201 + android:text="이전 단계로"
202 + android:textColor="#757575" />
189 203
190 <Button 204 <Button
191 android:id="@+id/nextButton" 205 android:id="@+id/nextButton"
192 android:layout_width="10dp" 206 android:layout_width="10dp"
193 android:layout_height="wrap_content" 207 android:layout_height="wrap_content"
194 android:layout_weight="1" 208 android:layout_weight="1"
195 - android:text="다음 단계로" /> 209 + android:background="#29ABE2"
210 + android:text="다음 단계로"
211 + android:textColor="#FFFFFF" />
196 </LinearLayout> 212 </LinearLayout>
197 213
198 </LinearLayout> 214 </LinearLayout>
......
1 +<?xml version="1.0" encoding="utf-8"?>
2 +<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 + xmlns:app="http://schemas.android.com/apk/res-auto"
4 + xmlns:tools="http://schemas.android.com/tools"
5 + android:layout_width="match_parent"
6 + android:layout_height="match_parent"
7 + tools:context=".InputProfilThirdFiveActivity">
8 +
9 + <LinearLayout
10 + android:layout_width="match_parent"
11 + android:layout_height="match_parent"
12 + android:orientation="vertical">
13 +
14 + <androidx.appcompat.widget.Toolbar
15 + android:id="@+id/toolbar"
16 + android:layout_width="fill_parent"
17 + android:layout_height="wrap_content"
18 + android:layout_marginBottom="11dp"
19 + android:background="#0000001A"
20 + android:elevation="5dp"
21 + android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
22 + app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
23 +
24 + <LinearLayout
25 + android:layout_width="match_parent"
26 + android:layout_height="match_parent"
27 + android:orientation="horizontal">
28 +
29 + <Button
30 + android:id="@+id/skipButton"
31 + android:layout_width="10dp"
32 + android:layout_height="match_parent"
33 + android:layout_weight="1.5"
34 + android:background="#00000000"
35 + android:text="나가기"
36 + android:textColor="#29ABE2"
37 + android:textSize="16dp" />
38 +
39 + <LinearLayout
40 + android:layout_width="10dp"
41 + android:layout_height="match_parent"
42 + android:layout_weight="1"
43 + android:orientation="horizontal" />
44 +
45 + <ImageView
46 + android:layout_width="77dp"
47 + android:layout_height="44dp"
48 + android:layout_gravity="center"
49 + android:layout_weight="1"
50 + android:src="@drawable/toolbar_logo" />
51 +
52 + <LinearLayout
53 + android:layout_width="10dp"
54 + android:layout_height="match_parent"
55 + android:layout_weight="1"
56 + android:orientation="horizontal" />
57 +
58 + <LinearLayout
59 + android:layout_width="10dp"
60 + android:layout_height="match_parent"
61 + android:layout_weight="1.5"
62 + android:orientation="horizontal" />
63 +
64 + </LinearLayout>
65 +
66 +
67 + </androidx.appcompat.widget.Toolbar>
68 +
69 + <LinearLayout
70 + android:layout_width="match_parent"
71 + android:layout_height="50dp"
72 + android:layout_weight="0"
73 + android:orientation="horizontal">
74 +
75 + <TextView
76 + android:id="@+id/stageTextView1"
77 + android:layout_width="wrap_content"
78 + android:layout_height="match_parent"
79 + android:layout_gravity="center"
80 + android:layout_weight="1"
81 + android:background="@drawable/profile_stage_filling"
82 + android:gravity="center"
83 + android:text="1"
84 + android:textColor="#FFFFFF" />
85 +
86 + <TextView
87 + android:id="@+id/stageTextView2"
88 + android:layout_width="wrap_content"
89 + android:layout_height="match_parent"
90 + android:layout_gravity="center"
91 + android:layout_weight="1"
92 + android:background="@drawable/profile_stage_filling"
93 + android:gravity="center"
94 + android:text="2"
95 + android:textColor="#FFFFFF" />
96 +
97 + <TextView
98 + android:id="@+id/stageTextView3"
99 + android:layout_width="wrap_content"
100 + android:layout_height="match_parent"
101 + android:layout_gravity="center"
102 + android:layout_weight="1"
103 + android:background="@drawable/profile_stage"
104 + android:gravity="center"
105 + android:text="3"
106 + android:textColor="#FFFFFF" />
107 +
108 + <TextView
109 + android:id="@+id/stageTextView4"
110 + android:layout_width="wrap_content"
111 + android:layout_height="match_parent"
112 + android:layout_gravity="center"
113 + android:layout_weight="1"
114 + android:background="#F4F4F4"
115 + android:gravity="center"
116 + android:text="4"
117 + android:textColor="#DDDDDD" />
118 +
119 + <TextView
120 + android:id="@+id/stageTextView5"
121 + android:layout_width="wrap_content"
122 + android:layout_height="match_parent"
123 + android:layout_gravity="center"
124 + android:layout_weight="1"
125 + android:background="#F4F4F4"
126 + android:gravity="center"
127 + android:text="5"
128 + android:textColor="#DDDDDD" />
129 +
130 + </LinearLayout>
131 +
132 + <LinearLayout
133 + android:layout_width="match_parent"
134 + android:layout_height="10dp"
135 + android:layout_weight="1"
136 + android:orientation="horizontal"></LinearLayout>
137 +
138 + <ScrollView
139 + android:layout_width="match_parent"
140 + android:layout_height="wrap_content">
141 +
142 + <LinearLayout
143 + android:layout_width="match_parent"
144 + android:layout_height="wrap_content"
145 + android:orientation="vertical">
146 +
147 + <LinearLayout
148 + android:layout_width="match_parent"
149 + android:layout_height="match_parent"
150 + android:layout_weight="1"
151 + android:orientation="vertical"
152 + android:visibility="visible">
153 +
154 + <LinearLayout
155 + android:layout_width="match_parent"
156 + android:layout_height="wrap_content"
157 + android:gravity="center"
158 + android:orientation="horizontal">
159 +
160 + <TextView
161 + android:id="@+id/explainTextView3"
162 + android:layout_width="wrap_content"
163 + android:layout_height="wrap_content"
164 + android:layout_gravity="center"
165 + android:gravity="center"
166 + android:text="10. 자신의 장애 유무를 선택해주세요."
167 + android:textColor="#4A4A4A"
168 + android:textSize="20dp" />
169 +
170 + <Button
171 + android:id="@+id/questionButton2"
172 + android:layout_width="20dp"
173 + android:layout_height="20dp"
174 + android:layout_gravity="bottom"
175 + android:background="@drawable/question_mark_image" />
176 +
177 + </LinearLayout>
178 +
179 + <LinearLayout
180 + android:layout_width="match_parent"
181 + android:layout_height="wrap_content"
182 + android:orientation="vertical">
183 +
184 + <LinearLayout
185 + android:layout_width="wrap_content"
186 + android:layout_height="wrap_content"
187 + android:layout_gravity="center"
188 + android:gravity="center"
189 + android:orientation="vertical">
190 +
191 + <LinearLayout
192 + android:layout_width="match_parent"
193 + android:layout_height="match_parent"
194 + android:orientation="horizontal">
195 +
196 + <ToggleButton
197 + android:id="@+id/nothingButton"
198 + android:layout_width="100dp"
199 + android:layout_height="100dp"
200 + android:layout_margin="10dp"
201 + android:layout_weight="1"
202 + android:background="@drawable/circle_selector"
203 + android:text="해당없음"
204 + android:textColor="#757575"
205 + android:textOff="해당없음"
206 + android:textOn="해당없음"
207 + android:textSize="16dp" />
208 +
209 + <ToggleButton
210 + android:id="@+id/imshinButton"
211 + android:layout_width="100dp"
212 + android:layout_height="100dp"
213 + android:layout_margin="10dp"
214 + android:layout_weight="1"
215 + android:background="@drawable/circle_selector"
216 + android:text="임신및출산(예정)"
217 + android:textColor="#757575"
218 + android:textOff="임신및출산(예정)"
219 + android:textOn="임신및출산(예정)"
220 + android:textSize="16dp" />
221 +
222 + </LinearLayout>
223 +
224 + <LinearLayout
225 + android:layout_width="match_parent"
226 + android:layout_height="match_parent"
227 + android:orientation="horizontal">
228 +
229 + <ToggleButton
230 + android:id="@+id/nanchiButton"
231 + android:layout_width="100dp"
232 + android:layout_height="100dp"
233 + android:layout_margin="10dp"
234 + android:layout_weight="1"
235 + android:background="@drawable/circle_selector"
236 + android:text="희귀난치성및중증질환"
237 + android:textColor="#757575"
238 + android:textOff="희귀난치성및중증질환"
239 + android:textOn="희귀난치성및중증질환"
240 + android:textSize="16dp" />
241 +
242 + <ToggleButton
243 + android:id="@+id/oeButton"
244 + android:layout_width="100dp"
245 + android:layout_height="100dp"
246 + android:layout_margin="10dp"
247 + android:layout_weight="1"
248 + android:background="@drawable/circle_selector"
249 + android:text="중증질환외질병"
250 + android:textColor="#757575"
251 + android:textOff="중증질환외질병"
252 + android:textOn="중증질환외질병"
253 + android:textSize="16dp" />
254 + </LinearLayout>
255 +
256 + <LinearLayout
257 + android:layout_width="match_parent"
258 + android:layout_height="match_parent"
259 + android:orientation="horizontal">
260 +
261 + <ToggleButton
262 + android:id="@+id/yoyaangButton"
263 + android:layout_width="100dp"
264 + android:layout_height="100dp"
265 + android:layout_margin="10dp"
266 + android:layout_weight="1"
267 + android:background="@drawable/circle_selector"
268 + android:text="(장기)요양환자"
269 + android:textColor="#757575"
270 + android:textOff="(장기)요양환자"
271 + android:textOn="(장기)요양환자"
272 + android:textSize="16dp" />
273 +
274 + <ToggleButton
275 + android:id="@+id/guitarButton"
276 + android:layout_width="100dp"
277 + android:layout_height="100dp"
278 + android:layout_margin="10dp"
279 + android:layout_weight="1"
280 + android:background="@drawable/circle_selector"
281 + android:text="기타"
282 + android:textColor="#757575"
283 + android:textOff="기타"
284 + android:textOn="기타"
285 + android:textSize="16dp" />
286 + </LinearLayout>
287 +
288 +
289 + </LinearLayout>
290 + </LinearLayout>
291 +
292 + </LinearLayout>
293 +
294 + <LinearLayout
295 + android:layout_width="match_parent"
296 + android:layout_height="20dp"
297 + android:layout_weight="1"
298 + android:orientation="vertical"></LinearLayout>
299 +
300 + </LinearLayout>
301 + </ScrollView>
302 +
303 + <LinearLayout
304 + android:layout_width="match_parent"
305 + android:layout_height="15dp"
306 + android:layout_weight="1"
307 + android:orientation="horizontal"></LinearLayout>
308 +
309 + <LinearLayout
310 + android:layout_width="match_parent"
311 + android:layout_height="wrap_content"
312 + android:orientation="horizontal">
313 +
314 + <Button
315 + android:id="@+id/previousButton"
316 + android:layout_width="10dp"
317 + android:layout_height="wrap_content"
318 + android:layout_weight="1"
319 + android:background="#F4F4F4"
320 + android:text="이전 단계로"
321 + android:textColor="#757575" />
322 +
323 + <Button
324 + android:id="@+id/nextButton"
325 + android:layout_width="10dp"
326 + android:layout_height="wrap_content"
327 + android:layout_weight="1"
328 + android:background="#29ABE2"
329 + android:text="다음 단계로"
330 + android:textColor="#FFFFFF" />
331 + </LinearLayout>
332 +
333 + </LinearLayout>
334 +</androidx.constraintlayout.widget.ConstraintLayout>
...\ No newline at end of file ...\ No newline at end of file
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 android:layout_width="fill_parent" 16 android:layout_width="fill_parent"
17 android:layout_height="wrap_content" 17 android:layout_height="wrap_content"
18 android:layout_marginBottom="11dp" 18 android:layout_marginBottom="11dp"
19 - android:background="#FFF" 19 + android:background="#0000001A"
20 android:elevation="5dp" 20 android:elevation="5dp"
21 android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" 21 android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
22 app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"> 22 app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
...@@ -31,31 +31,35 @@ ...@@ -31,31 +31,35 @@
31 android:layout_width="10dp" 31 android:layout_width="10dp"
32 android:layout_height="match_parent" 32 android:layout_height="match_parent"
33 android:layout_weight="1.5" 33 android:layout_weight="1.5"
34 - android:background="#FFFFFF" 34 + android:background="#00000000"
35 android:text="나가기" 35 android:text="나가기"
36 android:textColor="#29ABE2" 36 android:textColor="#29ABE2"
37 android:textSize="16dp" /> 37 android:textSize="16dp" />
38 +
38 <LinearLayout 39 <LinearLayout
39 android:layout_width="10dp" 40 android:layout_width="10dp"
40 android:layout_height="match_parent" 41 android:layout_height="match_parent"
41 - android:orientation="horizontal" 42 + android:layout_weight="1"
42 - android:layout_weight="1"/> 43 + android:orientation="horizontal" />
44 +
43 <ImageView 45 <ImageView
44 android:layout_width="77dp" 46 android:layout_width="77dp"
45 android:layout_height="44dp" 47 android:layout_height="44dp"
46 android:layout_gravity="center" 48 android:layout_gravity="center"
47 android:layout_weight="1" 49 android:layout_weight="1"
48 android:src="@drawable/toolbar_logo" /> 50 android:src="@drawable/toolbar_logo" />
51 +
49 <LinearLayout 52 <LinearLayout
50 android:layout_width="10dp" 53 android:layout_width="10dp"
51 android:layout_height="match_parent" 54 android:layout_height="match_parent"
52 - android:orientation="horizontal" 55 + android:layout_weight="1"
53 - android:layout_weight="1"/> 56 + android:orientation="horizontal" />
57 +
54 <LinearLayout 58 <LinearLayout
55 android:layout_width="10dp" 59 android:layout_width="10dp"
56 android:layout_height="match_parent" 60 android:layout_height="match_parent"
57 - android:orientation="horizontal" 61 + android:layout_weight="1.5"
58 - android:layout_weight="1.5"/> 62 + android:orientation="horizontal" />
59 63
60 </LinearLayout> 64 </LinearLayout>
61 65
...@@ -74,9 +78,10 @@ ...@@ -74,9 +78,10 @@
74 android:layout_height="match_parent" 78 android:layout_height="match_parent"
75 android:layout_gravity="center" 79 android:layout_gravity="center"
76 android:layout_weight="1" 80 android:layout_weight="1"
77 - android:background="#1E90FF" 81 + android:background="@drawable/profile_stage_filling"
78 android:gravity="center" 82 android:gravity="center"
79 - android:text="1" /> 83 + android:text="1"
84 + android:textColor="#FFFFFF" />
80 85
81 <TextView 86 <TextView
82 android:id="@+id/stageTextView2" 87 android:id="@+id/stageTextView2"
...@@ -84,9 +89,10 @@ ...@@ -84,9 +89,10 @@
84 android:layout_height="match_parent" 89 android:layout_height="match_parent"
85 android:layout_gravity="center" 90 android:layout_gravity="center"
86 android:layout_weight="1" 91 android:layout_weight="1"
87 - android:background="#1E90FF" 92 + android:background="@drawable/profile_stage_filling"
88 android:gravity="center" 93 android:gravity="center"
89 - android:text="2" /> 94 + android:text="2"
95 + android:textColor="#FFFFFF" />
90 96
91 <TextView 97 <TextView
92 android:id="@+id/stageTextView3" 98 android:id="@+id/stageTextView3"
...@@ -94,10 +100,10 @@ ...@@ -94,10 +100,10 @@
94 android:layout_height="match_parent" 100 android:layout_height="match_parent"
95 android:layout_gravity="center" 101 android:layout_gravity="center"
96 android:layout_weight="1" 102 android:layout_weight="1"
97 - 103 + android:background="@drawable/profile_stage"
98 - android:background="#1E90FF"
99 android:gravity="center" 104 android:gravity="center"
100 - android:text="3" /> 105 + android:text="3"
106 + android:textColor="#FFFFFF" />
101 107
102 <TextView 108 <TextView
103 android:id="@+id/stageTextView4" 109 android:id="@+id/stageTextView4"
...@@ -105,8 +111,10 @@ ...@@ -105,8 +111,10 @@
105 android:layout_height="match_parent" 111 android:layout_height="match_parent"
106 android:layout_gravity="center" 112 android:layout_gravity="center"
107 android:layout_weight="1" 113 android:layout_weight="1"
114 + android:background="#F4F4F4"
108 android:gravity="center" 115 android:gravity="center"
109 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#DDDDDD" />
110 118
111 <TextView 119 <TextView
112 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -114,21 +122,29 @@ ...@@ -114,21 +122,29 @@
114 android:layout_height="match_parent" 122 android:layout_height="match_parent"
115 android:layout_gravity="center" 123 android:layout_gravity="center"
116 android:layout_weight="1" 124 android:layout_weight="1"
125 + android:background="#F4F4F4"
117 android:gravity="center" 126 android:gravity="center"
118 - android:text="5" /> 127 + android:text="5"
128 + android:textColor="#DDDDDD" />
119 129
120 </LinearLayout> 130 </LinearLayout>
121 131
122 - <LinearLayout 132 + <ScrollView
123 android:layout_width="match_parent" 133 android:layout_width="match_parent"
124 android:layout_height="wrap_content" 134 android:layout_height="wrap_content"
125 - android:layout_weight="1" 135 + android:layout_weight="1">
126 - android:orientation="vertical">
127 136
128 - <ScrollView 137 + <LinearLayout
129 android:layout_width="match_parent" 138 android:layout_width="match_parent"
130 - android:layout_height="match_parent" 139 + android:layout_height="wrap_content"
131 - android:layout_weight="1"> 140 + android:gravity="center"
141 + android:orientation="vertical">
142 +
143 + <LinearLayout
144 + android:layout_width="match_parent"
145 + android:layout_height="20dp"
146 + android:layout_weight="1"
147 + android:orientation="horizontal"></LinearLayout>
132 148
133 <LinearLayout 149 <LinearLayout
134 android:layout_width="match_parent" 150 android:layout_width="match_parent"
...@@ -137,33 +153,114 @@ ...@@ -137,33 +153,114 @@
137 153
138 <LinearLayout 154 <LinearLayout
139 android:layout_width="match_parent" 155 android:layout_width="match_parent"
156 + android:layout_height="match_parent"
157 + android:gravity="center"
158 + android:orientation="horizontal">
159 +
160 + <TextView
161 + android:id="@+id/explainTextView0"
162 + android:layout_width="wrap_content"
163 + android:layout_height="wrap_content"
164 + android:layout_gravity="center"
165 + android:gravity="center"
166 + android:text="10. 자신의 장애 유무를 선택해주세요."
167 + android:textColor="#4A4A4A"
168 + android:textSize="20dp" />
169 +
170 + </LinearLayout>
171 +
172 + </LinearLayout>
173 +
174 + <LinearLayout
175 + android:layout_width="match_parent"
176 + android:layout_height="wrap_content"
177 + android:orientation="vertical">
178 +
179 + <LinearLayout
180 + android:layout_width="wrap_content"
181 + android:layout_height="wrap_content"
182 + android:layout_gravity="center"
183 + android:gravity="center"
184 + android:orientation="vertical">
185 +
186 + <LinearLayout
187 + android:layout_width="match_parent"
188 + android:layout_height="match_parent"
189 + android:orientation="horizontal">
190 +
191 + <ToggleButton
192 + android:id="@+id/yesButton"
193 + android:layout_width="300dp"
194 + android:layout_height="wrap_content"
195 + android:layout_margin="5dp"
196 + android:layout_weight="1"
197 + android:background="@drawable/button_selector"
198 + android:text="있음"
199 + android:textColor="#757575"
200 + android:textOff="있음"
201 + android:textOn="있음" />
202 +
203 + </LinearLayout>
204 +
205 +
206 + <LinearLayout
207 + android:layout_width="match_parent"
208 + android:layout_height="match_parent"
209 + android:orientation="horizontal">
210 +
211 + <ToggleButton
212 + android:id="@+id/noButton"
213 + android:layout_width="300dp"
214 + android:layout_height="wrap_content"
215 + android:layout_margin="5dp"
216 + android:layout_weight="1"
217 + android:background="@drawable/button_selector"
218 + android:text="없음"
219 + android:textColor="#757575"
220 + android:textOff="없음"
221 + android:textOn="없음" />
222 + </LinearLayout>
223 +
224 + </LinearLayout>
225 + </LinearLayout>
226 +
227 + <LinearLayout
228 + android:layout_width="match_parent"
229 + android:layout_height="20dp"
230 + android:layout_weight="1"
231 + android:orientation="horizontal"></LinearLayout>
232 +
233 + <LinearLayout
234 + android:id="@+id/eightoneLayout"
235 + android:layout_width="match_parent"
236 + android:layout_height="wrap_content"
237 + android:layout_weight="1"
238 + android:orientation="vertical"
239 + android:visibility="gone">
240 +
241 + <LinearLayout
242 + android:layout_width="match_parent"
140 android:layout_height="wrap_content" 243 android:layout_height="wrap_content"
141 android:orientation="vertical"> 244 android:orientation="vertical">
142 245
143 - <RelativeLayout 246 + <LinearLayout
144 android:layout_width="match_parent" 247 android:layout_width="match_parent"
145 - android:layout_height="match_parent"> 248 + android:layout_height="match_parent"
249 + android:gravity="center"
250 + android:orientation="horizontal">
146 251
147 <TextView 252 <TextView
148 - android:id="@+id/explainTextView" 253 + android:id="@+id/explainTextView1"
149 android:layout_width="wrap_content" 254 android:layout_width="wrap_content"
150 android:layout_height="wrap_content" 255 android:layout_height="wrap_content"
151 - android:layout_centerInParent="true"
152 android:layout_gravity="center" 256 android:layout_gravity="center"
153 android:gravity="center" 257 android:gravity="center"
154 - android:text="8. 자신의 장애 유무를 선택해 주세요." /> 258 + android:text="10-1. 장애유형을 모두 선택해주세요."
259 + android:textColor="#4A4A4A"
260 + android:textSize="20dp" />
261 +
262 + </LinearLayout>
155 263
156 - <Button
157 - android:id="@+id/questionButton"
158 - android:layout_width="30dp"
159 - android:layout_height="30dp"
160 - android:layout_gravity="center"
161 - android:layout_toRightOf="@id/explainTextView"
162 - android:backgroundTint="#1E90FF"
163 - android:gravity="center"
164 - android:text=" ? "
165 - android:textSize="8sp" />
166 - </RelativeLayout>
167 </LinearLayout> 264 </LinearLayout>
168 265
169 <LinearLayout 266 <LinearLayout
...@@ -184,17 +281,51 @@ ...@@ -184,17 +281,51 @@
184 android:orientation="horizontal"> 281 android:orientation="horizontal">
185 282
186 <ToggleButton 283 <ToggleButton
187 - android:id="@+id/yesButton" 284 + android:id="@+id/jichaeButton"
188 - android:layout_width="300dp" 285 + android:layout_width="100dp"
189 - android:layout_height="wrap_content" 286 + android:layout_height="100dp"
287 + android:layout_gravity="center"
288 + android:layout_margin="10dp"
190 android:layout_weight="1" 289 android:layout_weight="1"
191 - android:background="@drawable/profil_selector" 290 + android:background="@drawable/circle_selector"
192 - android:text="있음" 291 + android:gravity="center"
193 - android:textOff="있음" 292 + android:text="지체장애"
194 - android:textOn="있음" /> 293 + android:textColor="#757575"
294 + android:textOff="지체장애"
295 + android:textOn="지체장애"
296 + android:textSize="16dp" />
195 297
196 - </LinearLayout> 298 + <ToggleButton
299 + android:id="@+id/noebyungbyunButton"
300 + android:layout_width="100dp"
301 + android:layout_height="100dp"
302 + android:layout_gravity="center"
303 + android:layout_margin="10dp"
304 + android:layout_weight="1"
305 + android:background="@drawable/circle_selector"
306 + android:gravity="center"
307 + android:text="뇌병변장애"
308 + android:textColor="#757575"
309 + android:textOff="뇌병변장애"
310 + android:textOn="뇌병변장애"
311 + android:textSize="16dp" />
197 312
313 + <ToggleButton
314 + android:id="@+id/sigaakButton"
315 + android:layout_width="100dp"
316 + android:layout_height="100dp"
317 + android:layout_gravity="center"
318 + android:layout_margin="10dp"
319 + android:layout_weight="1"
320 + android:background="@drawable/circle_selector"
321 + android:gravity="center"
322 + android:text="시각장애"
323 + android:textColor="#757575"
324 + android:textOff="시각장애"
325 + android:textOn="시각장애"
326 + android:textSize="16dp" />
327 +
328 + </LinearLayout>
198 329
199 <LinearLayout 330 <LinearLayout
200 android:layout_width="match_parent" 331 android:layout_width="match_parent"
...@@ -202,419 +333,245 @@ ...@@ -202,419 +333,245 @@
202 android:orientation="horizontal"> 333 android:orientation="horizontal">
203 334
204 <ToggleButton 335 <ToggleButton
205 - android:id="@+id/noButton" 336 + android:id="@+id/chungkaakButton"
206 - android:layout_width="300dp" 337 + android:layout_width="100dp"
207 - android:layout_height="wrap_content" 338 + android:layout_height="100dp"
339 + android:layout_gravity="center"
340 + android:layout_margin="10dp"
208 android:layout_weight="1" 341 android:layout_weight="1"
209 - android:background="@drawable/profil_selector" 342 + android:background="@drawable/circle_selector"
210 - android:text="없음" 343 + android:gravity="center"
211 - android:textOff="없음" 344 + android:text="청각장애"
212 - android:textOn="없음" /> 345 + android:textColor="#757575"
213 - </LinearLayout> 346 + android:textOff="청각장애"
347 + android:textOn="청각장애"
348 + android:textSize="16dp" />
214 349
215 - </LinearLayout> 350 + <ToggleButton
216 - </LinearLayout> 351 + android:id="@+id/unuhButton"
352 + android:layout_width="100dp"
353 + android:layout_height="100dp"
354 + android:layout_gravity="center"
355 + android:layout_margin="10dp"
356 + android:layout_weight="1"
357 + android:background="@drawable/circle_selector"
358 + android:gravity="center"
359 + android:text="언어장애"
360 + android:textColor="#757575"
361 + android:textOff="언어장애"
362 + android:textOn="언어장애"
363 + android:textSize="16dp" />
217 364
218 - <LinearLayout 365 + <ToggleButton
219 - android:id="@+id/eightoneLayout" 366 + android:id="@+id/ahnmyunButton"
220 - android:layout_width="match_parent" 367 + android:layout_width="100dp"
221 - android:layout_height="wrap_content" 368 + android:layout_height="100dp"
222 - android:layout_weight="1" 369 + android:layout_gravity="center"
223 - android:orientation="vertical" 370 + android:layout_margin="10dp"
224 - android:visibility="gone"> 371 + android:layout_weight="1"
372 + android:background="@drawable/circle_selector"
373 + android:gravity="center"
374 + android:text="안면장애"
375 + android:textColor="#757575"
376 + android:textOff="안면장애"
377 + android:textOn="안면장애"
378 + android:textSize="16dp" />
225 379
226 - <LinearLayout 380 + </LinearLayout>
227 - android:layout_width="match_parent"
228 - android:layout_height="wrap_content"
229 - android:orientation="vertical">
230 381
231 - <RelativeLayout 382 + <LinearLayout
232 android:layout_width="match_parent" 383 android:layout_width="match_parent"
233 - android:layout_height="match_parent"> 384 + android:layout_height="match_parent"
385 + android:orientation="horizontal">
234 386
235 - <TextView 387 + <ToggleButton
236 - android:id="@+id/explainSub1TextView" 388 + android:id="@+id/sinjaangButton"
237 - android:layout_width="wrap_content" 389 + android:layout_width="100dp"
238 - android:layout_height="wrap_content" 390 + android:layout_height="100dp"
239 - android:layout_centerInParent="true"
240 android:layout_gravity="center" 391 android:layout_gravity="center"
392 + android:layout_margin="10dp"
393 + android:layout_weight="1"
394 + android:background="@drawable/circle_selector"
241 android:gravity="center" 395 android:gravity="center"
242 - android:text="8-1. 장애 유형을 모두 선택해주세요." /> 396 + android:text="신장장애"
397 + android:textColor="#757575"
398 + android:textOff="신장장애"
399 + android:textOn="신장장애"
400 + android:textSize="16dp" />
243 401
244 - <Button 402 + <ToggleButton
245 - android:id="@+id/questionSub1Button" 403 + android:id="@+id/simjaangButton"
246 - android:layout_width="30dp" 404 + android:layout_width="100dp"
247 - android:layout_height="30dp" 405 + android:layout_height="100dp"
248 android:layout_gravity="center" 406 android:layout_gravity="center"
249 - android:layout_toRightOf="@id/explainSub1TextView" 407 + android:layout_margin="10dp"
250 - android:backgroundTint="#1E90FF" 408 + android:layout_weight="1"
409 + android:background="@drawable/circle_selector"
251 android:gravity="center" 410 android:gravity="center"
252 - android:text=" ? " 411 + android:text="심장장애"
253 - android:textSize="8sp" /> 412 + android:textColor="#757575"
254 - </RelativeLayout> 413 + android:textOff="심장장애"
255 - </LinearLayout> 414 + android:textOn="심장장애"
256 - 415 + android:textSize="16dp" />
257 - <LinearLayout
258 - android:layout_width="match_parent"
259 - android:layout_height="wrap_content"
260 - android:orientation="vertical">
261 416
262 - <LinearLayout 417 + <ToggleButton
263 - android:layout_width="wrap_content" 418 + android:id="@+id/gaanjaangButton"
264 - android:layout_height="wrap_content" 419 + android:layout_width="100dp"
265 - android:layout_gravity="center" 420 + android:layout_height="100dp"
266 - android:gravity="center" 421 + android:layout_gravity="center"
267 - android:orientation="vertical"> 422 + android:layout_margin="10dp"
268 - 423 + android:layout_weight="1"
269 - <LinearLayout 424 + android:background="@drawable/circle_selector"
270 - android:layout_width="match_parent" 425 + android:gravity="center"
271 - android:layout_height="match_parent" 426 + android:text="간장애"
272 - android:orientation="horizontal"> 427 + android:textColor="#757575"
273 - 428 + android:textOff="간장애"
274 - <ToggleButton 429 + android:textOn="간장애"
275 - android:id="@+id/jichaeButton" 430 + android:textSize="16dp" />
276 - android:layout_width="300dp"
277 - android:layout_height="wrap_content"
278 - android:layout_weight="1"
279 - android:background="@drawable/profil_selector"
280 - android:text="지체장애"
281 - android:textOff="지체장애"
282 - android:textOn="지체장애" />
283 -
284 - <ToggleButton
285 - android:id="@+id/noebyungbyunButton"
286 - android:layout_width="300dp"
287 - android:layout_height="wrap_content"
288 - android:layout_weight="1"
289 - android:background="@drawable/profil_selector"
290 - android:text="뇌병변장애"
291 - android:textOff="뇌병변장애"
292 - android:textOn="뇌병변장애" />
293 -
294 - <ToggleButton
295 - android:id="@+id/sigaakButton"
296 - android:layout_width="300dp"
297 - android:layout_height="wrap_content"
298 - android:layout_weight="1"
299 - android:background="@drawable/profil_selector"
300 - android:text="시각장애"
301 - android:textOff="시각장애"
302 - android:textOn="시각장애" />
303 -
304 - </LinearLayout>
305 -
306 - <LinearLayout
307 - android:layout_width="match_parent"
308 - android:layout_height="match_parent"
309 - android:orientation="horizontal">
310 -
311 - <ToggleButton
312 - android:id="@+id/chungkaakButton"
313 - android:layout_width="300dp"
314 - android:layout_height="wrap_content"
315 - android:layout_weight="1"
316 - android:background="@drawable/profil_selector"
317 - android:text="청각장애"
318 - android:textOff="청각장애"
319 - android:textOn="청각장애" />
320 -
321 - <ToggleButton
322 - android:id="@+id/unuhButton"
323 - android:layout_width="300dp"
324 - android:layout_height="wrap_content"
325 - android:layout_weight="1"
326 - android:background="@drawable/profil_selector"
327 - android:text="언어장애"
328 - android:textOff="언어장애"
329 - android:textOn="언어장애" />
330 -
331 - <ToggleButton
332 - android:id="@+id/ahnmyunButton"
333 - android:layout_width="300dp"
334 - android:layout_height="wrap_content"
335 - android:layout_weight="1"
336 - android:background="@drawable/profil_selector"
337 - android:text="안면장애"
338 - android:textOff="안면장애"
339 - android:textOn="안면장애" />
340 -
341 - </LinearLayout>
342 -
343 - <LinearLayout
344 - android:layout_width="match_parent"
345 - android:layout_height="match_parent"
346 - android:orientation="horizontal">
347 -
348 - <ToggleButton
349 - android:id="@+id/sinjaangButton"
350 - android:layout_width="300dp"
351 - android:layout_height="wrap_content"
352 - android:layout_weight="1"
353 - android:background="@drawable/profil_selector"
354 - android:text="신장장애"
355 - android:textOff="신장장애"
356 - android:textOn="신장장애" />
357 -
358 - <ToggleButton
359 - android:id="@+id/simjaangButton"
360 - android:layout_width="300dp"
361 - android:layout_height="wrap_content"
362 - android:layout_weight="1"
363 - android:background="@drawable/profil_selector"
364 - android:text="심장장애"
365 - android:textOff="심장장애"
366 - android:textOn="심장장애" />
367 -
368 - <ToggleButton
369 - android:id="@+id/gaanjaangButton"
370 - android:layout_width="300dp"
371 - android:layout_height="wrap_content"
372 - android:layout_weight="1"
373 - android:background="@drawable/profil_selector"
374 - android:text="간장애"
375 - android:textOff="간장애"
376 - android:textOn="간장애" />
377 -
378 - </LinearLayout>
379 -
380 - <LinearLayout
381 - android:layout_width="match_parent"
382 - android:layout_height="match_parent"
383 - android:orientation="horizontal">
384 -
385 - <ToggleButton
386 - android:id="@+id/jaangrooButton"
387 - android:layout_width="300dp"
388 - android:layout_height="wrap_content"
389 - android:layout_weight="1"
390 - android:background="@drawable/profil_selector"
391 - android:text="장루/요루장애"
392 - android:textOff="장루/요루장애"
393 - android:textOn="장루/요루장애" />
394 -
395 - <ToggleButton
396 - android:id="@+id/noejungjeungButton"
397 - android:layout_width="300dp"
398 - android:layout_height="wrap_content"
399 - android:layout_weight="1"
400 - android:background="@drawable/profil_selector"
401 - android:text="뇌전증"
402 - android:textOff="뇌전증"
403 - android:textOn="뇌전증" />
404 -
405 - <ToggleButton
406 - android:id="@+id/hoheupkiButton"
407 - android:layout_width="300dp"
408 - android:layout_height="wrap_content"
409 - android:layout_weight="1"
410 - android:background="@drawable/profil_selector"
411 - android:text="호흡기"
412 - android:textOff="호흡기"
413 - android:textOn="호흡기" />
414 -
415 - </LinearLayout>
416 -
417 -
418 - <LinearLayout
419 - android:layout_width="match_parent"
420 - android:layout_height="match_parent"
421 - android:orientation="horizontal">
422 -
423 - <ToggleButton
424 - android:id="@+id/jijukButton"
425 - android:layout_width="300dp"
426 - android:layout_height="wrap_content"
427 - android:layout_weight="1"
428 - android:background="@drawable/profil_selector"
429 - android:text="지적장애"
430 - android:textOff="지적장애"
431 - android:textOn="지적장애" />
432 -
433 - <ToggleButton
434 - android:id="@+id/japyeahButton"
435 - android:layout_width="300dp"
436 - android:layout_height="wrap_content"
437 - android:layout_weight="1"
438 - android:background="@drawable/profil_selector"
439 - android:text="자폐성장애"
440 - android:textOff="자폐성장애"
441 - android:textOn="자폐성장애" />
442 -
443 - <ToggleButton
444 - android:id="@+id/jeongshinButton"
445 - android:layout_width="300dp"
446 - android:layout_height="wrap_content"
447 - android:layout_weight="1"
448 - android:background="@drawable/profil_selector"
449 - android:text="정신장애"
450 - android:textOff="정신장애"
451 - android:textOn="정신장애" />
452 - </LinearLayout>
453 431
454 </LinearLayout> 432 </LinearLayout>
455 - </LinearLayout>
456 433
457 - </LinearLayout> 434 + <LinearLayout
458 -
459 - <LinearLayout
460 - android:id="@+id/eighttwoLayout"
461 - android:layout_width="match_parent"
462 - android:layout_height="wrap_content"
463 - android:layout_weight="1"
464 - android:orientation="vertical"
465 - android:visibility="gone">
466 -
467 - <LinearLayout
468 - android:layout_width="match_parent"
469 - android:layout_height="wrap_content"
470 - android:orientation="vertical">
471 -
472 - <RelativeLayout
473 android:layout_width="match_parent" 435 android:layout_width="match_parent"
474 - android:layout_height="match_parent"> 436 + android:layout_height="match_parent"
437 + android:orientation="horizontal">
475 438
476 - <TextView 439 + <ToggleButton
477 - android:id="@+id/explainSub2TextView" 440 + android:id="@+id/jaangrooButton"
478 - android:layout_width="wrap_content" 441 + android:layout_width="100dp"
479 - android:layout_height="wrap_content" 442 + android:layout_height="100dp"
480 - android:layout_centerInParent="true"
481 android:layout_gravity="center" 443 android:layout_gravity="center"
444 + android:layout_margin="10dp"
445 + android:layout_weight="1"
446 + android:background="@drawable/circle_selector"
482 android:gravity="center" 447 android:gravity="center"
483 - android:text="9. 자신의 건강 상태를 선택해 주세요." /> 448 + android:text="장루/요루장애"
449 + android:textColor="#757575"
450 + android:textOff="장루/요루장애"
451 + android:textOn="장루/요루장애"
452 + android:textSize="16dp" />
484 453
485 - <Button 454 + <ToggleButton
486 - android:id="@+id/questionSub2Button" 455 + android:id="@+id/noejungjeungButton"
487 - android:layout_width="30dp" 456 + android:layout_width="100dp"
488 - android:layout_height="30dp" 457 + android:layout_height="100dp"
489 android:layout_gravity="center" 458 android:layout_gravity="center"
490 - android:layout_toRightOf="@id/explainSub2TextView" 459 + android:layout_margin="10dp"
491 - android:backgroundTint="#1E90FF" 460 + android:layout_weight="1"
461 + android:background="@drawable/circle_selector"
492 android:gravity="center" 462 android:gravity="center"
493 - android:text=" ? " 463 + android:text="뇌전증"
494 - android:textSize="8sp" /> 464 + android:textColor="#757575"
495 - </RelativeLayout> 465 + android:textOff="뇌전증"
496 - </LinearLayout> 466 + android:textOn="뇌전증"
467 + android:textSize="16dp" />
468 +
469 + <ToggleButton
470 + android:id="@+id/hoheupkiButton"
471 + android:layout_width="100dp"
472 + android:layout_height="100dp"
473 + android:layout_gravity="center"
474 + android:layout_margin="10dp"
475 + android:layout_weight="1"
476 + android:background="@drawable/circle_selector"
477 + android:gravity="center"
478 + android:text="호흡기"
479 + android:textColor="#757575"
480 + android:textOff="호흡기"
481 + android:textOn="호흡기"
482 + android:textSize="16dp" />
483 +
484 + </LinearLayout>
497 485
498 - <LinearLayout
499 - android:layout_width="match_parent"
500 - android:layout_height="wrap_content"
501 - android:orientation="vertical">
502 486
503 <LinearLayout 487 <LinearLayout
504 - android:layout_width="wrap_content" 488 + android:layout_width="match_parent"
505 - android:layout_height="wrap_content" 489 + android:layout_height="match_parent"
506 - android:layout_gravity="center" 490 + android:orientation="horizontal">
507 - android:gravity="center" 491 +
508 - android:orientation="vertical"> 492 + <ToggleButton
509 - 493 + android:id="@+id/jijukButton"
510 - <LinearLayout 494 + android:layout_width="100dp"
511 - android:layout_width="match_parent" 495 + android:layout_height="100dp"
512 - android:layout_height="match_parent" 496 + android:layout_gravity="center"
513 - android:orientation="horizontal"> 497 + android:layout_margin="10dp"
514 - 498 + android:layout_weight="1"
515 - <ToggleButton 499 + android:background="@drawable/circle_selector"
516 - android:id="@+id/nothingButton" 500 + android:gravity="center"
517 - android:layout_width="300dp" 501 + android:text="지적장애"
518 - android:layout_height="wrap_content" 502 + android:textColor="#757575"
519 - android:layout_weight="1" 503 + android:textOff="지적장애"
520 - android:background="@drawable/profil_selector" 504 + android:textOn="지적장애"
521 - android:text="해당없음" 505 + android:textSize="16dp" />
522 - android:textOff="해당없음"
523 - android:textOn="해당없음" />
524 -
525 - <ToggleButton
526 - android:id="@+id/imshinButton"
527 - android:layout_width="300dp"
528 - android:layout_height="wrap_content"
529 - android:layout_weight="1"
530 - android:background="@drawable/profil_selector"
531 - android:text="임신및출산(예정)"
532 - android:textOff="임신및출산(예정)"
533 - android:textOn="임신및출산(예정)" />
534 -
535 - </LinearLayout>
536 -
537 - <LinearLayout
538 - android:layout_width="match_parent"
539 - android:layout_height="match_parent"
540 - android:orientation="horizontal">
541 -
542 - <ToggleButton
543 - android:id="@+id/nanchiButton"
544 - android:layout_width="300dp"
545 - android:layout_height="wrap_content"
546 - android:layout_weight="1"
547 - android:background="@drawable/profil_selector"
548 - android:text="희귀난치성및중증질환"
549 - android:textOff="희귀난치성및중증질환"
550 - android:textOn="희귀난치성및중증질환" />
551 -
552 - <ToggleButton
553 - android:id="@+id/oeButton"
554 - android:layout_width="300dp"
555 - android:layout_height="wrap_content"
556 - android:layout_weight="1"
557 - android:background="@drawable/profil_selector"
558 - android:text="중증질환외질병"
559 - android:textOff="중증질환외질병"
560 - android:textOn="중증질환외질병" />
561 - </LinearLayout>
562 -
563 - <LinearLayout
564 - android:layout_width="match_parent"
565 - android:layout_height="match_parent"
566 - android:orientation="horizontal">
567 -
568 - <ToggleButton
569 - android:id="@+id/yoyaangButton"
570 - android:layout_width="300dp"
571 - android:layout_height="wrap_content"
572 - android:layout_weight="1"
573 - android:background="@drawable/profil_selector"
574 - android:text="(장기)요양환자"
575 - android:textOff="(장기)요양환자"
576 - android:textOn="(장기)요양환자" />
577 -
578 - <ToggleButton
579 - android:id="@+id/guitarButton"
580 - android:layout_width="300dp"
581 - android:layout_height="wrap_content"
582 - android:layout_weight="1"
583 - android:background="@drawable/profil_selector"
584 - android:text="기타"
585 - android:textOff="기타"
586 - android:textOn="기타" />
587 - </LinearLayout>
588 506
507 + <ToggleButton
508 + android:id="@+id/japyeahButton"
509 + android:layout_width="100dp"
510 + android:layout_height="100dp"
511 + android:layout_gravity="center"
512 + android:layout_margin="10dp"
513 + android:layout_weight="1"
514 + android:background="@drawable/circle_selector"
515 + android:gravity="center"
516 + android:text="자폐성장애"
517 + android:textColor="#757575"
518 + android:textOff="자폐성장애"
519 + android:textOn="자폐성장애"
520 + android:textSize="16dp" />
589 521
522 + <ToggleButton
523 + android:id="@+id/jeongshinButton"
524 + android:layout_width="100dp"
525 + android:layout_height="100dp"
526 + android:layout_gravity="center"
527 + android:layout_margin="10dp"
528 + android:layout_weight="1"
529 + android:background="@drawable/circle_selector"
530 + android:gravity="center"
531 + android:text="정신장애"
532 + android:textColor="#757575"
533 + android:textOff="정신장애"
534 + android:textOn="정신장애"
535 + android:textSize="16dp" />
590 </LinearLayout> 536 </LinearLayout>
591 - </LinearLayout>
592 537
538 + </LinearLayout>
593 </LinearLayout> 539 </LinearLayout>
594 540
595 </LinearLayout> 541 </LinearLayout>
596 - </ScrollView>
597 542
598 - <LinearLayout 543 + <LinearLayout
599 - android:layout_width="match_parent" 544 + android:layout_width="match_parent"
600 - android:layout_height="wrap_content" 545 + android:layout_height="50dp"
601 - android:orientation="horizontal">
602 -
603 - <Button
604 - android:id="@+id/previousButton"
605 - android:layout_width="10dp"
606 - android:layout_height="wrap_content"
607 android:layout_weight="1" 546 android:layout_weight="1"
608 - android:text="이전 단계로" /> 547 + android:orientation="horizontal"></LinearLayout>
609 548
610 - <Button
611 - android:id="@+id/nextButton"
612 - android:layout_width="10dp"
613 - android:layout_height="wrap_content"
614 - android:layout_weight="1"
615 - android:text="다음 단계로" />
616 </LinearLayout> 549 </LinearLayout>
550 + </ScrollView>
551 +
552 + <LinearLayout
553 + android:layout_width="match_parent"
554 + android:layout_height="wrap_content"
555 + android:orientation="horizontal">
617 556
557 + <Button
558 + android:id="@+id/previousButton"
559 + android:layout_width="10dp"
560 + android:layout_height="wrap_content"
561 + android:layout_weight="1"
562 + android:background="#F4F4F4"
563 + android:text="이전 단계로"
564 + android:textColor="#757575" />
565 +
566 + <Button
567 + android:id="@+id/nextButton"
568 + android:layout_width="10dp"
569 + android:layout_height="wrap_content"
570 + android:layout_weight="1"
571 + android:background="#29ABE2"
572 + android:text="다음 단계로"
573 + android:textColor="#FFFFFF" />
618 </LinearLayout> 574 </LinearLayout>
575 +
619 </LinearLayout> 576 </LinearLayout>
620 </androidx.constraintlayout.widget.ConstraintLayout> 577 </androidx.constraintlayout.widget.ConstraintLayout>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 android:layout_width="fill_parent" 16 android:layout_width="fill_parent"
17 android:layout_height="wrap_content" 17 android:layout_height="wrap_content"
18 android:layout_marginBottom="11dp" 18 android:layout_marginBottom="11dp"
19 - android:background="#FFF" 19 + android:background="#0000001A"
20 android:elevation="5dp" 20 android:elevation="5dp"
21 android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" 21 android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
22 app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"> 22 app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
...@@ -31,31 +31,35 @@ ...@@ -31,31 +31,35 @@
31 android:layout_width="10dp" 31 android:layout_width="10dp"
32 android:layout_height="match_parent" 32 android:layout_height="match_parent"
33 android:layout_weight="1.5" 33 android:layout_weight="1.5"
34 - android:background="#FFFFFF" 34 + android:background="#00000000"
35 android:text="나가기" 35 android:text="나가기"
36 android:textColor="#29ABE2" 36 android:textColor="#29ABE2"
37 android:textSize="16dp" /> 37 android:textSize="16dp" />
38 +
38 <LinearLayout 39 <LinearLayout
39 android:layout_width="10dp" 40 android:layout_width="10dp"
40 android:layout_height="match_parent" 41 android:layout_height="match_parent"
41 - android:orientation="horizontal" 42 + android:layout_weight="1"
42 - android:layout_weight="1"/> 43 + android:orientation="horizontal" />
44 +
43 <ImageView 45 <ImageView
44 android:layout_width="77dp" 46 android:layout_width="77dp"
45 android:layout_height="44dp" 47 android:layout_height="44dp"
46 android:layout_gravity="center" 48 android:layout_gravity="center"
47 android:layout_weight="1" 49 android:layout_weight="1"
48 android:src="@drawable/toolbar_logo" /> 50 android:src="@drawable/toolbar_logo" />
51 +
49 <LinearLayout 52 <LinearLayout
50 android:layout_width="10dp" 53 android:layout_width="10dp"
51 android:layout_height="match_parent" 54 android:layout_height="match_parent"
52 - android:orientation="horizontal" 55 + android:layout_weight="1"
53 - android:layout_weight="1"/> 56 + android:orientation="horizontal" />
57 +
54 <LinearLayout 58 <LinearLayout
55 android:layout_width="10dp" 59 android:layout_width="10dp"
56 android:layout_height="match_parent" 60 android:layout_height="match_parent"
57 - android:orientation="horizontal" 61 + android:layout_weight="1.5"
58 - android:layout_weight="1.5"/> 62 + android:orientation="horizontal" />
59 63
60 </LinearLayout> 64 </LinearLayout>
61 65
...@@ -74,9 +78,10 @@ ...@@ -74,9 +78,10 @@
74 android:layout_height="match_parent" 78 android:layout_height="match_parent"
75 android:layout_gravity="center" 79 android:layout_gravity="center"
76 android:layout_weight="1" 80 android:layout_weight="1"
77 - android:background="#1E90FF" 81 + android:background="@drawable/profile_stage_filling"
78 android:gravity="center" 82 android:gravity="center"
79 - android:text="1" /> 83 + android:text="1"
84 + android:textColor="#FFFFFF" />
80 85
81 <TextView 86 <TextView
82 android:id="@+id/stageTextView2" 87 android:id="@+id/stageTextView2"
...@@ -84,9 +89,10 @@ ...@@ -84,9 +89,10 @@
84 android:layout_height="match_parent" 89 android:layout_height="match_parent"
85 android:layout_gravity="center" 90 android:layout_gravity="center"
86 android:layout_weight="1" 91 android:layout_weight="1"
87 - android:background="#1E90FF" 92 + android:background="@drawable/profile_stage_filling"
88 android:gravity="center" 93 android:gravity="center"
89 - android:text="2" /> 94 + android:text="2"
95 + android:textColor="#FFFFFF" />
90 96
91 <TextView 97 <TextView
92 android:id="@+id/stageTextView3" 98 android:id="@+id/stageTextView3"
...@@ -94,10 +100,10 @@ ...@@ -94,10 +100,10 @@
94 android:layout_height="match_parent" 100 android:layout_height="match_parent"
95 android:layout_gravity="center" 101 android:layout_gravity="center"
96 android:layout_weight="1" 102 android:layout_weight="1"
97 - 103 + android:background="@drawable/profile_stage"
98 - android:background="#1E90FF"
99 android:gravity="center" 104 android:gravity="center"
100 - android:text="3" /> 105 + android:text="3"
106 + android:textColor="#FFFFFF" />
101 107
102 <TextView 108 <TextView
103 android:id="@+id/stageTextView4" 109 android:id="@+id/stageTextView4"
...@@ -105,8 +111,10 @@ ...@@ -105,8 +111,10 @@
105 android:layout_height="match_parent" 111 android:layout_height="match_parent"
106 android:layout_gravity="center" 112 android:layout_gravity="center"
107 android:layout_weight="1" 113 android:layout_weight="1"
114 + android:background="#F4F4F4"
108 android:gravity="center" 115 android:gravity="center"
109 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#DDDDDD" />
110 118
111 <TextView 119 <TextView
112 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -114,8 +122,10 @@ ...@@ -114,8 +122,10 @@
114 android:layout_height="match_parent" 122 android:layout_height="match_parent"
115 android:layout_gravity="center" 123 android:layout_gravity="center"
116 android:layout_weight="1" 124 android:layout_weight="1"
125 + android:background="#F4F4F4"
117 android:gravity="center" 126 android:gravity="center"
118 - android:text="5" /> 127 + android:text="5"
128 + android:textColor="#DDDDDD" />
119 129
120 </LinearLayout> 130 </LinearLayout>
121 131
...@@ -123,188 +133,223 @@ ...@@ -123,188 +133,223 @@
123 android:layout_width="match_parent" 133 android:layout_width="match_parent"
124 android:layout_height="10dp" 134 android:layout_height="10dp"
125 android:layout_weight="1" 135 android:layout_weight="1"
126 - android:orientation="vertical"></LinearLayout> 136 + android:orientation="horizontal"></LinearLayout>
127 137
128 - <LinearLayout 138 + <ScrollView
129 android:layout_width="match_parent" 139 android:layout_width="match_parent"
130 - android:layout_height="wrap_content" 140 + android:layout_height="wrap_content">
131 - android:layout_weight="1"
132 - android:orientation="vertical">
133 141
134 <LinearLayout 142 <LinearLayout
135 android:layout_width="match_parent" 143 android:layout_width="match_parent"
136 android:layout_height="wrap_content" 144 android:layout_height="wrap_content"
137 android:orientation="vertical"> 145 android:orientation="vertical">
138 146
139 - <RelativeLayout 147 + <LinearLayout
140 android:layout_width="match_parent" 148 android:layout_width="match_parent"
141 - android:layout_height="match_parent"> 149 + android:layout_height="20dp"
150 + android:layout_weight="1"
151 + android:orientation="vertical"></LinearLayout>
152 +
153 + <LinearLayout
154 + android:layout_width="match_parent"
155 + android:layout_height="wrap_content"
156 + android:layout_weight="1"
157 + android:gravity="center"
158 + android:orientation="vertical">
142 159
143 - <TextView 160 + <LinearLayout
144 - android:id="@+id/explainTextView"
145 android:layout_width="wrap_content" 161 android:layout_width="wrap_content"
146 android:layout_height="wrap_content" 162 android:layout_height="wrap_content"
147 - android:layout_centerInParent="true" 163 + android:orientation="horizontal">
148 - android:layout_gravity="center" 164 +
149 - android:gravity="center" 165 + <TextView
150 - android:text="5. 현재 재학상태를 선택해 주세요." /> 166 + android:id="@+id/explainTextView"
151 - 167 + android:layout_width="wrap_content"
152 - <Button 168 + android:layout_height="wrap_content"
153 - android:id="@+id/questionButton" 169 + android:layout_gravity="center"
154 - android:layout_width="30dp" 170 + android:gravity="center"
155 - android:layout_height="30dp" 171 + android:text="7. 현재 자신의 재학상태를 선택해 주세요."
156 - android:layout_gravity="center" 172 + android:textColor="#4A4A4A"
157 - android:layout_toRightOf="@id/explainTextView" 173 + android:textSize="20dp" />
158 - android:backgroundTint="#1E90FF"
159 - android:gravity="center"
160 - android:text=" ? "
161 - android:textSize="8sp" />
162 - </RelativeLayout>
163 - </LinearLayout>
164 174
165 - <LinearLayout 175 + </LinearLayout>
166 - android:layout_width="match_parent"
167 - android:layout_height="50dp"
168 - android:layout_weight="1"
169 - android:orientation="vertical">
170 176
171 - </LinearLayout> 177 + <LinearLayout
178 + android:layout_width="match_parent"
179 + android:layout_height="20dp"
180 + android:layout_weight="1"
181 + android:orientation="vertical">
172 182
173 - <ScrollView 183 + </LinearLayout>
174 - android:layout_width="match_parent"
175 - android:layout_height="wrap_content">
176 184
177 - <LinearLayout 185 + </LinearLayout>
186 +
187 + <ScrollView
178 android:layout_width="match_parent" 188 android:layout_width="match_parent"
179 - android:layout_height="wrap_content" 189 + android:layout_height="wrap_content">
180 - android:orientation="vertical">
181 190
182 <LinearLayout 191 <LinearLayout
183 - android:layout_width="wrap_content" 192 + android:layout_width="match_parent"
184 android:layout_height="wrap_content" 193 android:layout_height="wrap_content"
185 - android:layout_gravity="center"
186 - android:gravity="center"
187 android:orientation="vertical"> 194 android:orientation="vertical">
188 195
189 <LinearLayout 196 <LinearLayout
190 - android:layout_width="match_parent" 197 + android:layout_width="wrap_content"
191 - android:layout_height="match_parent" 198 + android:layout_height="wrap_content"
192 - android:orientation="horizontal"> 199 + android:layout_gravity="center"
193 - 200 + android:gravity="center"
194 - <ToggleButton 201 + android:orientation="vertical">
195 - android:id="@+id/elementaryButton" 202 +
196 - android:layout_width="wrap_content" 203 + <LinearLayout
197 - android:layout_height="wrap_content" 204 + android:layout_width="match_parent"
198 - android:layout_weight="1" 205 + android:layout_height="match_parent"
199 - android:background="@drawable/profil_selector" 206 + android:orientation="horizontal">
200 - android:text="초등학교" 207 +
201 - android:textOff="초등학교" 208 + <ToggleButton
202 - android:textOn="초등학교" /> 209 + android:id="@+id/elementaryButton"
203 - 210 + android:layout_width="100dp"
204 - <ToggleButton 211 + android:layout_height="100dp"
205 - android:id="@+id/middleButton" 212 + android:layout_margin="10dp"
206 - android:layout_width="wrap_content" 213 + android:layout_weight="1"
207 - android:layout_height="wrap_content" 214 + android:background="@drawable/circle_selector"
208 - android:layout_weight="1" 215 + android:text="초등학교"
209 - android:background="@drawable/profil_selector" 216 + android:textColor="#757575"
210 - android:text="중학교" 217 + android:textOff="초등학교"
211 - android:textOff="중학교" 218 + android:textOn="초등학교"
212 - android:textOn="중학교"/> 219 + android:textSize="16dp" />
213 - 220 +
214 - <ToggleButton 221 + <ToggleButton
215 - android:id="@+id/highButton" 222 + android:id="@+id/middleButton"
216 - android:layout_width="wrap_content" 223 + android:layout_width="100dp"
217 - android:layout_height="wrap_content" 224 + android:layout_height="100dp"
218 - android:layout_weight="1" 225 + android:layout_margin="10dp"
219 - android:background="@drawable/profil_selector" 226 + android:layout_weight="1"
220 - android:text="고등학교" 227 + android:background="@drawable/circle_selector"
221 - android:textOff="고등학교" 228 + android:text="중학교"
222 - android:textOn="고등학교" /> 229 + android:textColor="#757575"
230 + android:textOff="중학교"
231 + android:textOn="중학교"
232 + android:textSize="16dp" />
233 +
234 + <ToggleButton
235 + android:id="@+id/highButton"
236 + android:layout_width="100dp"
237 + android:layout_height="100dp"
238 + android:layout_margin="10dp"
239 + android:layout_weight="1"
240 + android:background="@drawable/circle_selector"
241 + android:text="고등학교"
242 + android:textColor="#757575"
243 + android:textOff="고등학교"
244 + android:textOn="고등학교"
245 + android:textSize="16dp" />
246 +
247 + </LinearLayout>
248 +
249 + <LinearLayout
250 + android:layout_width="match_parent"
251 + android:layout_height="match_parent"
252 + android:orientation="horizontal">
253 +
254 + <ToggleButton
255 + android:id="@+id/specialButton"
256 + android:layout_width="100dp"
257 + android:layout_height="100dp"
258 + android:layout_margin="10dp"
259 + android:layout_weight="1"
260 + android:background="@drawable/circle_selector"
261 + android:text="특수학교"
262 + android:textColor="#757575"
263 + android:textOff="특수학교"
264 + android:textOn="특수학교"
265 + android:textSize="16dp" />
266 +
267 + <ToggleButton
268 + android:id="@+id/universityButton"
269 + android:layout_width="100dp"
270 + android:layout_height="100dp"
271 + android:layout_margin="10dp"
272 + android:layout_weight="1"
273 + android:background="@drawable/circle_selector"
274 + android:text="대학교"
275 + android:textColor="#757575"
276 + android:textOff="대학교"
277 + android:textOn="대학교"
278 + android:textSize="16dp" />
279 +
280 + <ToggleButton
281 + android:id="@+id/graduateButton"
282 + android:layout_width="100dp"
283 + android:layout_height="100dp"
284 + android:layout_margin="10dp"
285 + android:layout_weight="1"
286 + android:background="@drawable/circle_selector"
287 + android:text="대학원"
288 + android:textColor="#757575"
289 + android:textOff="대학원"
290 + android:textOn="대학원"
291 + android:textSize="16dp" />
292 + </LinearLayout>
293 +
294 +
295 + <LinearLayout
296 + android:layout_width="match_parent"
297 + android:layout_height="match_parent"
298 + android:layout_gravity="center"
299 + android:gravity="center"
300 + android:orientation="horizontal">
301 +
302 + <ToggleButton
303 + android:id="@+id/nothingButton"
304 + android:layout_width="100dp"
305 + android:layout_height="100dp"
306 + android:layout_gravity="center"
307 + android:layout_margin="10dp"
308 + android:background="@drawable/circle_selector"
309 + android:text="해당없음"
310 + android:textColor="#757575"
311 + android:textOff="해당없음"
312 + android:textOn="해당없음"
313 + android:textSize="16dp" />
314 +
315 + </LinearLayout>
223 316
224 </LinearLayout> 317 </LinearLayout>
318 + </LinearLayout>
319 + </ScrollView>
225 320
226 - <LinearLayout 321 + </LinearLayout>
227 - android:layout_width="match_parent" 322 + </ScrollView>
228 - android:layout_height="match_parent"
229 - android:orientation="horizontal">
230 -
231 - <ToggleButton
232 - android:id="@+id/specialButton"
233 - android:layout_width="wrap_content"
234 - android:layout_height="wrap_content"
235 - android:layout_weight="1"
236 - android:background="@drawable/profil_selector"
237 - android:text="특수학교"
238 - android:textOff="특수학교"
239 - android:textOn="특수학교" />
240 -
241 - <ToggleButton
242 - android:id="@+id/universityButton"
243 - android:layout_width="wrap_content"
244 - android:layout_height="wrap_content"
245 - android:layout_weight="1"
246 - android:background="@drawable/profil_selector"
247 - android:text="대학교"
248 - android:textOff="대학교"
249 - android:textOn="대학교" />
250 -
251 - <ToggleButton
252 - android:id="@+id/graduateButton"
253 - android:layout_width="wrap_content"
254 - android:layout_height="wrap_content"
255 - android:layout_weight="1"
256 - android:background="@drawable/profil_selector"
257 - android:text="대학원"
258 - android:textOff="대학원"
259 - android:textOn="대학원" />
260 - </LinearLayout>
261 -
262 323
263 - <LinearLayout 324 + <LinearLayout
264 - android:layout_width="match_parent" 325 + android:layout_width="match_parent"
265 - android:layout_height="match_parent" 326 + android:layout_height="15dp"
266 - android:orientation="horizontal"> 327 + android:layout_weight="1"
267 - 328 + android:orientation="horizontal"></LinearLayout>
268 - <ToggleButton
269 - android:id="@+id/nothingButton"
270 - android:layout_width="wrap_content"
271 - android:layout_height="wrap_content"
272 - android:layout_weight="1"
273 - android:background="@drawable/profil_selector"
274 - android:text="해당없음"
275 - android:textOff="해당없음"
276 - android:textOn="해당없음" />
277 - </LinearLayout>
278 329
279 - </LinearLayout> 330 + <LinearLayout
280 - </LinearLayout> 331 + android:layout_width="match_parent"
281 - </ScrollView> 332 + android:layout_height="wrap_content"
333 + android:orientation="horizontal">
282 334
283 - <LinearLayout 335 + <Button
284 - android:layout_width="match_parent" 336 + android:id="@+id/previousButton"
285 - android:layout_height="100dp" 337 + android:layout_width="10dp"
338 + android:layout_height="wrap_content"
286 android:layout_weight="1" 339 android:layout_weight="1"
287 - android:orientation="vertical"></LinearLayout> 340 + android:background="#F4F4F4"
341 + android:text="이전 단계로"
342 + android:textColor="#757575" />
288 343
289 - <LinearLayout 344 + <Button
290 - android:layout_width="match_parent" 345 + android:id="@+id/nextButton"
346 + android:layout_width="10dp"
291 android:layout_height="wrap_content" 347 android:layout_height="wrap_content"
292 - android:orientation="horizontal"> 348 + android:layout_weight="1"
293 - 349 + android:background="#29ABE2"
294 - <Button 350 + android:text="다음 단계로"
295 - android:id="@+id/previousButton" 351 + android:textColor="#FFFFFF" />
296 - android:layout_width="10dp"
297 - android:layout_height="wrap_content"
298 - android:layout_weight="1"
299 - android:text="이전 단계로" />
300 -
301 - <Button
302 - android:id="@+id/nextButton"
303 - android:layout_width="10dp"
304 - android:layout_height="wrap_content"
305 - android:layout_weight="1"
306 - android:text="다음 단계로" />
307 - </LinearLayout>
308 </LinearLayout> 352 </LinearLayout>
353 +
309 </LinearLayout> 354 </LinearLayout>
310 </androidx.constraintlayout.widget.ConstraintLayout> 355 </androidx.constraintlayout.widget.ConstraintLayout>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 android:layout_width="fill_parent" 16 android:layout_width="fill_parent"
17 android:layout_height="wrap_content" 17 android:layout_height="wrap_content"
18 android:layout_marginBottom="11dp" 18 android:layout_marginBottom="11dp"
19 - android:background="#FFF" 19 + android:background="#0000001A"
20 android:elevation="5dp" 20 android:elevation="5dp"
21 android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" 21 android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
22 app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"> 22 app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
...@@ -31,31 +31,35 @@ ...@@ -31,31 +31,35 @@
31 android:layout_width="10dp" 31 android:layout_width="10dp"
32 android:layout_height="match_parent" 32 android:layout_height="match_parent"
33 android:layout_weight="1.5" 33 android:layout_weight="1.5"
34 - android:background="#FFFFFF" 34 + android:background="#00000000"
35 android:text="나가기" 35 android:text="나가기"
36 android:textColor="#29ABE2" 36 android:textColor="#29ABE2"
37 android:textSize="16dp" /> 37 android:textSize="16dp" />
38 +
38 <LinearLayout 39 <LinearLayout
39 android:layout_width="10dp" 40 android:layout_width="10dp"
40 android:layout_height="match_parent" 41 android:layout_height="match_parent"
41 - android:orientation="horizontal" 42 + android:layout_weight="1"
42 - android:layout_weight="1"/> 43 + android:orientation="horizontal" />
44 +
43 <ImageView 45 <ImageView
44 android:layout_width="77dp" 46 android:layout_width="77dp"
45 android:layout_height="44dp" 47 android:layout_height="44dp"
46 android:layout_gravity="center" 48 android:layout_gravity="center"
47 android:layout_weight="1" 49 android:layout_weight="1"
48 android:src="@drawable/toolbar_logo" /> 50 android:src="@drawable/toolbar_logo" />
51 +
49 <LinearLayout 52 <LinearLayout
50 android:layout_width="10dp" 53 android:layout_width="10dp"
51 android:layout_height="match_parent" 54 android:layout_height="match_parent"
52 - android:orientation="horizontal" 55 + android:layout_weight="1"
53 - android:layout_weight="1"/> 56 + android:orientation="horizontal" />
57 +
54 <LinearLayout 58 <LinearLayout
55 android:layout_width="10dp" 59 android:layout_width="10dp"
56 android:layout_height="match_parent" 60 android:layout_height="match_parent"
57 - android:orientation="horizontal" 61 + android:layout_weight="1.5"
58 - android:layout_weight="1.5"/> 62 + android:orientation="horizontal" />
59 63
60 </LinearLayout> 64 </LinearLayout>
61 65
...@@ -74,9 +78,10 @@ ...@@ -74,9 +78,10 @@
74 android:layout_height="match_parent" 78 android:layout_height="match_parent"
75 android:layout_gravity="center" 79 android:layout_gravity="center"
76 android:layout_weight="1" 80 android:layout_weight="1"
77 - android:background="#1E90FF" 81 + android:background="@drawable/profile_stage_filling"
78 android:gravity="center" 82 android:gravity="center"
79 - android:text="1" /> 83 + android:text="1"
84 + android:textColor="#FFFFFF" />
80 85
81 <TextView 86 <TextView
82 android:id="@+id/stageTextView2" 87 android:id="@+id/stageTextView2"
...@@ -84,9 +89,10 @@ ...@@ -84,9 +89,10 @@
84 android:layout_height="match_parent" 89 android:layout_height="match_parent"
85 android:layout_gravity="center" 90 android:layout_gravity="center"
86 android:layout_weight="1" 91 android:layout_weight="1"
87 - android:background="#1E90FF" 92 + android:background="@drawable/profile_stage_filling"
88 android:gravity="center" 93 android:gravity="center"
89 - android:text="2" /> 94 + android:text="2"
95 + android:textColor="#FFFFFF" />
90 96
91 <TextView 97 <TextView
92 android:id="@+id/stageTextView3" 98 android:id="@+id/stageTextView3"
...@@ -94,9 +100,10 @@ ...@@ -94,9 +100,10 @@
94 android:layout_height="match_parent" 100 android:layout_height="match_parent"
95 android:layout_gravity="center" 101 android:layout_gravity="center"
96 android:layout_weight="1" 102 android:layout_weight="1"
97 - android:background="#1E90FF" 103 + android:background="@drawable/profile_stage"
98 android:gravity="center" 104 android:gravity="center"
99 - android:text="3" /> 105 + android:text="3"
106 + android:textColor="#FFFFFF" />
100 107
101 <TextView 108 <TextView
102 android:id="@+id/stageTextView4" 109 android:id="@+id/stageTextView4"
...@@ -104,8 +111,10 @@ ...@@ -104,8 +111,10 @@
104 android:layout_height="match_parent" 111 android:layout_height="match_parent"
105 android:layout_gravity="center" 112 android:layout_gravity="center"
106 android:layout_weight="1" 113 android:layout_weight="1"
114 + android:background="#F4F4F4"
107 android:gravity="center" 115 android:gravity="center"
108 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#DDDDDD" />
109 118
110 <TextView 119 <TextView
111 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -113,70 +122,59 @@ ...@@ -113,70 +122,59 @@
113 android:layout_height="match_parent" 122 android:layout_height="match_parent"
114 android:layout_gravity="center" 123 android:layout_gravity="center"
115 android:layout_weight="1" 124 android:layout_weight="1"
125 + android:background="#F4F4F4"
116 android:gravity="center" 126 android:gravity="center"
117 - android:text="5" /> 127 + android:text="5"
128 + android:textColor="#DDDDDD" />
118 129
119 </LinearLayout> 130 </LinearLayout>
120 131
121 - <LinearLayout 132 + <ScrollView
122 android:layout_width="match_parent" 133 android:layout_width="match_parent"
123 - android:layout_height="10dp" 134 + android:layout_height="wrap_content">
124 - android:layout_weight="1"
125 - android:orientation="vertical"></LinearLayout>
126 -
127 - <LinearLayout
128 - android:layout_width="match_parent"
129 - android:layout_height="wrap_content"
130 - android:layout_weight="1"
131 - android:orientation="vertical">
132 135
133 <LinearLayout 136 <LinearLayout
134 android:layout_width="match_parent" 137 android:layout_width="match_parent"
135 android:layout_height="wrap_content" 138 android:layout_height="wrap_content"
136 android:orientation="vertical"> 139 android:orientation="vertical">
137 140
138 - <RelativeLayout 141 + <LinearLayout
139 android:layout_width="match_parent" 142 android:layout_width="match_parent"
140 - android:layout_height="match_parent"> 143 + android:layout_height="50dp"
144 + android:layout_weight="1"
145 + android:orientation="vertical"></LinearLayout>
141 146
142 - <TextView 147 + <LinearLayout
143 - android:id="@+id/explainTextView" 148 + android:layout_width="match_parent"
149 + android:layout_height="wrap_content"
150 + android:layout_weight="1"
151 + android:gravity="center"
152 + android:orientation="vertical">
153 +
154 + <LinearLayout
144 android:layout_width="wrap_content" 155 android:layout_width="wrap_content"
145 android:layout_height="wrap_content" 156 android:layout_height="wrap_content"
146 - android:layout_centerInParent="true" 157 + android:orientation="horizontal">
147 - android:layout_gravity="center" 158 +
148 - android:gravity="center" 159 + <TextView
149 - android:text="7. 병역 구분을 선택해 주세요." /> 160 + android:id="@+id/explainTextView"
150 - 161 + android:layout_width="wrap_content"
151 - <Button 162 + android:layout_height="wrap_content"
152 - android:id="@+id/questionButton" 163 + android:layout_gravity="center"
153 - android:layout_width="30dp" 164 + android:gravity="center"
154 - android:layout_height="30dp" 165 + android:text="9. 자신의 병역 구분을 선택해 주세요."
155 - android:layout_gravity="center" 166 + android:textColor="#4A4A4A"
156 - android:layout_toRightOf="@id/explainTextView" 167 + android:textSize="20dp" />
157 - android:backgroundTint="#1E90FF"
158 - android:gravity="center"
159 - android:text=" ? "
160 - android:textSize="8sp" />
161 - </RelativeLayout>
162 - </LinearLayout>
163 168
164 - <LinearLayout 169 + </LinearLayout>
165 - android:layout_width="match_parent"
166 - android:layout_height="50dp"
167 - android:layout_weight="1"
168 - android:orientation="vertical">
169 -
170 - </LinearLayout>
171 170
172 - <ScrollView 171 + <LinearLayout
173 - android:layout_width="match_parent" 172 + android:layout_width="match_parent"
174 - android:layout_height="wrap_content"> 173 + android:layout_height="50dp"
174 + android:layout_weight="1"
175 + android:orientation="vertical">
175 176
176 - <LinearLayout 177 + </LinearLayout>
177 - android:layout_width="match_parent"
178 - android:layout_height="wrap_content"
179 - android:orientation="vertical">
180 178
181 <LinearLayout 179 <LinearLayout
182 android:layout_width="wrap_content" 180 android:layout_width="wrap_content"
...@@ -192,31 +190,37 @@ ...@@ -192,31 +190,37 @@
192 190
193 <ToggleButton 191 <ToggleButton
194 android:id="@+id/nothingButton" 192 android:id="@+id/nothingButton"
195 - android:layout_width="wrap_content" 193 + android:layout_width="100dp"
196 - android:layout_height="wrap_content" 194 + android:layout_height="100dp"
197 - android:layout_weight="1" 195 + android:layout_gravity="center"
198 - android:background="@drawable/profil_selector" 196 + android:layout_margin="10dp"
197 + android:background="@drawable/circle_selector"
199 android:text="해당없음" 198 android:text="해당없음"
199 + android:textColor="#757575"
200 android:textOff="해당없음" 200 android:textOff="해당없음"
201 android:textOn="해당없음" /> 201 android:textOn="해당없음" />
202 202
203 <ToggleButton 203 <ToggleButton
204 android:id="@+id/mipilButton" 204 android:id="@+id/mipilButton"
205 - android:layout_width="wrap_content" 205 + android:layout_width="100dp"
206 - android:layout_height="wrap_content" 206 + android:layout_height="100dp"
207 - android:layout_weight="1" 207 + android:layout_gravity="center"
208 - android:background="@drawable/profil_selector" 208 + android:layout_margin="10dp"
209 + android:background="@drawable/circle_selector"
209 android:text="군미필" 210 android:text="군미필"
211 + android:textColor="#757575"
210 android:textOff="군미필" 212 android:textOff="군미필"
211 android:textOn="군미필" /> 213 android:textOn="군미필" />
212 214
213 <ToggleButton 215 <ToggleButton
214 android:id="@+id/myunjaeButton" 216 android:id="@+id/myunjaeButton"
215 - android:layout_width="wrap_content" 217 + android:layout_width="100dp"
216 - android:layout_height="wrap_content" 218 + android:layout_height="100dp"
217 - android:layout_weight="1" 219 + android:layout_gravity="center"
218 - android:background="@drawable/profil_selector" 220 + android:layout_margin="10dp"
221 + android:background="@drawable/circle_selector"
219 android:text="면제" 222 android:text="면제"
223 + android:textColor="#757575"
220 android:textOff="면제" 224 android:textOff="면제"
221 android:textOn="면제" /> 225 android:textOn="면제" />
222 226
...@@ -229,31 +233,37 @@ ...@@ -229,31 +233,37 @@
229 233
230 <ToggleButton 234 <ToggleButton
231 android:id="@+id/jobsoldierButton" 235 android:id="@+id/jobsoldierButton"
232 - android:layout_width="wrap_content" 236 + android:layout_width="100dp"
233 - android:layout_height="wrap_content" 237 + android:layout_height="100dp"
234 - android:layout_weight="1" 238 + android:layout_gravity="center"
235 - android:background="@drawable/profil_selector" 239 + android:layout_margin="10dp"
240 + android:background="@drawable/circle_selector"
236 android:text="직업군인" 241 android:text="직업군인"
242 + android:textColor="#757575"
237 android:textOff="직업군인" 243 android:textOff="직업군인"
238 android:textOn="직업군인" /> 244 android:textOn="직업군인" />
239 245
240 <ToggleButton 246 <ToggleButton
241 android:id="@+id/bokmoojoongButton" 247 android:id="@+id/bokmoojoongButton"
242 - android:layout_width="wrap_content" 248 + android:layout_width="100dp"
243 - android:layout_height="wrap_content" 249 + android:layout_height="100dp"
244 - android:layout_weight="1" 250 + android:layout_gravity="center"
245 - android:background="@drawable/profil_selector" 251 + android:layout_margin="10dp"
252 + android:background="@drawable/circle_selector"
246 android:text="복무중(현역병)" 253 android:text="복무중(현역병)"
254 + android:textColor="#757575"
247 android:textOff="복무중(현역병)" 255 android:textOff="복무중(현역병)"
248 android:textOn="복무중(현역병)" /> 256 android:textOn="복무중(현역병)" />
249 257
250 <ToggleButton 258 <ToggleButton
251 android:id="@+id/mangijedaeButton" 259 android:id="@+id/mangijedaeButton"
252 - android:layout_width="wrap_content" 260 + android:layout_width="100dp"
253 - android:layout_height="wrap_content" 261 + android:layout_height="100dp"
254 - android:layout_weight="1" 262 + android:layout_gravity="center"
255 - android:background="@drawable/profil_selector" 263 + android:layout_margin="10dp"
264 + android:background="@drawable/circle_selector"
256 android:text="만기제대" 265 android:text="만기제대"
266 + android:textColor="#757575"
257 android:textOff="만기제대" 267 android:textOff="만기제대"
258 android:textOn="만기제대" /> 268 android:textOn="만기제대" />
259 </LinearLayout> 269 </LinearLayout>
...@@ -266,31 +276,37 @@ ...@@ -266,31 +276,37 @@
266 276
267 <ToggleButton 277 <ToggleButton
268 android:id="@+id/specialmanryoButton" 278 android:id="@+id/specialmanryoButton"
269 - android:layout_width="wrap_content" 279 + android:layout_width="100dp"
270 - android:layout_height="wrap_content" 280 + android:layout_height="100dp"
271 - android:layout_weight="1" 281 + android:layout_gravity="center"
272 - android:background="@drawable/profil_selector" 282 + android:layout_margin="10dp"
283 + android:background="@drawable/circle_selector"
273 android:text="병역특례(복무만료)" 284 android:text="병역특례(복무만료)"
285 + android:textColor="#757575"
274 android:textOff="병역특례(복무만료)" 286 android:textOff="병역특례(복무만료)"
275 android:textOn="병역특례(복무만료)" /> 287 android:textOn="병역특례(복무만료)" />
276 288
277 <ToggleButton 289 <ToggleButton
278 android:id="@+id/specialbokmoosanupButton" 290 android:id="@+id/specialbokmoosanupButton"
279 - android:layout_width="wrap_content" 291 + android:layout_width="100dp"
280 - android:layout_height="wrap_content" 292 + android:layout_height="100dp"
281 - android:layout_weight="1" 293 + android:layout_gravity="center"
282 - android:background="@drawable/profil_selector" 294 + android:layout_margin="10dp"
295 + android:background="@drawable/circle_selector"
283 android:text="병역특례(산업복무중)" 296 android:text="병역특례(산업복무중)"
297 + android:textColor="#757575"
284 android:textOff="병역특례(산업복무중)" 298 android:textOff="병역특례(산업복무중)"
285 android:textOn="병역특례(산업복무중)" /> 299 android:textOn="병역특례(산업복무중)" />
286 300
287 <ToggleButton 301 <ToggleButton
288 android:id="@+id/specialbokmoojeonmoonButton" 302 android:id="@+id/specialbokmoojeonmoonButton"
289 - android:layout_width="wrap_content" 303 + android:layout_width="100dp"
290 - android:layout_height="wrap_content" 304 + android:layout_height="100dp"
291 - android:layout_weight="1" 305 + android:layout_gravity="center"
292 - android:background="@drawable/profil_selector" 306 + android:layout_margin="10dp"
307 + android:background="@drawable/circle_selector"
293 android:text="병역특례(전문복무중)" 308 android:text="병역특례(전문복무중)"
309 + android:textColor="#757575"
294 android:textOff="병역특례(전문복무중)" 310 android:textOff="병역특례(전문복무중)"
295 android:textOn="병역특례(전문복무중)" /> 311 android:textOn="병역특례(전문복무중)" />
296 </LinearLayout> 312 </LinearLayout>
...@@ -298,49 +314,59 @@ ...@@ -298,49 +314,59 @@
298 <LinearLayout 314 <LinearLayout
299 android:layout_width="match_parent" 315 android:layout_width="match_parent"
300 android:layout_height="match_parent" 316 android:layout_height="match_parent"
317 + android:gravity="center"
301 android:orientation="horizontal"> 318 android:orientation="horizontal">
302 319
303 <ToggleButton 320 <ToggleButton
304 android:id="@+id/jedaeguitarButton" 321 android:id="@+id/jedaeguitarButton"
305 - android:layout_width="wrap_content" 322 + android:layout_width="100dp"
306 - android:layout_height="wrap_content" 323 + android:layout_height="100dp"
307 - android:layout_weight="1" 324 + android:layout_gravity="center"
308 - android:background="@drawable/profil_selector" 325 + android:layout_margin="10dp"
326 + android:background="@drawable/circle_selector"
309 android:text="제대기타" 327 android:text="제대기타"
328 + android:textColor="#757575"
310 android:textOff="제대기타" 329 android:textOff="제대기타"
311 android:textOn="제대기타" /> 330 android:textOn="제대기타" />
312 </LinearLayout> 331 </LinearLayout>
313 332
314 333
315 </LinearLayout> 334 </LinearLayout>
316 - </LinearLayout>
317 - </ScrollView>
318 -
319 - <LinearLayout
320 - android:layout_width="match_parent"
321 - android:layout_height="100dp"
322 - android:layout_weight="1"
323 - android:orientation="vertical"></LinearLayout>
324 335
325 - <LinearLayout 336 + </LinearLayout>
326 - android:layout_width="match_parent"
327 - android:layout_height="wrap_content"
328 - android:orientation="horizontal">
329 337
330 - <Button 338 + <LinearLayout
331 - android:id="@+id/previousButton" 339 + android:layout_width="match_parent"
332 - android:layout_width="10dp" 340 + android:layout_height="15dp"
333 - android:layout_height="wrap_content"
334 android:layout_weight="1" 341 android:layout_weight="1"
335 - android:text="이전 단계로" /> 342 + android:orientation="horizontal"></LinearLayout>
336 343
337 - <Button 344 + <LinearLayout
338 - android:id="@+id/nextButton" 345 + android:layout_width="match_parent"
339 - android:layout_width="10dp"
340 android:layout_height="wrap_content" 346 android:layout_height="wrap_content"
341 - android:layout_weight="1" 347 + android:orientation="horizontal">
342 - android:text="다음 단계로" /> 348 +
349 + <Button
350 + android:id="@+id/previousButton"
351 + android:layout_width="10dp"
352 + android:layout_height="wrap_content"
353 + android:layout_weight="1"
354 + android:background="#F4F4F4"
355 + android:text="이전 단계로"
356 + android:textColor="#757575" />
357 +
358 + <Button
359 + android:id="@+id/nextButton"
360 + android:layout_width="10dp"
361 + android:layout_height="wrap_content"
362 + android:layout_weight="1"
363 + android:background="#29ABE2"
364 + android:text="다음 단계로"
365 + android:textColor="#FFFFFF" />
366 + </LinearLayout>
367 +
343 </LinearLayout> 368 </LinearLayout>
344 - </LinearLayout> 369 + </ScrollView>
370 +
345 </LinearLayout> 371 </LinearLayout>
346 </androidx.constraintlayout.widget.ConstraintLayout> 372 </androidx.constraintlayout.widget.ConstraintLayout>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 android:layout_width="fill_parent" 16 android:layout_width="fill_parent"
17 android:layout_height="wrap_content" 17 android:layout_height="wrap_content"
18 android:layout_marginBottom="11dp" 18 android:layout_marginBottom="11dp"
19 - android:background="#FFF" 19 + android:background="#0000001A"
20 android:elevation="5dp" 20 android:elevation="5dp"
21 android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" 21 android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
22 app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"> 22 app:popupTheme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
...@@ -31,31 +31,35 @@ ...@@ -31,31 +31,35 @@
31 android:layout_width="10dp" 31 android:layout_width="10dp"
32 android:layout_height="match_parent" 32 android:layout_height="match_parent"
33 android:layout_weight="1.5" 33 android:layout_weight="1.5"
34 - android:background="#FFFFFF" 34 + android:background="#00000000"
35 android:text="나가기" 35 android:text="나가기"
36 android:textColor="#29ABE2" 36 android:textColor="#29ABE2"
37 android:textSize="16dp" /> 37 android:textSize="16dp" />
38 +
38 <LinearLayout 39 <LinearLayout
39 android:layout_width="10dp" 40 android:layout_width="10dp"
40 android:layout_height="match_parent" 41 android:layout_height="match_parent"
41 - android:orientation="horizontal" 42 + android:layout_weight="1"
42 - android:layout_weight="1"/> 43 + android:orientation="horizontal" />
44 +
43 <ImageView 45 <ImageView
44 android:layout_width="77dp" 46 android:layout_width="77dp"
45 android:layout_height="44dp" 47 android:layout_height="44dp"
46 android:layout_gravity="center" 48 android:layout_gravity="center"
47 android:layout_weight="1" 49 android:layout_weight="1"
48 android:src="@drawable/toolbar_logo" /> 50 android:src="@drawable/toolbar_logo" />
51 +
49 <LinearLayout 52 <LinearLayout
50 android:layout_width="10dp" 53 android:layout_width="10dp"
51 android:layout_height="match_parent" 54 android:layout_height="match_parent"
52 - android:orientation="horizontal" 55 + android:layout_weight="1"
53 - android:layout_weight="1"/> 56 + android:orientation="horizontal" />
57 +
54 <LinearLayout 58 <LinearLayout
55 android:layout_width="10dp" 59 android:layout_width="10dp"
56 android:layout_height="match_parent" 60 android:layout_height="match_parent"
57 - android:orientation="horizontal" 61 + android:layout_weight="1.5"
58 - android:layout_weight="1.5"/> 62 + android:orientation="horizontal" />
59 63
60 </LinearLayout> 64 </LinearLayout>
61 65
...@@ -74,9 +78,10 @@ ...@@ -74,9 +78,10 @@
74 android:layout_height="match_parent" 78 android:layout_height="match_parent"
75 android:layout_gravity="center" 79 android:layout_gravity="center"
76 android:layout_weight="1" 80 android:layout_weight="1"
77 - android:background="#1E90FF" 81 + android:background="@drawable/profile_stage_filling"
78 android:gravity="center" 82 android:gravity="center"
79 - android:text="1" /> 83 + android:text="1"
84 + android:textColor="#FFFFFF" />
80 85
81 <TextView 86 <TextView
82 android:id="@+id/stageTextView2" 87 android:id="@+id/stageTextView2"
...@@ -84,9 +89,10 @@ ...@@ -84,9 +89,10 @@
84 android:layout_height="match_parent" 89 android:layout_height="match_parent"
85 android:layout_gravity="center" 90 android:layout_gravity="center"
86 android:layout_weight="1" 91 android:layout_weight="1"
87 - android:background="#1E90FF" 92 + android:background="@drawable/profile_stage_filling"
88 android:gravity="center" 93 android:gravity="center"
89 - android:text="2" /> 94 + android:text="2"
95 + android:textColor="#FFFFFF" />
90 96
91 <TextView 97 <TextView
92 android:id="@+id/stageTextView3" 98 android:id="@+id/stageTextView3"
...@@ -94,10 +100,10 @@ ...@@ -94,10 +100,10 @@
94 android:layout_height="match_parent" 100 android:layout_height="match_parent"
95 android:layout_gravity="center" 101 android:layout_gravity="center"
96 android:layout_weight="1" 102 android:layout_weight="1"
97 - 103 + android:background="@drawable/profile_stage"
98 - android:background="#1E90FF"
99 android:gravity="center" 104 android:gravity="center"
100 - android:text="3" /> 105 + android:text="3"
106 + android:textColor="#FFFFFF" />
101 107
102 <TextView 108 <TextView
103 android:id="@+id/stageTextView4" 109 android:id="@+id/stageTextView4"
...@@ -105,8 +111,10 @@ ...@@ -105,8 +111,10 @@
105 android:layout_height="match_parent" 111 android:layout_height="match_parent"
106 android:layout_gravity="center" 112 android:layout_gravity="center"
107 android:layout_weight="1" 113 android:layout_weight="1"
114 + android:background="#F4F4F4"
108 android:gravity="center" 115 android:gravity="center"
109 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#DDDDDD" />
110 118
111 <TextView 119 <TextView
112 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -114,296 +122,315 @@ ...@@ -114,296 +122,315 @@
114 android:layout_height="match_parent" 122 android:layout_height="match_parent"
115 android:layout_gravity="center" 123 android:layout_gravity="center"
116 android:layout_weight="1" 124 android:layout_weight="1"
125 + android:background="#F4F4F4"
117 android:gravity="center" 126 android:gravity="center"
118 - android:text="5" /> 127 + android:text="5"
128 + android:textColor="#DDDDDD" />
119 129
120 </LinearLayout> 130 </LinearLayout>
121 131
122 <LinearLayout 132 <LinearLayout
123 android:layout_width="match_parent" 133 android:layout_width="match_parent"
124 - android:layout_height="wrap_content" 134 + android:layout_height="10dp"
125 android:layout_weight="1" 135 android:layout_weight="1"
126 - android:gravity="center" 136 + android:orientation="horizontal"></LinearLayout>
127 - android:orientation="vertical"> 137 +
138 + <ScrollView
139 + android:layout_width="match_parent"
140 + android:layout_height="wrap_content">
128 141
129 <LinearLayout 142 <LinearLayout
130 android:layout_width="match_parent" 143 android:layout_width="match_parent"
131 android:layout_height="wrap_content" 144 android:layout_height="wrap_content"
145 + android:layout_weight="1"
146 + android:gravity="center"
132 android:orientation="vertical"> 147 android:orientation="vertical">
133 148
134 - <RelativeLayout
135 - android:layout_width="match_parent"
136 - android:layout_height="wrap_content">
137 -
138 - <TextView
139 - android:id="@+id/explainTextView"
140 - android:layout_width="wrap_content"
141 - android:layout_height="wrap_content"
142 - android:layout_centerInParent="true"
143 - android:layout_gravity="center"
144 - android:gravity="center"
145 - android:text="6. 직업유무를 선택해 주세요." />
146 -
147 - <Button
148 - android:id="@+id/questionButton"
149 - android:layout_width="30dp"
150 - android:layout_height="30dp"
151 - android:layout_gravity="center"
152 - android:layout_toRightOf="@id/explainTextView"
153 - android:backgroundTint="#1E90FF"
154 - android:gravity="center"
155 - android:text=" ? "
156 - android:textSize="8sp" />
157 - </RelativeLayout>
158 -
159 <LinearLayout 149 <LinearLayout
160 android:layout_width="match_parent" 150 android:layout_width="match_parent"
161 android:layout_height="wrap_content" 151 android:layout_height="wrap_content"
162 android:orientation="vertical"> 152 android:orientation="vertical">
163 153
164 <LinearLayout 154 <LinearLayout
165 - android:layout_width="wrap_content" 155 + android:layout_width="match_parent"
166 - android:layout_height="wrap_content" 156 + android:layout_height="match_parent"
167 - android:layout_gravity="center"
168 android:gravity="center" 157 android:gravity="center"
169 - android:orientation="vertical"> 158 + android:orientation="horizontal">
170 -
171 - <LinearLayout
172 - android:layout_width="match_parent"
173 - android:layout_height="match_parent"
174 - android:orientation="horizontal">
175 159
176 - <ToggleButton 160 + <TextView
177 - android:id="@+id/jobButton" 161 + android:id="@+id/explainTextView0"
178 - android:layout_width="300dp" 162 + android:layout_width="wrap_content"
179 - android:layout_height="wrap_content" 163 + android:layout_height="wrap_content"
180 - android:layout_weight="1" 164 + android:layout_gravity="center"
181 - android:background="@drawable/profil_selector" 165 + android:gravity="center"
182 - android:text="있음" 166 + android:text="8. 자신의 직업 유무를 선택해 주세요."
183 - android:textOff="있음" 167 + android:textColor="#4A4A4A"
184 - android:textOn="있음" /> 168 + android:textSize="20dp" />
185 -
186 - </LinearLayout>
187 -
188 -
189 - <LinearLayout
190 - android:layout_width="match_parent"
191 - android:layout_height="match_parent"
192 - android:orientation="horizontal">
193 -
194 - <ToggleButton
195 - android:id="@+id/nojobButton"
196 - android:layout_width="300dp"
197 - android:layout_height="wrap_content"
198 - android:layout_weight="1"
199 - android:background="@drawable/profil_selector"
200 - android:text="없음"
201 - android:textOff="없음"
202 - android:textOn="없음" />
203 - </LinearLayout>
204 169
205 </LinearLayout> 170 </LinearLayout>
206 - </LinearLayout>
207 -
208 - </LinearLayout>
209 -
210 - <LinearLayout
211 - android:id="@+id/sixoneLayout"
212 - android:layout_width="match_parent"
213 - android:layout_height="50dp"
214 - android:layout_weight="1"
215 - android:orientation="vertical"
216 - android:visibility="gone">
217 -
218 - <LinearLayout
219 - android:layout_width="match_parent"
220 - android:layout_height="wrap_content"
221 - android:orientation="vertical">
222 171
223 - <RelativeLayout 172 + <LinearLayout
224 android:layout_width="match_parent" 173 android:layout_width="match_parent"
225 - android:layout_height="match_parent"> 174 + android:layout_height="wrap_content"
175 + android:orientation="vertical">
226 176
227 - <TextView 177 + <LinearLayout
228 - android:id="@+id/explainSub1TextView"
229 android:layout_width="wrap_content" 178 android:layout_width="wrap_content"
230 android:layout_height="wrap_content" 179 android:layout_height="wrap_content"
231 - android:layout_centerInParent="true"
232 android:layout_gravity="center" 180 android:layout_gravity="center"
233 android:gravity="center" 181 android:gravity="center"
234 - android:text="6-1. 근로 형태를 선택해 주세요." /> 182 + android:orientation="vertical">
183 +
184 + <LinearLayout
185 + android:layout_width="match_parent"
186 + android:layout_height="match_parent"
187 + android:orientation="horizontal">
188 +
189 + <ToggleButton
190 + android:id="@+id/jobButton"
191 + android:layout_width="300dp"
192 + android:layout_height="wrap_content"
193 + android:layout_margin="5dp"
194 + android:layout_weight="1"
195 + android:background="@drawable/button_selector"
196 + android:text="있음"
197 + android:textColor="#757575"
198 + android:textOff="있음"
199 + android:textOn="있음" />
200 +
201 + </LinearLayout>
202 +
203 +
204 + <LinearLayout
205 + android:layout_width="match_parent"
206 + android:layout_height="match_parent"
207 + android:orientation="horizontal">
208 +
209 + <ToggleButton
210 + android:id="@+id/nojobButton"
211 + android:layout_width="300dp"
212 + android:layout_height="wrap_content"
213 + android:layout_margin="5dp"
214 + android:layout_weight="1"
215 + android:background="@drawable/button_selector"
216 + android:text="없음"
217 + android:textColor="#757575"
218 + android:textOff="없음"
219 + android:textOn="없음" />
220 + </LinearLayout>
221 +
222 + </LinearLayout>
223 + </LinearLayout>
235 224
236 - <Button
237 - android:id="@+id/questionSub1Button"
238 - android:layout_width="30dp"
239 - android:layout_height="30dp"
240 - android:layout_gravity="center"
241 - android:layout_toRightOf="@id/explainSub1TextView"
242 - android:backgroundTint="#1E90FF"
243 - android:gravity="center"
244 - android:text=" ? "
245 - android:textSize="8sp" />
246 - </RelativeLayout>
247 </LinearLayout> 225 </LinearLayout>
248 226
249 <LinearLayout 227 <LinearLayout
228 + android:id="@+id/sixoneLayout"
250 android:layout_width="match_parent" 229 android:layout_width="match_parent"
251 android:layout_height="wrap_content" 230 android:layout_height="wrap_content"
252 - android:orientation="vertical"> 231 + android:layout_weight="1"
232 + android:orientation="vertical"
233 + android:visibility="gone">
253 234
254 <LinearLayout 235 <LinearLayout
255 - android:layout_width="wrap_content" 236 + android:layout_width="match_parent"
256 android:layout_height="wrap_content" 237 android:layout_height="wrap_content"
257 - android:layout_gravity="center"
258 - android:gravity="center"
259 android:orientation="vertical"> 238 android:orientation="vertical">
260 239
261 <LinearLayout 240 <LinearLayout
262 android:layout_width="match_parent" 241 android:layout_width="match_parent"
263 android:layout_height="match_parent" 242 android:layout_height="match_parent"
243 + android:gravity="center"
264 android:orientation="horizontal"> 244 android:orientation="horizontal">
265 245
266 - <ToggleButton 246 + <TextView
267 - android:id="@+id/companyButton" 247 + android:id="@+id/explainTextView1"
268 - android:layout_width="300dp" 248 + android:layout_width="wrap_content"
269 android:layout_height="wrap_content" 249 android:layout_height="wrap_content"
270 - android:layout_weight="1" 250 + android:layout_gravity="center"
271 - android:background="@drawable/profil_selector" 251 + android:gravity="center"
272 - android:text="사업자" 252 + android:text="8-1. 근로형태를 선택해주세요."
273 - android:textOff="사업자" 253 + android:textColor="#4A4A4A"
274 - android:textOn="사업자" /> 254 + android:textSize="20dp" />
275 255
276 </LinearLayout> 256 </LinearLayout>
277 -
278 -
279 - <LinearLayout
280 - android:layout_width="match_parent"
281 - android:layout_height="match_parent"
282 - android:orientation="horizontal">
283 -
284 - <ToggleButton
285 - android:id="@+id/workerButton"
286 - android:layout_width="300dp"
287 - android:layout_height="wrap_content"
288 - android:layout_weight="1"
289 - android:background="@drawable/profil_selector"
290 - android:text="근로자"
291 - android:textOff="근로자"
292 - android:textOn="근로자" />
293 - </LinearLayout>
294 -
295 </LinearLayout> 257 </LinearLayout>
296 - </LinearLayout>
297 -
298 - </LinearLayout>
299 -
300 - <LinearLayout
301 - android:id="@+id/sixtwoLayout"
302 - android:layout_width="match_parent"
303 - android:layout_height="100dp"
304 - android:layout_weight="1"
305 - android:orientation="vertical"
306 - android:visibility="gone">
307 258
308 - <LinearLayout 259 + <LinearLayout
309 - android:layout_width="match_parent"
310 - android:layout_height="wrap_content"
311 - android:orientation="vertical">
312 -
313 - <RelativeLayout
314 android:layout_width="match_parent" 260 android:layout_width="match_parent"
315 - android:layout_height="match_parent"> 261 + android:layout_height="wrap_content"
262 + android:orientation="vertical">
316 263
317 - <TextView 264 + <LinearLayout
318 - android:id="@+id/explainSub2TextView"
319 android:layout_width="wrap_content" 265 android:layout_width="wrap_content"
320 android:layout_height="wrap_content" 266 android:layout_height="wrap_content"
321 - android:layout_centerInParent="true"
322 android:layout_gravity="center" 267 android:layout_gravity="center"
323 android:gravity="center" 268 android:gravity="center"
324 - android:text="6-2. 현재 상태를 선택해 주세요." /> 269 + android:orientation="vertical">
270 +
271 + <LinearLayout
272 + android:layout_width="match_parent"
273 + android:layout_height="match_parent"
274 + android:orientation="horizontal">
275 +
276 + <ToggleButton
277 + android:id="@+id/companyButton"
278 + android:layout_width="300dp"
279 + android:layout_height="wrap_content"
280 + android:layout_margin="5dp"
281 + android:layout_weight="1"
282 + android:background="@drawable/button_selector"
283 + android:text="사업자"
284 + android:textColor="#757575"
285 + android:textOff="사업자"
286 + android:textOn="사업자" />
287 +
288 + </LinearLayout>
289 +
290 +
291 + <LinearLayout
292 + android:layout_width="match_parent"
293 + android:layout_height="match_parent"
294 + android:orientation="horizontal">
295 +
296 + <ToggleButton
297 + android:id="@+id/workerButton"
298 + android:layout_width="300dp"
299 + android:layout_height="wrap_content"
300 + android:layout_margin="5dp"
301 + android:layout_weight="1"
302 + android:background="@drawable/button_selector"
303 + android:text="근로자"
304 + android:textColor="#757575"
305 + android:textOff="근로자"
306 + android:textOn="근로자" />
307 + </LinearLayout>
308 +
309 + </LinearLayout>
310 + </LinearLayout>
325 311
326 - <Button
327 - android:id="@+id/questionSub2Button"
328 - android:layout_width="30dp"
329 - android:layout_height="30dp"
330 - android:layout_gravity="center"
331 - android:layout_toRightOf="@id/explainSub2TextView"
332 - android:backgroundTint="#1E90FF"
333 - android:gravity="center"
334 - android:text=" ? "
335 - android:textSize="8sp" />
336 - </RelativeLayout>
337 </LinearLayout> 312 </LinearLayout>
338 313
339 <LinearLayout 314 <LinearLayout
315 + android:id="@+id/sixtwoLayout"
340 android:layout_width="match_parent" 316 android:layout_width="match_parent"
341 android:layout_height="wrap_content" 317 android:layout_height="wrap_content"
342 - android:orientation="vertical"> 318 + android:layout_weight="1"
319 + android:orientation="vertical"
320 + android:visibility="gone">
343 321
344 <LinearLayout 322 <LinearLayout
345 - android:layout_width="wrap_content" 323 + android:layout_width="match_parent"
346 android:layout_height="wrap_content" 324 android:layout_height="wrap_content"
347 - android:layout_gravity="center"
348 - android:gravity="center"
349 android:orientation="vertical"> 325 android:orientation="vertical">
350 326
351 <LinearLayout 327 <LinearLayout
352 android:layout_width="match_parent" 328 android:layout_width="match_parent"
353 android:layout_height="match_parent" 329 android:layout_height="match_parent"
330 + android:gravity="center"
354 android:orientation="horizontal"> 331 android:orientation="horizontal">
355 332
356 - <ToggleButton 333 + <TextView
357 - android:id="@+id/entireButton" 334 + android:id="@+id/explainTextView2"
358 - android:layout_width="300dp" 335 + android:layout_width="wrap_content"
359 android:layout_height="wrap_content" 336 android:layout_height="wrap_content"
360 - android:layout_weight="1" 337 + android:layout_gravity="center"
361 - android:background="@drawable/profil_selector" 338 + android:gravity="center"
362 - android:text="퇴직자" 339 + android:text="8-2. 현재상태를 선택해주세요."
363 - android:textOff="퇴직자" 340 + android:textColor="#4A4A4A"
364 - android:textOn="퇴직자" /> 341 + android:textSize="20dp" />
342 +
343 + <Button
344 + android:id="@+id/questionButton"
345 + android:layout_width="20dp"
346 + android:layout_height="20dp"
347 + android:layout_gravity="bottom"
348 + android:background="@drawable/question_mark_image" />
365 349
366 </LinearLayout> 350 </LinearLayout>
351 + </LinearLayout>
367 352
368 - <LinearLayout 353 + <LinearLayout
369 - android:layout_width="match_parent" 354 + android:layout_width="match_parent"
370 - android:layout_height="match_parent" 355 + android:layout_height="wrap_content"
371 - android:orientation="horizontal"> 356 + android:orientation="vertical">
372 -
373 - <ToggleButton
374 - android:id="@+id/startupButton"
375 - android:layout_width="300dp"
376 - android:layout_height="wrap_content"
377 - android:layout_weight="1"
378 - android:background="@drawable/profil_selector"
379 - android:text="창업예정자"
380 - android:textOff="창업예정자"
381 - android:textOn="창업예정자" />
382 - </LinearLayout>
383 357
384 <LinearLayout 358 <LinearLayout
385 - android:layout_width="match_parent" 359 + android:layout_width="wrap_content"
386 - android:layout_height="match_parent" 360 + android:layout_height="wrap_content"
387 - android:orientation="horizontal"> 361 + android:layout_gravity="center"
388 - 362 + android:gravity="center"
389 - <ToggleButton 363 + android:orientation="vertical">
390 - android:id="@+id/seekButton" 364 +
391 - android:layout_width="300dp" 365 + <LinearLayout
392 - android:layout_height="wrap_content" 366 + android:layout_width="match_parent"
393 - android:layout_weight="1" 367 + android:layout_height="match_parent"
394 - android:background="@drawable/profil_selector" 368 + android:orientation="horizontal">
395 - android:text="취준생/구직자" 369 +
396 - android:textOff="취준생/구직자" 370 + <ToggleButton
397 - android:textOn="취준생/구직자" /> 371 + android:id="@+id/entireButton"
398 - </LinearLayout> 372 + android:layout_width="300dp"
373 + android:layout_height="wrap_content"
374 + android:layout_margin="5dp"
375 + android:layout_weight="1"
376 + android:background="@drawable/button_selector"
377 + android:text="퇴직자"
378 + android:textColor="#757575"
379 + android:textOff="퇴직자"
380 + android:textOn="퇴직자" />
381 +
382 + </LinearLayout>
383 +
384 + <LinearLayout
385 + android:layout_width="match_parent"
386 + android:layout_height="match_parent"
387 + android:orientation="horizontal">
388 +
389 + <ToggleButton
390 + android:id="@+id/startupButton"
391 + android:layout_width="300dp"
392 + android:layout_height="wrap_content"
393 + android:layout_margin="5dp"
394 + android:layout_weight="1"
395 + android:background="@drawable/button_selector"
396 + android:text="창업예정자"
397 + android:textColor="#757575"
398 + android:textOff="창업예정자"
399 + android:textOn="창업예정자" />
400 + </LinearLayout>
401 +
402 + <LinearLayout
403 + android:layout_width="match_parent"
404 + android:layout_height="match_parent"
405 + android:orientation="horizontal">
406 +
407 + <ToggleButton
408 + android:id="@+id/seekButton"
409 + android:layout_width="300dp"
410 + android:layout_height="wrap_content"
411 + android:layout_margin="5dp"
412 + android:layout_weight="1"
413 + android:background="@drawable/button_selector"
414 + android:text="취준생/구직자"
415 + android:textColor="#757575"
416 + android:textOff="취준생/구직자"
417 + android:textOn="취준생/구직자" />
418 + </LinearLayout>
399 419
400 420
421 + </LinearLayout>
401 </LinearLayout> 422 </LinearLayout>
423 +
402 </LinearLayout> 424 </LinearLayout>
403 425
404 </LinearLayout> 426 </LinearLayout>
427 + </ScrollView>
405 428
406 - </LinearLayout> 429 + <LinearLayout
430 + android:layout_width="match_parent"
431 + android:layout_height="wrap_content"
432 + android:layout_weight="1"
433 + android:orientation="horizontal"></LinearLayout>
407 434
408 <LinearLayout 435 <LinearLayout
409 android:layout_width="match_parent" 436 android:layout_width="match_parent"
...@@ -417,14 +444,18 @@ ...@@ -417,14 +444,18 @@
417 android:layout_width="10dp" 444 android:layout_width="10dp"
418 android:layout_height="wrap_content" 445 android:layout_height="wrap_content"
419 android:layout_weight="1" 446 android:layout_weight="1"
420 - android:text="이전 단계로" /> 447 + android:background="#F4F4F4"
448 + android:text="이전 단계로"
449 + android:textColor="#757575" />
421 450
422 <Button 451 <Button
423 android:id="@+id/nextButton" 452 android:id="@+id/nextButton"
424 android:layout_width="10dp" 453 android:layout_width="10dp"
425 android:layout_height="wrap_content" 454 android:layout_height="wrap_content"
426 android:layout_weight="1" 455 android:layout_weight="1"
427 - android:text="다음 단계로" /> 456 + android:background="#29ABE2"
457 + android:text="다음 단계로"
458 + android:textColor="#FFFFFF" />
428 </LinearLayout> 459 </LinearLayout>
429 460
430 </LinearLayout> 461 </LinearLayout>
......