신기성

12345 design

...@@ -125,28 +125,6 @@ class InputProfilThirdFiveActivity : AppCompatActivity() { ...@@ -125,28 +125,6 @@ class InputProfilThirdFiveActivity : AppCompatActivity() {
125 startActivity(intent) 125 startActivity(intent)
126 } 126 }
127 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 128
151 previousButton.setOnClickListener { 129 previousButton.setOnClickListener {
152 var intent = Intent(this, InputProfilThirdFourActivity::class.java) 130 var intent = Intent(this, InputProfilThirdFourActivity::class.java)
......
...@@ -126,28 +126,6 @@ class InputProfilThirdFourActivity : AppCompatActivity() { ...@@ -126,28 +126,6 @@ class InputProfilThirdFourActivity : AppCompatActivity() {
126 startActivity(intent) 126 startActivity(intent)
127 } 127 }
128 128
129 - questionButton.setOnClickListener {
130 - val builder = AlertDialog.Builder(this)
131 - val dialogView = layoutInflater.inflate(R.layout.dialog_example, null)
132 - //val dialogText = dialogView.findViewById<EditText>(R.id.dialogEt)
133 - //val dialogRatingBar = dialogView.findViewById<RatingBar>(R.id.dialogRb)
134 - dialogView.findViewById<TextView>(R.id.dialogTitle).text="가족구성원이란?"
135 - dialogView.findViewById<TextView>(R.id.dialogContent).text="주민등록상 같은 거주지에 사는 사람"
136 -
137 - builder.setView(dialogView)
138 - .setPositiveButton("확인") { dialogInterface, i ->
139 - //mainTv.text = dialogText.text.toString()
140 - //mainRb.rating = dialogRatingBar.rating
141 - /* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
142 -
143 - }
144 - /*
145 - .setNegativeButton("취소") { dialogInterface, i ->
146 - /* 취소일 때 아무 액션이 없으므로 빈칸 */
147 - }
148 - */
149 - .show()
150 - }
151 129
152 previousButton.setOnClickListener { 130 previousButton.setOnClickListener {
153 var intent = Intent(this, InputProfilThirdThreeActivity::class.java) 131 var intent = Intent(this, InputProfilThirdThreeActivity::class.java)
......
...@@ -124,28 +124,6 @@ class InputProfilThirdOneActivity : AppCompatActivity() { ...@@ -124,28 +124,6 @@ class InputProfilThirdOneActivity : AppCompatActivity() {
124 startActivity(intent) 124 startActivity(intent)
125 } 125 }
126 126
127 - questionButton.setOnClickListener {
128 - val builder = AlertDialog.Builder(this)
129 - val dialogView = layoutInflater.inflate(R.layout.dialog_example, null)
130 - //val dialogText = dialogView.findViewById<EditText>(R.id.dialogEt)
131 - //val dialogRatingBar = dialogView.findViewById<RatingBar>(R.id.dialogRb)
132 - dialogView.findViewById<TextView>(R.id.dialogTitle).text="가족구성원이란?"
133 - dialogView.findViewById<TextView>(R.id.dialogContent).text="주민등록상 같은 거주지에 사는 사람"
134 -
135 - builder.setView(dialogView)
136 - .setPositiveButton("확인") { dialogInterface, i ->
137 - //mainTv.text = dialogText.text.toString()
138 - //mainRb.rating = dialogRatingBar.rating
139 - /* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
140 -
141 - }
142 - /*
143 - .setNegativeButton("취소") { dialogInterface, i ->
144 - /* 취소일 때 아무 액션이 없으므로 빈칸 */
145 - }
146 - */
147 - .show()
148 - }
149 127
150 128
151 elementaryButton.setOnClickListener { 129 elementaryButton.setOnClickListener {
......
...@@ -123,30 +123,6 @@ class InputProfilThirdThreeActivity : AppCompatActivity() { ...@@ -123,30 +123,6 @@ class InputProfilThirdThreeActivity : AppCompatActivity() {
123 startActivity(intent) 123 startActivity(intent)
124 } 124 }
125 125
126 - questionButton.setOnClickListener {
127 - val builder = AlertDialog.Builder(this)
128 - val dialogView = layoutInflater.inflate(R.layout.dialog_example, null)
129 - //val dialogText = dialogView.findViewById<EditText>(R.id.dialogEt)
130 - //val dialogRatingBar = dialogView.findViewById<RatingBar>(R.id.dialogRb)
131 - dialogView.findViewById<TextView>(R.id.dialogTitle).text="가족구성원이란?"
132 - dialogView.findViewById<TextView>(R.id.dialogContent).text="주민등록상 같은 거주지에 사는 사람"
133 -
134 - builder.setView(dialogView)
135 - .setPositiveButton("확인") { dialogInterface, i ->
136 - //mainTv.text = dialogText.text.toString()
137 - //mainRb.rating = dialogRatingBar.rating
138 - /* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
139 -
140 - }
141 - /*
142 - .setNegativeButton("취소") { dialogInterface, i ->
143 - /* 취소일 때 아무 액션이 없으므로 빈칸 */
144 - }
145 - */
146 - .show()
147 - }
148 -
149 -
150 previousButton.setOnClickListener { 126 previousButton.setOnClickListener {
151 var intent = Intent(this, InputProfilThirdTwoActivity::class.java) 127 var intent = Intent(this, InputProfilThirdTwoActivity::class.java)
152 startActivity(intent) 128 startActivity(intent)
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
4 xmlns:tools="http://schemas.android.com/tools" 4 xmlns:tools="http://schemas.android.com/tools"
5 android:layout_width="match_parent" 5 android:layout_width="match_parent"
6 android:layout_height="match_parent" 6 android:layout_height="match_parent"
7 - tools:context=".InputProfilFifthFourActivity"> 7 + tools:context=".InputProfilFifthThreeActivity">
8 8
9 <LinearLayout 9 <LinearLayout
10 android:layout_width="match_parent" 10 android:layout_width="match_parent"
...@@ -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_filling"
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,9 +111,10 @@ ...@@ -104,9 +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"
107 - android:background="#1E90FF" 114 + android:background="@drawable/profile_stage_filling"
108 android:gravity="center" 115 android:gravity="center"
109 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#FFFFFF" />
110 118
111 <TextView 119 <TextView
112 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -114,53 +122,47 @@ ...@@ -114,53 +122,47 @@
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"
117 - android:background="#1E90FF" 125 + android:background="@drawable/profile_stage"
118 android:gravity="center" 126 android:gravity="center"
119 - android:text="5" /> 127 + android:text="5"
128 + android:textColor="#FFFFFF" />
120 129
121 </LinearLayout> 130 </LinearLayout>
122 131
123 <LinearLayout 132 <LinearLayout
124 android:layout_width="match_parent" 133 android:layout_width="match_parent"
125 android:layout_height="10dp" 134 android:layout_height="10dp"
126 - android:layout_weight="1" 135 + android:orientation="horizontal"></LinearLayout>
127 - android:orientation="vertical"></LinearLayout>
128 136
129 <LinearLayout 137 <LinearLayout
130 android:layout_width="match_parent" 138 android:layout_width="match_parent"
131 - android:layout_height="wrap_content" 139 + android:layout_height="match_parent"
132 android:layout_weight="1" 140 android:layout_weight="1"
133 android:orientation="vertical"> 141 android:orientation="vertical">
134 142
135 <LinearLayout 143 <LinearLayout
136 android:layout_width="match_parent" 144 android:layout_width="match_parent"
137 android:layout_height="wrap_content" 145 android:layout_height="wrap_content"
138 - android:orientation="vertical"> 146 + android:gravity="center"
147 + android:orientation="horizontal">
139 148
140 - <RelativeLayout 149 + <TextView
141 - android:layout_width="match_parent" 150 + android:id="@+id/explainTextView"
142 - android:layout_height="match_parent"> 151 + android:layout_width="wrap_content"
152 + android:layout_height="wrap_content"
153 + android:layout_gravity="center"
154 + android:gravity="center"
155 + android:text="20. 부채금액을 적어주세요."
156 + android:textColor="#4A4A4A"
157 + android:textSize="20dp" />
143 158
144 - <TextView 159 + <Button
145 - android:id="@+id/explainTextView" 160 + android:id="@+id/questionButton"
146 - android:layout_width="wrap_content" 161 + android:layout_width="20dp"
147 - android:layout_height="wrap_content" 162 + android:layout_height="20dp"
148 - android:layout_centerInParent="true" 163 + android:layout_gravity="bottom"
149 - android:layout_gravity="center" 164 + android:background="@drawable/question_mark_image" />
150 - android:gravity="center"
151 - android:text="18. 금융기관 대출금, 공증된 사채 등으로 차용한 금액 중 미상환액, 부채금액을 적어주세요." />
152 165
153 - <Button
154 - android:id="@+id/questionButton"
155 - android:layout_width="30dp"
156 - android:layout_height="30dp"
157 - android:layout_gravity="center"
158 - android:layout_toRightOf="@id/explainTextView"
159 - android:backgroundTint="#1E90FF"
160 - android:gravity="center"
161 - android:text=" ? "
162 - android:textSize="8sp" />
163 - </RelativeLayout>
164 </LinearLayout> 166 </LinearLayout>
165 167
166 <LinearLayout 168 <LinearLayout
...@@ -176,24 +178,36 @@ ...@@ -176,24 +178,36 @@
176 android:layout_height="wrap_content"> 178 android:layout_height="wrap_content">
177 179
178 <LinearLayout 180 <LinearLayout
179 - android:layout_width="300dp" 181 + android:layout_width="match_parent"
180 android:layout_height="wrap_content" 182 android:layout_height="wrap_content"
181 - android:layout_gravity="center"
182 android:orientation="vertical"> 183 android:orientation="vertical">
183 184
184 - <TextView 185 + <LinearLayout
185 - android:id="@+id/textView1"
186 android:layout_width="match_parent" 186 android:layout_width="match_parent"
187 - android:layout_height="wrap_content" 187 + android:layout_height="match_parent"
188 - android:text="부채 금액" /> 188 + android:layout_gravity="center"
189 - 189 + android:orientation="vertical">
190 - <EditText 190 +
191 - android:id="@+id/editText1" 191 + <TextView
192 - android:layout_width="match_parent" 192 + android:id="@+id/textView1"
193 - android:layout_height="wrap_content" 193 + android:layout_width="300dp"
194 - android:ems="10" 194 + android:layout_height="wrap_content"
195 - android:hint="ex)1000000" /> 195 + android:layout_gravity="center"
196 - 196 + android:layout_margin="5dp"
197 + android:text="부채 금액"
198 + android:textColor="#29ABE2" />
199 +
200 + <EditText
201 + android:id="@+id/editText1"
202 + android:layout_width="300dp"
203 + android:layout_height="wrap_content"
204 + android:layout_gravity="center"
205 + android:layout_margin="5dp"
206 + android:ems="10"
207 + android:hint="ex)1000000"
208 + android:theme="@style/EditTheme" />
209 +
210 + </LinearLayout>
197 </LinearLayout> 211 </LinearLayout>
198 </ScrollView> 212 </ScrollView>
199 213
...@@ -203,25 +217,36 @@ ...@@ -203,25 +217,36 @@
203 android:layout_weight="1" 217 android:layout_weight="1"
204 android:orientation="vertical"></LinearLayout> 218 android:orientation="vertical"></LinearLayout>
205 219
206 - <LinearLayout 220 + </LinearLayout>
207 - android:layout_width="match_parent"
208 - android:layout_height="wrap_content"
209 - android:orientation="horizontal">
210 221
211 - <Button 222 + <LinearLayout
212 - android:id="@+id/previousButton" 223 + android:layout_width="match_parent"
213 - android:layout_width="10dp" 224 + android:layout_height="15dp"
214 - android:layout_height="wrap_content" 225 + android:orientation="horizontal"></LinearLayout>
215 - android:layout_weight="1"
216 - android:text="이전 단계로" />
217 226
218 - <Button 227 + <LinearLayout
219 - android:id="@+id/nextButton" 228 + android:layout_width="match_parent"
220 - android:layout_width="10dp" 229 + android:layout_height="wrap_content"
221 - android:layout_height="wrap_content" 230 + android:orientation="horizontal">
222 - android:layout_weight="1" 231 +
223 - android:text="다음 단계로" /> 232 + <Button
224 - </LinearLayout> 233 + android:id="@+id/previousButton"
234 + android:layout_width="10dp"
235 + android:layout_height="wrap_content"
236 + android:layout_weight="1"
237 + android:background="#F4F4F4"
238 + android:text="이전 단계로"
239 + android:textColor="#757575" />
240 +
241 + <Button
242 + android:id="@+id/nextButton"
243 + android:layout_width="10dp"
244 + android:layout_height="wrap_content"
245 + android:layout_weight="1"
246 + android:background="#29ABE2"
247 + android:text="완 료"
248 + android:textColor="#FFFFFF" />
225 </LinearLayout> 249 </LinearLayout>
250 +
226 </LinearLayout> 251 </LinearLayout>
227 </androidx.constraintlayout.widget.ConstraintLayout> 252 </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_filling"
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,9 +111,10 @@ ...@@ -104,9 +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"
107 - android:background="#1E90FF" 114 + android:background="@drawable/profile_stage_filling"
108 android:gravity="center" 115 android:gravity="center"
109 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#FFFFFF" />
110 118
111 <TextView 119 <TextView
112 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -114,53 +122,47 @@ ...@@ -114,53 +122,47 @@
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"
117 - android:background="#1E90FF" 125 + android:background="@drawable/profile_stage"
118 android:gravity="center" 126 android:gravity="center"
119 - android:text="5" /> 127 + android:text="5"
128 + android:textColor="#FFFFFF" />
120 129
121 </LinearLayout> 130 </LinearLayout>
122 131
123 <LinearLayout 132 <LinearLayout
124 android:layout_width="match_parent" 133 android:layout_width="match_parent"
125 android:layout_height="10dp" 134 android:layout_height="10dp"
126 - android:layout_weight="1" 135 + android:orientation="horizontal"></LinearLayout>
127 - android:orientation="vertical"></LinearLayout>
128 136
129 <LinearLayout 137 <LinearLayout
130 android:layout_width="match_parent" 138 android:layout_width="match_parent"
131 - android:layout_height="wrap_content" 139 + android:layout_height="match_parent"
132 android:layout_weight="1" 140 android:layout_weight="1"
133 android:orientation="vertical"> 141 android:orientation="vertical">
134 142
135 <LinearLayout 143 <LinearLayout
136 android:layout_width="match_parent" 144 android:layout_width="match_parent"
137 android:layout_height="wrap_content" 145 android:layout_height="wrap_content"
138 - android:orientation="vertical"> 146 + android:gravity="center"
147 + android:orientation="horizontal">
139 148
140 - <RelativeLayout 149 + <TextView
141 - android:layout_width="match_parent" 150 + android:id="@+id/explainTextView"
142 - android:layout_height="match_parent"> 151 + android:layout_width="wrap_content"
152 + android:layout_height="wrap_content"
153 + android:layout_gravity="center"
154 + android:gravity="center"
155 + android:text="17. 월평균소득을 적어주세요.\n(* 기준 : 매월소득)"
156 + android:textColor="#4A4A4A"
157 + android:textSize="20dp" />
143 158
144 - <TextView 159 + <Button
145 - android:id="@+id/explainTextView" 160 + android:id="@+id/questionButton"
146 - android:layout_width="wrap_content" 161 + android:layout_width="20dp"
147 - android:layout_height="wrap_content" 162 + android:layout_height="20dp"
148 - android:layout_centerInParent="true" 163 + android:layout_gravity="bottom"
149 - android:layout_gravity="center" 164 + android:background="@drawable/question_mark_image" />
150 - android:gravity="center"
151 - android:text="15. 월평균소득을 적어주세요. (기준 : 매월소득)" />
152 165
153 - <Button
154 - android:id="@+id/questionButton"
155 - android:layout_width="30dp"
156 - android:layout_height="30dp"
157 - android:layout_gravity="center"
158 - android:layout_toRightOf="@id/explainTextView"
159 - android:backgroundTint="#1E90FF"
160 - android:gravity="center"
161 - android:text=" ? "
162 - android:textSize="8sp" />
163 - </RelativeLayout>
164 </LinearLayout> 166 </LinearLayout>
165 167
166 <LinearLayout 168 <LinearLayout
...@@ -176,38 +178,54 @@ ...@@ -176,38 +178,54 @@
176 android:layout_height="wrap_content"> 178 android:layout_height="wrap_content">
177 179
178 <LinearLayout 180 <LinearLayout
179 - android:layout_width="300dp" 181 + android:layout_width="match_parent"
180 android:layout_height="wrap_content" 182 android:layout_height="wrap_content"
181 - android:layout_gravity="center"
182 android:orientation="vertical"> 183 android:orientation="vertical">
183 184
184 - <TextView 185 + <LinearLayout
185 - android:id="@+id/textView1"
186 android:layout_width="match_parent" 186 android:layout_width="match_parent"
187 - android:layout_height="wrap_content" 187 + android:layout_height="match_parent"
188 - android:text="근로/사업소득" /> 188 + android:layout_gravity="center"
189 - 189 + android:orientation="vertical">
190 - <EditText 190 +
191 - android:id="@+id/editText1" 191 + <TextView
192 - android:layout_width="match_parent" 192 + android:id="@+id/textView1"
193 - android:layout_height="wrap_content" 193 + android:layout_width="300dp"
194 - android:ems="10" 194 + android:layout_height="wrap_content"
195 - android:hint="ex)1000000" 195 + android:layout_gravity="center"
196 - android:inputType="textPersonName" /> 196 + android:text="근로/사업소득"
197 - 197 + android:textColor="#29ABE2"
198 - <TextView 198 + android:textSize="13dp" />
199 - android:id="@+id/textView2" 199 +
200 - android:layout_width="match_parent" 200 + <EditText
201 - android:layout_height="wrap_content" 201 + android:id="@+id/editText1"
202 - android:text="그 외 소득(재산소득, 공직이전소득 등)" /> 202 + android:layout_width="300dp"
203 - 203 + android:layout_height="wrap_content"
204 - <EditText 204 + android:layout_gravity="center"
205 - android:id="@+id/editText2" 205 + android:ems="10"
206 - android:layout_width="match_parent" 206 + android:hint="ex)1000000"
207 - android:layout_height="wrap_content" 207 + android:inputType="textPersonName"
208 - android:ems="10" 208 + android:theme="@style/EditTheme" />
209 - android:hint="ex)1000000" 209 +
210 - android:inputType="textPersonName" /> 210 + <TextView
211 + android:id="@+id/textView2"
212 + android:layout_width="300dp"
213 + android:layout_height="wrap_content"
214 + android:layout_gravity="center"
215 + android:text="그 외 소득(재산소득, 공직이전소득 등)"
216 + android:textColor="#29ABE2"
217 + android:textSize="13dp" />
218 +
219 + <EditText
220 + android:id="@+id/editText2"
221 + android:layout_width="300dp"
222 + android:layout_height="wrap_content"
223 + android:layout_gravity="center"
224 + android:ems="10"
225 + android:hint="ex)1000000"
226 + android:inputType="textPersonName"
227 + android:theme="@style/EditTheme" />
228 + </LinearLayout>
211 </LinearLayout> 229 </LinearLayout>
212 </ScrollView> 230 </ScrollView>
213 231
...@@ -217,25 +235,36 @@ ...@@ -217,25 +235,36 @@
217 android:layout_weight="1" 235 android:layout_weight="1"
218 android:orientation="vertical"></LinearLayout> 236 android:orientation="vertical"></LinearLayout>
219 237
220 - <LinearLayout 238 + </LinearLayout>
221 - android:layout_width="match_parent"
222 - android:layout_height="wrap_content"
223 - android:orientation="horizontal">
224 239
225 - <Button 240 + <LinearLayout
226 - android:id="@+id/previousButton" 241 + android:layout_width="match_parent"
227 - android:layout_width="10dp" 242 + android:layout_height="15dp"
228 - android:layout_height="wrap_content" 243 + android:orientation="horizontal"></LinearLayout>
229 - android:layout_weight="1"
230 - android:text="이전 단계로" />
231 244
232 - <Button 245 + <LinearLayout
233 - android:id="@+id/nextButton" 246 + android:layout_width="match_parent"
234 - android:layout_width="10dp" 247 + android:layout_height="wrap_content"
235 - android:layout_height="wrap_content" 248 + android:orientation="horizontal">
236 - android:layout_weight="1" 249 +
237 - android:text="다음 단계로" /> 250 + <Button
238 - </LinearLayout> 251 + android:id="@+id/previousButton"
252 + android:layout_width="10dp"
253 + android:layout_height="wrap_content"
254 + android:layout_weight="1"
255 + android:background="#F4F4F4"
256 + android:text="이전 단계로"
257 + android:textColor="#757575" />
258 +
259 + <Button
260 + android:id="@+id/nextButton"
261 + android:layout_width="10dp"
262 + android:layout_height="wrap_content"
263 + android:layout_weight="1"
264 + android:background="#29ABE2"
265 + android:text="다음 단계로"
266 + android:textColor="#FFFFFF" />
239 </LinearLayout> 267 </LinearLayout>
268 +
240 </LinearLayout> 269 </LinearLayout>
241 </androidx.constraintlayout.widget.ConstraintLayout> 270 </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_filling"
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,9 +111,10 @@ ...@@ -104,9 +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"
107 - android:background="#1E90FF" 114 + android:background="@drawable/profile_stage_filling"
108 android:gravity="center" 115 android:gravity="center"
109 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#FFFFFF" />
110 118
111 <TextView 119 <TextView
112 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -114,53 +122,47 @@ ...@@ -114,53 +122,47 @@
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"
117 - android:background="#1E90FF" 125 + android:background="@drawable/profile_stage"
118 android:gravity="center" 126 android:gravity="center"
119 - android:text="5" /> 127 + android:text="5"
128 + android:textColor="#FFFFFF" />
120 129
121 </LinearLayout> 130 </LinearLayout>
122 131
123 <LinearLayout 132 <LinearLayout
124 android:layout_width="match_parent" 133 android:layout_width="match_parent"
125 android:layout_height="10dp" 134 android:layout_height="10dp"
126 - android:layout_weight="1" 135 + android:orientation="horizontal"></LinearLayout>
127 - android:orientation="vertical"></LinearLayout>
128 136
129 <LinearLayout 137 <LinearLayout
130 android:layout_width="match_parent" 138 android:layout_width="match_parent"
131 - android:layout_height="wrap_content" 139 + android:layout_height="match_parent"
132 android:layout_weight="1" 140 android:layout_weight="1"
133 android:orientation="vertical"> 141 android:orientation="vertical">
134 142
135 <LinearLayout 143 <LinearLayout
136 android:layout_width="match_parent" 144 android:layout_width="match_parent"
137 android:layout_height="wrap_content" 145 android:layout_height="wrap_content"
138 - android:orientation="vertical"> 146 + android:gravity="center"
147 + android:orientation="horizontal">
139 148
140 - <RelativeLayout 149 + <TextView
141 - android:layout_width="match_parent" 150 + android:id="@+id/explainTextView"
142 - android:layout_height="match_parent"> 151 + android:layout_width="wrap_content"
152 + android:layout_height="wrap_content"
153 + android:layout_gravity="center"
154 + android:gravity="center"
155 + android:text="19. 재산을 적어주세요."
156 + android:textColor="#4A4A4A"
157 + android:textSize="20dp" />
143 158
144 - <TextView 159 + <Button
145 - android:id="@+id/explainTextView" 160 + android:id="@+id/questionButton"
146 - android:layout_width="wrap_content" 161 + android:layout_width="20dp"
147 - android:layout_height="wrap_content" 162 + android:layout_height="20dp"
148 - android:layout_centerInParent="true" 163 + android:layout_gravity="bottom"
149 - android:layout_gravity="center" 164 + android:background="@drawable/question_mark_image" />
150 - android:gravity="center"
151 - android:text="17. 재산을 적어주세요." />
152 165
153 - <Button
154 - android:id="@+id/questionButton"
155 - android:layout_width="30dp"
156 - android:layout_height="30dp"
157 - android:layout_gravity="center"
158 - android:layout_toRightOf="@id/explainTextView"
159 - android:backgroundTint="#1E90FF"
160 - android:gravity="center"
161 - android:text=" ? "
162 - android:textSize="8sp" />
163 - </RelativeLayout>
164 </LinearLayout> 166 </LinearLayout>
165 167
166 <LinearLayout 168 <LinearLayout
...@@ -176,50 +178,74 @@ ...@@ -176,50 +178,74 @@
176 android:layout_height="wrap_content"> 178 android:layout_height="wrap_content">
177 179
178 <LinearLayout 180 <LinearLayout
179 - android:layout_width="300dp" 181 + android:layout_width="match_parent"
180 android:layout_height="wrap_content" 182 android:layout_height="wrap_content"
181 - android:layout_gravity="center"
182 android:orientation="vertical"> 183 android:orientation="vertical">
183 184
184 - <TextView 185 + <LinearLayout
185 - android:id="@+id/textView1"
186 - android:layout_width="match_parent"
187 - android:layout_height="wrap_content"
188 - android:text="주거용 재산" />
189 -
190 - <EditText
191 - android:id="@+id/editText1"
192 - android:layout_width="match_parent"
193 - android:layout_height="wrap_content"
194 - android:ems="10"
195 - android:hint="ex)1000000" />
196 -
197 - <TextView
198 - android:id="@+id/textView2"
199 - android:layout_width="match_parent"
200 - android:layout_height="wrap_content"
201 - android:text="주거 외 재산" />
202 -
203 - <EditText
204 - android:id="@+id/editText2"
205 - android:layout_width="match_parent"
206 - android:layout_height="wrap_content"
207 - android:ems="10"
208 - android:hint="ex)1000000" />
209 -
210 - <TextView
211 - android:id="@+id/textView3"
212 - android:layout_width="match_parent"
213 - android:layout_height="wrap_content"
214 - android:text="금융재산" />
215 -
216 - <EditText
217 - android:id="@+id/editText3"
218 android:layout_width="match_parent" 186 android:layout_width="match_parent"
219 - android:layout_height="wrap_content" 187 + android:layout_height="match_parent"
220 - android:ems="10" 188 + android:layout_gravity="center"
221 - android:hint="ex)1000000" /> 189 + android:orientation="vertical">
222 - 190 +
191 + <TextView
192 + android:id="@+id/textView1"
193 + android:layout_width="300dp"
194 + android:layout_height="wrap_content"
195 + android:layout_gravity="center"
196 + android:layout_margin="5dp"
197 + android:text="주거용 재산"
198 + android:textColor="#29ABE2" />
199 +
200 + <EditText
201 + android:id="@+id/editText1"
202 + android:layout_width="300dp"
203 + android:layout_height="wrap_content"
204 + android:layout_gravity="center"
205 + android:layout_margin="5dp"
206 + android:ems="10"
207 + android:hint="ex)1000000"
208 + android:theme="@style/EditTheme" />
209 +
210 + <TextView
211 + android:id="@+id/textView2"
212 + android:layout_width="300dp"
213 + android:layout_height="wrap_content"
214 + android:layout_gravity="center"
215 + android:layout_margin="5dp"
216 + android:text="주거 외 재산"
217 + android:textColor="#29ABE2" />
218 +
219 + <EditText
220 + android:id="@+id/editText2"
221 + android:layout_width="300dp"
222 + android:layout_height="wrap_content"
223 + android:layout_gravity="center"
224 + android:layout_margin="5dp"
225 + android:ems="10"
226 + android:hint="ex)1000000"
227 + android:theme="@style/EditTheme" />
228 +
229 + <TextView
230 + android:id="@+id/textView3"
231 + android:layout_width="300dp"
232 + android:layout_height="wrap_content"
233 + android:layout_gravity="center"
234 + android:layout_margin="5dp"
235 + android:text="금융재산"
236 + android:textColor="#29ABE2" />
237 +
238 + <EditText
239 + android:id="@+id/editText3"
240 + android:layout_width="300dp"
241 + android:layout_height="wrap_content"
242 + android:layout_gravity="center"
243 + android:ems="10"
244 + android:hint="ex)1000000"
245 + android:theme="@style/EditTheme"
246 + android:layout_margin="5dp" />
247 +
248 + </LinearLayout>
223 </LinearLayout> 249 </LinearLayout>
224 </ScrollView> 250 </ScrollView>
225 251
...@@ -229,25 +255,36 @@ ...@@ -229,25 +255,36 @@
229 android:layout_weight="1" 255 android:layout_weight="1"
230 android:orientation="vertical"></LinearLayout> 256 android:orientation="vertical"></LinearLayout>
231 257
232 - <LinearLayout 258 + </LinearLayout>
233 - android:layout_width="match_parent"
234 - android:layout_height="wrap_content"
235 - android:orientation="horizontal">
236 259
237 - <Button 260 + <LinearLayout
238 - android:id="@+id/previousButton" 261 + android:layout_width="match_parent"
239 - android:layout_width="10dp" 262 + android:layout_height="15dp"
240 - android:layout_height="wrap_content" 263 + android:orientation="horizontal"></LinearLayout>
241 - android:layout_weight="1"
242 - android:text="이전 단계로" />
243 264
244 - <Button 265 + <LinearLayout
245 - android:id="@+id/nextButton" 266 + android:layout_width="match_parent"
246 - android:layout_width="10dp" 267 + android:layout_height="wrap_content"
247 - android:layout_height="wrap_content" 268 + android:orientation="horizontal">
248 - android:layout_weight="1" 269 +
249 - android:text="다음 단계로" /> 270 + <Button
250 - </LinearLayout> 271 + android:id="@+id/previousButton"
272 + android:layout_width="10dp"
273 + android:layout_height="wrap_content"
274 + android:layout_weight="1"
275 + android:background="#F4F4F4"
276 + android:text="이전 단계로"
277 + android:textColor="#757575" />
278 +
279 + <Button
280 + android:id="@+id/nextButton"
281 + android:layout_width="10dp"
282 + android:layout_height="wrap_content"
283 + android:layout_weight="1"
284 + android:background="#29ABE2"
285 + android:text="다음 단계로"
286 + android:textColor="#FFFFFF" />
251 </LinearLayout> 287 </LinearLayout>
288 +
252 </LinearLayout> 289 </LinearLayout>
253 </androidx.constraintlayout.widget.ConstraintLayout> 290 </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_filling"
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,9 +111,10 @@ ...@@ -104,9 +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"
107 - android:background="#1E90FF" 114 + android:background="@drawable/profile_stage_filling"
108 android:gravity="center" 115 android:gravity="center"
109 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#FFFFFF" />
110 118
111 <TextView 119 <TextView
112 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -114,53 +122,48 @@ ...@@ -114,53 +122,48 @@
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"
117 - android:background="#1E90FF" 125 + android:background="@drawable/profile_stage"
118 android:gravity="center" 126 android:gravity="center"
119 - android:text="5" /> 127 + android:text="5"
128 + android:textColor="#FFFFFF" />
120 129
121 </LinearLayout> 130 </LinearLayout>
122 131
123 <LinearLayout 132 <LinearLayout
124 android:layout_width="match_parent" 133 android:layout_width="match_parent"
125 android:layout_height="10dp" 134 android:layout_height="10dp"
126 - android:layout_weight="1" 135 + android:orientation="horizontal"></LinearLayout>
127 - android:orientation="vertical"></LinearLayout>
128 136
129 <LinearLayout 137 <LinearLayout
130 android:layout_width="match_parent" 138 android:layout_width="match_parent"
131 - android:layout_height="wrap_content" 139 + android:layout_height="match_parent"
132 android:layout_weight="1" 140 android:layout_weight="1"
133 android:orientation="vertical"> 141 android:orientation="vertical">
134 142
135 <LinearLayout 143 <LinearLayout
136 android:layout_width="match_parent" 144 android:layout_width="match_parent"
137 android:layout_height="wrap_content" 145 android:layout_height="wrap_content"
138 - android:orientation="vertical"> 146 + android:gravity="center"
147 + android:orientation="horizontal">
139 148
140 - <RelativeLayout 149 + <TextView
141 - android:layout_width="match_parent" 150 + android:id="@+id/explainTextView0"
142 - android:layout_height="match_parent"> 151 + android:layout_width="wrap_content"
152 + android:layout_height="wrap_content"
153 + android:layout_gravity="center"
154 + android:gravity="center"
155 + android:text="18. 건강보험 가입형태를 선택해주세요."
156 + android:textColor="#4A4A4A"
157 + android:textSize="20dp" />
143 158
144 - <TextView 159 + </LinearLayout>
145 - android:id="@+id/explainTextView" 160 +
146 - android:layout_width="wrap_content" 161 + <LinearLayout
147 - android:layout_height="wrap_content" 162 + android:layout_width="match_parent"
148 - android:layout_centerInParent="true" 163 + android:layout_height="50dp"
149 - android:layout_gravity="center" 164 + android:layout_weight="1"
150 - android:gravity="center" 165 + android:orientation="vertical">
151 - android:text="16. 자신의 건강보험 가입형태를 선택해주세요." />
152 166
153 - <Button
154 - android:id="@+id/questionButton"
155 - android:layout_width="30dp"
156 - android:layout_height="30dp"
157 - android:layout_gravity="center"
158 - android:layout_toRightOf="@id/explainTextView"
159 - android:backgroundTint="#1E90FF"
160 - android:gravity="center"
161 - android:text=" ? "
162 - android:textSize="8sp" />
163 - </RelativeLayout>
164 </LinearLayout> 167 </LinearLayout>
165 168
166 <ScrollView 169 <ScrollView
...@@ -173,8 +176,8 @@ ...@@ -173,8 +176,8 @@
173 android:orientation="vertical"> 176 android:orientation="vertical">
174 177
175 <LinearLayout 178 <LinearLayout
176 - android:layout_width="wrap_content" 179 + android:layout_width="match_parent"
177 - android:layout_height="wrap_content" 180 + android:layout_height="match_parent"
178 android:layout_gravity="center" 181 android:layout_gravity="center"
179 android:gravity="center" 182 android:gravity="center"
180 android:orientation="vertical"> 183 android:orientation="vertical">
...@@ -182,54 +185,68 @@ ...@@ -182,54 +185,68 @@
182 <LinearLayout 185 <LinearLayout
183 android:layout_width="match_parent" 186 android:layout_width="match_parent"
184 android:layout_height="match_parent" 187 android:layout_height="match_parent"
188 + android:gravity="center"
185 android:orientation="horizontal"> 189 android:orientation="horizontal">
186 190
187 <ToggleButton 191 <ToggleButton
188 android:id="@+id/jikjaangButton" 192 android:id="@+id/jikjaangButton"
189 - android:layout_width="wrap_content" 193 + android:layout_width="100dp"
190 - android:layout_height="wrap_content" 194 + android:layout_height="100dp"
191 - android:layout_weight="1" 195 + android:layout_margin="10dp"
192 - android:background="@drawable/profil_selector" 196 + android:background="@drawable/circle_selector"
197 + android:gravity="center"
193 android:text="직장가입자" 198 android:text="직장가입자"
199 + android:textColor="#757575"
194 android:textOff="직장가입자" 200 android:textOff="직장가입자"
195 - android:textOn="직장가입자" /> 201 + android:textOn="직장가입자"
202 + android:textSize="16dp" />
196 203
197 <ToggleButton 204 <ToggleButton
198 android:id="@+id/jiyeokButton" 205 android:id="@+id/jiyeokButton"
199 - android:layout_width="wrap_content" 206 + android:layout_width="100dp"
200 - android:layout_height="wrap_content" 207 + android:layout_height="100dp"
201 - android:layout_weight="1" 208 + android:layout_margin="10dp"
202 - android:background="@drawable/profil_selector" 209 + android:background="@drawable/circle_selector"
210 + android:gravity="center"
203 android:text="지역가입자" 211 android:text="지역가입자"
212 + android:textColor="#757575"
204 android:textOff="지역가입자" 213 android:textOff="지역가입자"
205 - android:textOn="지역가입자" /> 214 + android:textOn="지역가입자"
215 + android:textSize="16dp" />
206 216
207 </LinearLayout> 217 </LinearLayout>
208 218
209 <LinearLayout 219 <LinearLayout
210 android:layout_width="match_parent" 220 android:layout_width="match_parent"
211 android:layout_height="match_parent" 221 android:layout_height="match_parent"
222 + android:gravity="center"
212 android:orientation="horizontal"> 223 android:orientation="horizontal">
213 224
214 <ToggleButton 225 <ToggleButton
215 android:id="@+id/pibooyaangjikjaangButton" 226 android:id="@+id/pibooyaangjikjaangButton"
216 - android:layout_width="wrap_content" 227 + android:layout_width="100dp"
217 - android:layout_height="wrap_content" 228 + android:layout_height="100dp"
218 - android:layout_weight="1" 229 + android:layout_margin="10dp"
219 - android:background="@drawable/profil_selector" 230 + android:background="@drawable/circle_selector"
231 + android:gravity="center"
220 android:text="피부양자(직장)" 232 android:text="피부양자(직장)"
233 + android:textColor="#757575"
221 android:textOff="피부양자(직장)" 234 android:textOff="피부양자(직장)"
222 - android:textOn="피부양자(직장)" /> 235 + android:textOn="피부양자(직장)"
236 + android:textSize="16dp" />
223 237
224 <ToggleButton 238 <ToggleButton
225 android:id="@+id/pibooyaangjiyeokButton" 239 android:id="@+id/pibooyaangjiyeokButton"
226 - android:layout_width="wrap_content" 240 + android:layout_width="100dp"
227 - android:layout_height="wrap_content" 241 + android:layout_height="100dp"
228 - android:layout_weight="1" 242 + android:layout_margin="10dp"
229 - android:background="@drawable/profil_selector" 243 + android:background="@drawable/circle_selector"
244 + android:gravity="center"
230 android:text="피부양자(지역)" 245 android:text="피부양자(지역)"
246 + android:textColor="#757575"
231 android:textOff="피부양자(지역)" 247 android:textOff="피부양자(지역)"
232 - android:textOn="피부양자(지역)" /> 248 + android:textOn="피부양자(지역)"
249 + android:textSize="16dp" />
233 250
234 </LinearLayout> 251 </LinearLayout>
235 252
...@@ -237,106 +254,135 @@ ...@@ -237,106 +254,135 @@
237 <LinearLayout 254 <LinearLayout
238 android:layout_width="match_parent" 255 android:layout_width="match_parent"
239 android:layout_height="match_parent" 256 android:layout_height="match_parent"
257 + android:gravity="center"
240 android:orientation="horizontal"> 258 android:orientation="horizontal">
241 259
242 <ToggleButton 260 <ToggleButton
243 android:id="@+id/uieryoButton" 261 android:id="@+id/uieryoButton"
244 - android:layout_width="wrap_content" 262 + android:layout_width="100dp"
245 - android:layout_height="wrap_content" 263 + android:layout_height="100dp"
246 - android:layout_weight="1" 264 + android:layout_margin="10dp"
247 - android:background="@drawable/profil_selector" 265 + android:background="@drawable/circle_selector"
266 + android:gravity="center"
248 android:text="의료급여수급건자" 267 android:text="의료급여수급건자"
268 + android:textColor="#757575"
249 android:textOff="의료급여수급건자" 269 android:textOff="의료급여수급건자"
250 - android:textOn="의료급여수급건자" /> 270 + android:textOn="의료급여수급건자"
271 + android:textSize="16dp" />
272 +
273 + <ToggleButton
274 + android:id="@+id/emptyButton"
275 + android:layout_width="100dp"
276 + android:layout_height="100dp"
277 + android:layout_margin="10dp"
278 + android:background="#00000000"
279 + android:gravity="center"
280 + android:textColor="#757575"
281 + android:textOff=" "
282 + android:textOn=" "
283 + android:textSize="16dp"
284 + android:visibility="invisible" />
251 </LinearLayout> 285 </LinearLayout>
252 286
253 287
254 </LinearLayout> 288 </LinearLayout>
255 - </LinearLayout>
256 - </ScrollView>
257 -
258 - <LinearLayout
259 - android:layout_width="match_parent"
260 - android:layout_height="100dp"
261 - android:layout_weight="1"
262 - android:gravity="center"
263 - android:orientation="vertical">
264 289
265 - <LinearLayout 290 + <LinearLayout
266 - android:id="@+id/subLinearLayout" 291 + android:id="@+id/subLinearLayout"
267 - android:layout_width="match_parent"
268 - android:layout_height="wrap_content"
269 - android:orientation="vertical">
270 -
271 - <RelativeLayout
272 android:layout_width="match_parent" 292 android:layout_width="match_parent"
273 - android:layout_height="wrap_content"> 293 + android:layout_height="match_parent"
294 + android:orientation="vertical">
274 295
275 - <TextView 296 + <LinearLayout
276 - android:id="@+id/explainSubTextView" 297 + android:layout_width="match_parent"
277 - android:layout_width="wrap_content" 298 + android:layout_height="match_parent"
278 - android:layout_height="wrap_content"
279 - android:layout_centerInParent="true"
280 - android:layout_gravity="center"
281 android:gravity="center" 299 android:gravity="center"
282 - android:text="16-1. 매월 납부하는 건강보험료를 입력해주세요." /> 300 + android:orientation="horizontal">
301 +
302 + <TextView
303 + android:id="@+id/explainTextView1"
304 + android:layout_width="wrap_content"
305 + android:layout_height="wrap_content"
306 + android:layout_gravity="center"
307 + android:gravity="center"
308 + android:text="18-1. 매월 납부하는\n건강보험료를 적어주세요."
309 + android:textColor="#4A4A4A"
310 + android:textSize="20dp" />
311 +
312 + <Button
313 + android:id="@+id/questionButton"
314 + android:layout_width="20dp"
315 + android:layout_height="20dp"
316 + android:layout_gravity="bottom"
317 + android:background="@drawable/question_mark_image" />
283 318
284 - <Button 319 + </LinearLayout>
285 - android:id="@+id/questionSubButton" 320 +
286 - android:layout_width="30dp" 321 + <LinearLayout
287 - android:layout_height="30dp" 322 + android:layout_width="wrap_content"
323 + android:layout_height="match_parent"
288 android:layout_gravity="center" 324 android:layout_gravity="center"
289 - android:layout_toRightOf="@id/explainSubTextView" 325 + android:orientation="vertical">
290 - android:backgroundTint="#1E90FF"
291 - android:gravity="center"
292 - android:text=" ? "
293 - android:textSize="8sp" />
294 - </RelativeLayout>
295 326
296 - <LinearLayout 327 + <TextView
297 - android:layout_width="wrap_content" 328 + android:id="@+id/textView1"
298 - android:layout_height="match_parent" 329 + android:layout_width="match_parent"
299 - android:layout_gravity="center" 330 + android:layout_height="wrap_content"
300 - android:orientation="vertical"> 331 + android:text="건강보험 총 납부액"
332 + android:textColor="#29ABE2" />
301 333
302 - <TextView 334 + <EditText
303 - android:id="@+id/textView1" 335 + android:id="@+id/editText1"
304 - android:layout_width="match_parent" 336 + android:layout_width="match_parent"
305 - android:layout_height="wrap_content" 337 + android:layout_height="wrap_content"
306 - android:text="건강보험 총 납부액" /> 338 + android:ems="10"
339 + android:hint="ex)1000000"
340 + android:inputType="textPersonName"
341 + android:theme="@style/EditTheme" />
307 342
308 - <EditText 343 + </LinearLayout>
309 - android:id="@+id/editText1"
310 - android:layout_width="match_parent"
311 - android:layout_height="wrap_content"
312 - android:ems="10"
313 - android:hint="ex)1000000"
314 - android:inputType="textPersonName" />
315 344
316 </LinearLayout> 345 </LinearLayout>
317 346
318 </LinearLayout> 347 </LinearLayout>
319 - </LinearLayout> 348 + </ScrollView>
320 349
321 <LinearLayout 350 <LinearLayout
322 android:layout_width="match_parent" 351 android:layout_width="match_parent"
323 - android:layout_height="wrap_content" 352 + android:layout_height="100dp"
324 - android:orientation="horizontal"> 353 + android:layout_weight="1"
354 + android:orientation="vertical"></LinearLayout>
325 355
326 - <Button 356 + </LinearLayout>
327 - android:id="@+id/previousButton"
328 - android:layout_width="10dp"
329 - android:layout_height="wrap_content"
330 - android:layout_weight="1"
331 - android:text="이전 단계로" />
332 357
333 - <Button 358 + <LinearLayout
334 - android:id="@+id/nextButton" 359 + android:layout_width="match_parent"
335 - android:layout_width="10dp" 360 + android:layout_height="15dp"
336 - android:layout_height="wrap_content" 361 + android:orientation="horizontal"></LinearLayout>
337 - android:layout_weight="1" 362 +
338 - android:text="다음 단계로" /> 363 + <LinearLayout
339 - </LinearLayout> 364 + android:layout_width="match_parent"
365 + android:layout_height="wrap_content"
366 + android:orientation="horizontal">
367 +
368 + <Button
369 + android:id="@+id/previousButton"
370 + android:layout_width="10dp"
371 + android:layout_height="wrap_content"
372 + android:layout_weight="1"
373 + android:background="#F4F4F4"
374 + android:text="이전 단계로"
375 + android:textColor="#757575" />
376 +
377 + <Button
378 + android:id="@+id/nextButton"
379 + android:layout_width="10dp"
380 + android:layout_height="wrap_content"
381 + android:layout_weight="1"
382 + android:background="#29ABE2"
383 + android:text="다음 단계로"
384 + android:textColor="#FFFFFF" />
340 </LinearLayout> 385 </LinearLayout>
386 +
341 </LinearLayout> 387 </LinearLayout>
342 </androidx.constraintlayout.widget.ConstraintLayout> 388 </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_filling"
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,9 +111,10 @@ ...@@ -104,9 +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"
107 - android:background="#1E90FF" 114 + android:background="@drawable/profile_stage"
108 android:gravity="center" 115 android:gravity="center"
109 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#FFFFFF" />
110 118
111 <TextView 119 <TextView
112 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -114,52 +122,47 @@ ...@@ -114,52 +122,47 @@
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="10dp" 134 android:layout_height="10dp"
125 - android:layout_weight="1" 135 + android:orientation="horizontal"></LinearLayout>
126 - android:orientation="vertical"></LinearLayout>
127 136
128 <LinearLayout 137 <LinearLayout
129 android:layout_width="match_parent" 138 android:layout_width="match_parent"
130 - android:layout_height="wrap_content" 139 + android:layout_height="match_parent"
131 android:layout_weight="1" 140 android:layout_weight="1"
132 android:orientation="vertical"> 141 android:orientation="vertical">
133 142
134 <LinearLayout 143 <LinearLayout
135 android:layout_width="match_parent" 144 android:layout_width="match_parent"
136 android:layout_height="wrap_content" 145 android:layout_height="wrap_content"
137 - android:orientation="vertical"> 146 + android:gravity="center"
147 + android:orientation="horizontal">
138 148
139 - <RelativeLayout 149 + <TextView
140 - android:layout_width="match_parent" 150 + android:id="@+id/explainTextView4"
141 - android:layout_height="match_parent"> 151 + android:layout_width="wrap_content"
152 + android:layout_height="wrap_content"
153 + android:layout_gravity="center"
154 + android:gravity="center"
155 + android:text='16. 자신을 포함한 가구구성원의\n"피해상황"을 모두 선택해주세요.'
156 + android:textColor="#4A4A4A"
157 + android:textSize="20dp" />
142 158
143 - <TextView 159 + <Button
144 - android:id="@+id/explainTextView" 160 + android:id="@+id/questionButton"
145 - android:layout_width="wrap_content" 161 + android:layout_width="20dp"
146 - android:layout_height="wrap_content" 162 + android:layout_height="20dp"
147 - android:layout_centerInParent="true" 163 + android:layout_gravity="bottom"
148 - android:layout_gravity="center" 164 + android:background="@drawable/question_mark_image" />
149 - android:gravity="center"
150 - android:text="14. 자신을 포함한 가구구성원의 [피해 상황]을 모두 선택해주세요." />
151 165
152 - <Button
153 - android:id="@+id/questionButton"
154 - android:layout_width="30dp"
155 - android:layout_height="30dp"
156 - android:layout_gravity="center"
157 - android:layout_toRightOf="@id/explainTextView"
158 - android:backgroundTint="#1E90FF"
159 - android:gravity="center"
160 - android:text=" ? "
161 - android:textSize="8sp" />
162 - </RelativeLayout>
163 </LinearLayout> 166 </LinearLayout>
164 167
165 <LinearLayout 168 <LinearLayout
...@@ -180,8 +183,8 @@ ...@@ -180,8 +183,8 @@
180 android:orientation="vertical"> 183 android:orientation="vertical">
181 184
182 <LinearLayout 185 <LinearLayout
183 - android:layout_width="wrap_content" 186 + android:layout_width="match_parent"
184 - android:layout_height="wrap_content" 187 + android:layout_height="match_parent"
185 android:layout_gravity="center" 188 android:layout_gravity="center"
186 android:gravity="center" 189 android:gravity="center"
187 android:orientation="vertical"> 190 android:orientation="vertical">
...@@ -189,54 +192,68 @@ ...@@ -189,54 +192,68 @@
189 <LinearLayout 192 <LinearLayout
190 android:layout_width="match_parent" 193 android:layout_width="match_parent"
191 android:layout_height="match_parent" 194 android:layout_height="match_parent"
195 + android:gravity="center"
192 android:orientation="horizontal"> 196 android:orientation="horizontal">
193 197
194 <ToggleButton 198 <ToggleButton
195 android:id="@+id/nothingButton" 199 android:id="@+id/nothingButton"
196 - android:layout_width="wrap_content" 200 + android:layout_width="100dp"
197 - android:layout_height="wrap_content" 201 + android:layout_height="100dp"
198 - android:layout_weight="1" 202 + android:layout_gravity="center"
199 - android:background="@drawable/profil_selector" 203 + android:layout_margin="10dp"
204 + android:background="@drawable/circle_selector"
200 android:text="해당없음" 205 android:text="해당없음"
206 + android:textColor="#757575"
201 android:textOff="해당없음" 207 android:textOff="해당없음"
202 - android:textOn="해당없음" /> 208 + android:textOn="해당없음"
209 + android:textSize="16dp" />
203 210
204 <ToggleButton 211 <ToggleButton
205 android:id="@+id/iljaeButton" 212 android:id="@+id/iljaeButton"
206 - android:layout_width="wrap_content" 213 + android:layout_width="100dp"
207 - android:layout_height="wrap_content" 214 + android:layout_height="100dp"
208 - android:layout_weight="1" 215 + android:layout_gravity="center"
209 - android:background="@drawable/profil_selector" 216 + android:layout_margin="10dp"
217 + android:background="@drawable/circle_selector"
210 android:text="일제강점기피해자" 218 android:text="일제강점기피해자"
219 + android:textColor="#757575"
211 android:textOff="일제강점기피해자" 220 android:textOff="일제강점기피해자"
212 - android:textOn="일제강점기피해자" /> 221 + android:textOn="일제강점기피해자"
222 + android:textSize="16dp" />
213 223
214 </LinearLayout> 224 </LinearLayout>
215 225
216 <LinearLayout 226 <LinearLayout
217 android:layout_width="match_parent" 227 android:layout_width="match_parent"
218 android:layout_height="match_parent" 228 android:layout_height="match_parent"
229 + android:gravity="center"
219 android:orientation="horizontal"> 230 android:orientation="horizontal">
220 231
221 <ToggleButton 232 <ToggleButton
222 android:id="@+id/specialpihaeButton" 233 android:id="@+id/specialpihaeButton"
223 - android:layout_width="wrap_content" 234 + android:layout_width="100dp"
224 - android:layout_height="wrap_content" 235 + android:layout_height="100dp"
225 - android:layout_weight="1" 236 + android:layout_gravity="center"
226 - android:background="@drawable/profil_selector" 237 + android:layout_margin="10dp"
238 + android:background="@drawable/circle_selector"
227 android:text="특수상황피해자" 239 android:text="특수상황피해자"
240 + android:textColor="#757575"
228 android:textOff="특수상황피해자" 241 android:textOff="특수상황피해자"
229 - android:textOn="특수상황피해자" /> 242 + android:textOn="특수상황피해자"
243 + android:textSize="16dp" />
230 244
231 <ToggleButton 245 <ToggleButton
232 android:id="@+id/sanuppihaeButton" 246 android:id="@+id/sanuppihaeButton"
233 - android:layout_width="wrap_content" 247 + android:layout_width="100dp"
234 - android:layout_height="wrap_content" 248 + android:layout_height="100dp"
235 - android:layout_weight="1" 249 + android:layout_gravity="center"
236 - android:background="@drawable/profil_selector" 250 + android:layout_margin="10dp"
251 + android:background="@drawable/circle_selector"
237 android:text="산업재해피해자/가족" 252 android:text="산업재해피해자/가족"
253 + android:textColor="#757575"
238 android:textOff="산업재해피해자/가족" 254 android:textOff="산업재해피해자/가족"
239 - android:textOn="산업재해피해자/가족" /> 255 + android:textOn="산업재해피해자/가족"
256 + android:textSize="16dp" />
240 257
241 </LinearLayout> 258 </LinearLayout>
242 259
...@@ -244,17 +261,33 @@ ...@@ -244,17 +261,33 @@
244 <LinearLayout 261 <LinearLayout
245 android:layout_width="match_parent" 262 android:layout_width="match_parent"
246 android:layout_height="match_parent" 263 android:layout_height="match_parent"
264 + android:gravity="center"
247 android:orientation="horizontal"> 265 android:orientation="horizontal">
248 266
249 <ToggleButton 267 <ToggleButton
250 android:id="@+id/guitarButton" 268 android:id="@+id/guitarButton"
251 - android:layout_width="wrap_content" 269 + android:layout_width="100dp"
252 - android:layout_height="wrap_content" 270 + android:layout_height="100dp"
253 - android:layout_weight="1" 271 + android:layout_gravity="center"
254 - android:background="@drawable/profil_selector" 272 + android:background="@drawable/circle_selector"
255 android:text="기타피해상황" 273 android:text="기타피해상황"
274 + android:textColor="#757575"
256 android:textOff="기타피해상황" 275 android:textOff="기타피해상황"
257 - android:textOn="기타피해상황" /> 276 + android:textOn="기타피해상황"
277 + android:textSize="16dp"
278 + android:layout_margin="10dp" />
279 +
280 + <ToggleButton
281 + android:id="@+id/emptyButton"
282 + android:layout_width="100dp"
283 + android:layout_height="100dp"
284 + android:layout_gravity="center"
285 + android:layout_margin="10dp"
286 + android:background="#00000000"
287 + android:textColor="#757575"
288 + android:textOff=" "
289 + android:textSize="16dp" />
290 +
258 </LinearLayout> 291 </LinearLayout>
259 292
260 293
...@@ -268,25 +301,36 @@ ...@@ -268,25 +301,36 @@
268 android:layout_weight="1" 301 android:layout_weight="1"
269 android:orientation="vertical"></LinearLayout> 302 android:orientation="vertical"></LinearLayout>
270 303
271 - <LinearLayout 304 + </LinearLayout>
272 - android:layout_width="match_parent"
273 - android:layout_height="wrap_content"
274 - android:orientation="horizontal">
275 305
276 - <Button 306 + <LinearLayout
277 - android:id="@+id/previousButton" 307 + android:layout_width="match_parent"
278 - android:layout_width="10dp" 308 + android:layout_height="15dp"
279 - android:layout_height="wrap_content" 309 + android:orientation="horizontal"></LinearLayout>
280 - android:layout_weight="1"
281 - android:text="이전 단계로" />
282 310
283 - <Button 311 + <LinearLayout
284 - android:id="@+id/nextButton" 312 + android:layout_width="match_parent"
285 - android:layout_width="10dp" 313 + android:layout_height="wrap_content"
286 - android:layout_height="wrap_content" 314 + android:orientation="horizontal">
287 - android:layout_weight="1" 315 +
288 - android:text="다음 단계로" /> 316 + <Button
289 - </LinearLayout> 317 + android:id="@+id/previousButton"
318 + android:layout_width="10dp"
319 + android:layout_height="wrap_content"
320 + android:layout_weight="1"
321 + android:background="#F4F4F4"
322 + android:text="이전 단계로"
323 + android:textColor="#757575" />
324 +
325 + <Button
326 + android:id="@+id/nextButton"
327 + android:layout_width="10dp"
328 + android:layout_height="wrap_content"
329 + android:layout_weight="1"
330 + android:background="#29ABE2"
331 + android:text="다음 단계로"
332 + android:textColor="#FFFFFF" />
290 </LinearLayout> 333 </LinearLayout>
334 +
291 </LinearLayout> 335 </LinearLayout>
292 </androidx.constraintlayout.widget.ConstraintLayout> 336 </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_filling"
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,9 +111,10 @@ ...@@ -104,9 +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"
107 - android:background="#1E90FF" 114 + android:background="@drawable/profile_stage"
108 android:gravity="center" 115 android:gravity="center"
109 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#FFFFFF" />
110 118
111 <TextView 119 <TextView
112 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -114,52 +122,47 @@ ...@@ -114,52 +122,47 @@
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="10dp" 134 android:layout_height="10dp"
125 - android:layout_weight="1" 135 + android:orientation="horizontal"></LinearLayout>
126 - android:orientation="vertical"></LinearLayout>
127 136
128 <LinearLayout 137 <LinearLayout
129 android:layout_width="match_parent" 138 android:layout_width="match_parent"
130 - android:layout_height="wrap_content" 139 + android:layout_height="match_parent"
131 android:layout_weight="1" 140 android:layout_weight="1"
132 android:orientation="vertical"> 141 android:orientation="vertical">
133 142
134 <LinearLayout 143 <LinearLayout
135 android:layout_width="match_parent" 144 android:layout_width="match_parent"
136 android:layout_height="wrap_content" 145 android:layout_height="wrap_content"
137 - android:orientation="vertical"> 146 + android:gravity="center"
147 + android:orientation="horizontal">
138 148
139 - <RelativeLayout 149 + <TextView
140 - android:layout_width="match_parent" 150 + android:id="@+id/explainTextView4"
141 - android:layout_height="match_parent"> 151 + android:layout_width="wrap_content"
152 + android:layout_height="wrap_content"
153 + android:layout_gravity="center"
154 + android:gravity="center"
155 + android:text='15. 자신을 포함한 가구구성원의\n"위기상황"을 모두 선택해주세요.'
156 + android:textColor="#4A4A4A"
157 + android:textSize="20dp" />
142 158
143 - <TextView 159 + <Button
144 - android:id="@+id/explainTextView" 160 + android:id="@+id/questionButton"
145 - android:layout_width="wrap_content" 161 + android:layout_width="20dp"
146 - android:layout_height="wrap_content" 162 + android:layout_height="20dp"
147 - android:layout_centerInParent="true" 163 + android:layout_gravity="bottom"
148 - android:layout_gravity="center" 164 + android:background="@drawable/question_mark_image" />
149 - android:gravity="center"
150 - android:text="13. 자신을 포함한 가구구성원의 [위기 상황]을 모두 선택해주세요." />
151 165
152 - <Button
153 - android:id="@+id/questionButton"
154 - android:layout_width="30dp"
155 - android:layout_height="30dp"
156 - android:layout_gravity="center"
157 - android:layout_toRightOf="@id/explainTextView"
158 - android:backgroundTint="#1E90FF"
159 - android:gravity="center"
160 - android:text=" ? "
161 - android:textSize="8sp" />
162 - </RelativeLayout>
163 </LinearLayout> 166 </LinearLayout>
164 167
165 <LinearLayout 168 <LinearLayout
...@@ -180,8 +183,8 @@ ...@@ -180,8 +183,8 @@
180 android:orientation="vertical"> 183 android:orientation="vertical">
181 184
182 <LinearLayout 185 <LinearLayout
183 - android:layout_width="wrap_content" 186 + android:layout_width="match_parent"
184 - android:layout_height="wrap_content" 187 + android:layout_height="match_parent"
185 android:layout_gravity="center" 188 android:layout_gravity="center"
186 android:gravity="center" 189 android:gravity="center"
187 android:orientation="vertical"> 190 android:orientation="vertical">
...@@ -189,131 +192,166 @@ ...@@ -189,131 +192,166 @@
189 <LinearLayout 192 <LinearLayout
190 android:layout_width="match_parent" 193 android:layout_width="match_parent"
191 android:layout_height="match_parent" 194 android:layout_height="match_parent"
195 + android:gravity="center"
192 android:orientation="horizontal"> 196 android:orientation="horizontal">
193 197
194 <ToggleButton 198 <ToggleButton
195 android:id="@+id/nothingButton" 199 android:id="@+id/nothingButton"
196 - android:layout_width="wrap_content" 200 + android:layout_width="100dp"
197 - android:layout_height="wrap_content" 201 + android:layout_height="100dp"
198 - android:layout_weight="1" 202 + android:layout_gravity="center"
199 - android:background="@drawable/profil_selector" 203 + android:layout_margin="10dp"
204 + android:background="@drawable/circle_selector"
200 android:text="해당없음" 205 android:text="해당없음"
206 + android:textColor="#757575"
201 android:textOff="해당없음" 207 android:textOff="해당없음"
202 - android:textOn="해당없음" /> 208 + android:textOn="해당없음"
209 + android:textSize="16dp" />
203 210
204 <ToggleButton 211 <ToggleButton
205 android:id="@+id/pokryukButton" 212 android:id="@+id/pokryukButton"
206 - android:layout_width="wrap_content" 213 + android:layout_width="100dp"
207 - android:layout_height="wrap_content" 214 + android:layout_height="100dp"
208 - android:layout_weight="1" 215 + android:layout_gravity="center"
209 - android:background="@drawable/profil_selector" 216 + android:layout_margin="10dp"
217 + android:background="@drawable/circle_selector"
210 android:text="폭력" 218 android:text="폭력"
219 + android:textColor="#757575"
211 android:textOff="폭력" 220 android:textOff="폭력"
212 - android:textOn="폭력" /> 221 + android:textOn="폭력"
222 + android:textSize="16dp" />
213 223
214 <ToggleButton 224 <ToggleButton
215 android:id="@+id/pihaeButton" 225 android:id="@+id/pihaeButton"
216 - android:layout_width="wrap_content" 226 + android:layout_width="100dp"
217 - android:layout_height="wrap_content" 227 + android:layout_height="100dp"
218 - android:layout_weight="1" 228 + android:layout_gravity="center"
219 - android:background="@drawable/profil_selector" 229 + android:layout_margin="10dp"
230 + android:background="@drawable/circle_selector"
220 android:text="피해/학대" 231 android:text="피해/학대"
232 + android:textColor="#757575"
221 android:textOff="피해/학대" 233 android:textOff="피해/학대"
222 - android:textOn="피해/학대" /> 234 + android:textOn="피해/학대"
235 + android:textSize="16dp" />
223 236
224 </LinearLayout> 237 </LinearLayout>
225 238
226 <LinearLayout 239 <LinearLayout
227 android:layout_width="match_parent" 240 android:layout_width="match_parent"
228 android:layout_height="match_parent" 241 android:layout_height="match_parent"
242 + android:gravity="center"
229 android:orientation="horizontal"> 243 android:orientation="horizontal">
230 244
231 <ToggleButton 245 <ToggleButton
232 android:id="@+id/kachoolButton" 246 android:id="@+id/kachoolButton"
233 - android:layout_width="wrap_content" 247 + android:layout_width="100dp"
234 - android:layout_height="wrap_content" 248 + android:layout_height="100dp"
235 - android:layout_weight="1" 249 + android:layout_gravity="center"
236 - android:background="@drawable/profil_selector" 250 + android:layout_margin="10dp"
251 + android:background="@drawable/circle_selector"
237 android:text="가출/실종/사망" 252 android:text="가출/실종/사망"
253 + android:textColor="#757575"
238 android:textOff="가출/실종/사망" 254 android:textOff="가출/실종/사망"
239 - android:textOn="가출/실종/사망" /> 255 + android:textOn="가출/실종/사망"
256 + android:textSize="16dp" />
240 257
241 <ToggleButton 258 <ToggleButton
242 android:id="@+id/sagoButton" 259 android:id="@+id/sagoButton"
243 - android:layout_width="wrap_content" 260 + android:layout_width="100dp"
244 - android:layout_height="wrap_content" 261 + android:layout_height="100dp"
245 - android:layout_weight="1" 262 + android:layout_gravity="center"
246 - android:background="@drawable/profil_selector" 263 + android:layout_margin="10dp"
264 + android:background="@drawable/circle_selector"
247 android:text="사고" 265 android:text="사고"
266 + android:textColor="#757575"
248 android:textOff="사고" 267 android:textOff="사고"
249 - android:textOn="사고" /> 268 + android:textOn="사고"
269 + android:textSize="16dp" />
250 270
251 <ToggleButton 271 <ToggleButton
252 android:id="@+id/ihonButton" 272 android:id="@+id/ihonButton"
253 - android:layout_width="wrap_content" 273 + android:layout_width="100dp"
254 - android:layout_height="wrap_content" 274 + android:layout_height="100dp"
255 - android:layout_weight="1" 275 + android:layout_gravity="center"
256 - android:background="@drawable/profil_selector" 276 + android:layout_margin="10dp"
277 + android:background="@drawable/circle_selector"
257 android:text="이혼(예정)" 278 android:text="이혼(예정)"
279 + android:textColor="#757575"
258 android:textOff="이혼(예정)" 280 android:textOff="이혼(예정)"
259 - android:textOn="이혼(예정)" /> 281 + android:textOn="이혼(예정)"
282 + android:textSize="16dp" />
260 </LinearLayout> 283 </LinearLayout>
261 284
262 285
263 <LinearLayout 286 <LinearLayout
264 android:layout_width="match_parent" 287 android:layout_width="match_parent"
265 android:layout_height="match_parent" 288 android:layout_height="match_parent"
289 + android:gravity="center"
266 android:orientation="horizontal"> 290 android:orientation="horizontal">
267 291
268 <ToggleButton 292 <ToggleButton
269 android:id="@+id/jaehaeButton" 293 android:id="@+id/jaehaeButton"
270 - android:layout_width="wrap_content" 294 + android:layout_width="100dp"
271 - android:layout_height="wrap_content" 295 + android:layout_height="100dp"
272 - android:layout_weight="1" 296 + android:layout_gravity="center"
273 - android:background="@drawable/profil_selector" 297 + android:layout_margin="10dp"
298 + android:background="@drawable/circle_selector"
274 android:text="재해" 299 android:text="재해"
300 + android:textColor="#757575"
275 android:textOff="재해" 301 android:textOff="재해"
276 - android:textOn="재해" /> 302 + android:textOn="재해"
303 + android:textSize="16dp" />
277 304
278 <ToggleButton 305 <ToggleButton
279 android:id="@+id/hakkyobaakButton" 306 android:id="@+id/hakkyobaakButton"
280 - android:layout_width="wrap_content" 307 + android:layout_width="100dp"
281 - android:layout_height="wrap_content" 308 + android:layout_height="100dp"
282 - android:layout_weight="1" 309 + android:layout_gravity="center"
283 - android:background="@drawable/profil_selector" 310 + android:layout_margin="10dp"
311 + android:background="@drawable/circle_selector"
284 android:text="학교밖청소년" 312 android:text="학교밖청소년"
313 + android:textColor="#757575"
285 android:textOff="학교밖청소년" 314 android:textOff="학교밖청소년"
286 - android:textOn="학교밖청소년" /> 315 + android:textOn="학교밖청소년"
316 + android:textSize="16dp" />
287 317
288 <ToggleButton 318 <ToggleButton
289 android:id="@+id/siljikButton" 319 android:id="@+id/siljikButton"
290 - android:layout_width="wrap_content" 320 + android:layout_width="100dp"
291 - android:layout_height="wrap_content" 321 + android:layout_height="100dp"
292 - android:layout_weight="1" 322 + android:layout_gravity="center"
293 - android:background="@drawable/profil_selector" 323 + android:layout_margin="10dp"
324 + android:background="@drawable/circle_selector"
294 android:text="실직" 325 android:text="실직"
326 + android:textColor="#757575"
295 android:textOff="실직" 327 android:textOff="실직"
296 - android:textOn="실직" /> 328 + android:textOn="실직"
329 + android:textSize="16dp" />
297 </LinearLayout> 330 </LinearLayout>
298 331
299 <LinearLayout 332 <LinearLayout
300 android:layout_width="match_parent" 333 android:layout_width="match_parent"
301 android:layout_height="match_parent" 334 android:layout_height="match_parent"
335 + android:gravity="center"
302 android:orientation="horizontal"> 336 android:orientation="horizontal">
303 337
304 <ToggleButton 338 <ToggleButton
305 android:id="@+id/guitarButton" 339 android:id="@+id/guitarButton"
306 - android:layout_width="wrap_content" 340 + android:layout_width="100dp"
307 - android:layout_height="wrap_content" 341 + android:layout_height="100dp"
308 - android:layout_weight="1" 342 + android:layout_gravity="center"
309 - android:background="@drawable/profil_selector" 343 + android:background="@drawable/circle_selector"
310 android:text="기타" 344 android:text="기타"
345 + android:textColor="#757575"
311 android:textOff="기타" 346 android:textOff="기타"
312 - android:textOn="기타" /> 347 + android:textOn="기타"
348 + android:textSize="16dp"
349 + android:layout_margin="10dp" />
313 </LinearLayout> 350 </LinearLayout>
314 351
315 352
316 </LinearLayout> 353 </LinearLayout>
354 +
317 </LinearLayout> 355 </LinearLayout>
318 </ScrollView> 356 </ScrollView>
319 357
...@@ -323,25 +361,36 @@ ...@@ -323,25 +361,36 @@
323 android:layout_weight="1" 361 android:layout_weight="1"
324 android:orientation="vertical"></LinearLayout> 362 android:orientation="vertical"></LinearLayout>
325 363
326 - <LinearLayout 364 + </LinearLayout>
327 - android:layout_width="match_parent"
328 - android:layout_height="wrap_content"
329 - android:orientation="horizontal">
330 365
331 - <Button 366 + <LinearLayout
332 - android:id="@+id/previousButton" 367 + android:layout_width="match_parent"
333 - android:layout_width="10dp" 368 + android:layout_height="15dp"
334 - android:layout_height="wrap_content" 369 + android:orientation="horizontal"></LinearLayout>
335 - android:layout_weight="1"
336 - android:text="이전 단계로" />
337 370
338 - <Button 371 + <LinearLayout
339 - android:id="@+id/nextButton" 372 + android:layout_width="match_parent"
340 - android:layout_width="10dp" 373 + android:layout_height="wrap_content"
341 - android:layout_height="wrap_content" 374 + android:orientation="horizontal">
342 - android:layout_weight="1" 375 +
343 - android:text="다음 단계로" /> 376 + <Button
344 - </LinearLayout> 377 + android:id="@+id/previousButton"
378 + android:layout_width="10dp"
379 + android:layout_height="wrap_content"
380 + android:layout_weight="1"
381 + android:background="#F4F4F4"
382 + android:text="이전 단계로"
383 + android:textColor="#757575" />
384 +
385 + <Button
386 + android:id="@+id/nextButton"
387 + android:layout_width="10dp"
388 + android:layout_height="wrap_content"
389 + android:layout_weight="1"
390 + android:background="#29ABE2"
391 + android:text="다음 단계로"
392 + android:textColor="#FFFFFF" />
345 </LinearLayout> 393 </LinearLayout>
394 +
346 </LinearLayout> 395 </LinearLayout>
347 </androidx.constraintlayout.widget.ConstraintLayout> 396 </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_filling"
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,9 +111,10 @@ ...@@ -105,9 +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"
108 - android:background="#1E90FF" 114 + android:background="@drawable/profile_stage"
109 android:gravity="center" 115 android:gravity="center"
110 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#FFFFFF" />
111 118
112 <TextView 119 <TextView
113 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -115,21 +122,59 @@ ...@@ -115,21 +122,59 @@
115 android:layout_height="match_parent" 122 android:layout_height="match_parent"
116 android:layout_gravity="center" 123 android:layout_gravity="center"
117 android:layout_weight="1" 124 android:layout_weight="1"
125 + android:background="#F4F4F4"
118 android:gravity="center" 126 android:gravity="center"
119 - android:text="5" /> 127 + android:text="5"
128 + android:textColor="#DDDDDD" />
120 129
121 </LinearLayout> 130 </LinearLayout>
122 131
123 <LinearLayout 132 <LinearLayout
124 android:layout_width="match_parent" 133 android:layout_width="match_parent"
134 + android:layout_height="10dp"
135 + android:orientation="horizontal"></LinearLayout>
136 +
137 + <ScrollView
138 + android:layout_width="match_parent"
125 android:layout_height="wrap_content" 139 android:layout_height="wrap_content"
126 - android:layout_weight="1" 140 + android:layout_weight="1">
127 - android:orientation="vertical">
128 141
129 - <ScrollView 142 + <LinearLayout
130 android:layout_width="match_parent" 143 android:layout_width="match_parent"
131 - android:layout_height="match_parent" 144 + android:layout_height="wrap_content"
132 - android:layout_weight="1"> 145 + android:orientation="vertical">
146 +
147 + <LinearLayout
148 + android:layout_width="match_parent"
149 + android:layout_height="wrap_content"
150 + android:orientation="vertical">
151 +
152 + <LinearLayout
153 + android:layout_width="match_parent"
154 + android:layout_height="match_parent"
155 + android:gravity="center"
156 + android:orientation="horizontal">
157 +
158 + <TextView
159 + android:id="@+id/explainTextView0"
160 + android:layout_width="wrap_content"
161 + android:layout_height="wrap_content"
162 + android:layout_gravity="center"
163 + android:gravity="center"
164 + android:text="12. 자신의 주택보유 상태를\n선택해주세요."
165 + android:textColor="#4A4A4A"
166 + android:textSize="20dp" />
167 +
168 + <Button
169 + android:id="@+id/questionButton"
170 + android:layout_width="20dp"
171 + android:layout_height="20dp"
172 + android:layout_gravity="bottom"
173 + android:background="@drawable/question_mark_image" />
174 +
175 + </LinearLayout>
176 +
177 + </LinearLayout>
133 178
134 <LinearLayout 179 <LinearLayout
135 android:layout_width="match_parent" 180 android:layout_width="match_parent"
...@@ -137,34 +182,86 @@ ...@@ -137,34 +182,86 @@
137 android:orientation="vertical"> 182 android:orientation="vertical">
138 183
139 <LinearLayout 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/yesButton"
198 + android:layout_width="300dp"
199 + android:layout_height="wrap_content"
200 + android:layout_margin="5dp"
201 + android:layout_weight="1"
202 + android:background="@drawable/button_selector"
203 + android:text="보유"
204 + android:textColor="#757575"
205 + android:textOff="보유"
206 + android:textOn="보유"
207 + android:textSize="16dp" />
208 +
209 + </LinearLayout>
210 +
211 +
212 + <LinearLayout
213 + android:layout_width="match_parent"
214 + android:layout_height="match_parent"
215 + android:orientation="horizontal">
216 +
217 + <ToggleButton
218 + android:id="@+id/noButton"
219 + android:layout_width="300dp"
220 + android:layout_height="wrap_content"
221 + android:layout_weight="1"
222 + android:background="@drawable/button_selector"
223 + android:text="미보유"
224 + android:textColor="#757575"
225 + android:textOff="미보유"
226 + android:textOn="미보유"
227 + android:textSize="16dp"
228 + android:layout_margin="5dp" />
229 + </LinearLayout>
230 +
231 + </LinearLayout>
232 + </LinearLayout>
233 +
234 + <LinearLayout
235 + android:id="@+id/subLinearLayout"
236 + android:layout_width="match_parent"
237 + android:layout_height="wrap_content"
238 + android:layout_weight="1"
239 + android:orientation="vertical"
240 + android:visibility="visible">
241 +
242 + <LinearLayout
140 android:layout_width="match_parent" 243 android:layout_width="match_parent"
141 android:layout_height="wrap_content" 244 android:layout_height="wrap_content"
142 android:orientation="vertical"> 245 android:orientation="vertical">
143 246
144 - <RelativeLayout 247 + <LinearLayout
145 android:layout_width="match_parent" 248 android:layout_width="match_parent"
146 - android:layout_height="match_parent"> 249 + android:layout_height="match_parent"
250 + android:gravity="center"
251 + android:orientation="horizontal">
147 252
148 <TextView 253 <TextView
149 - android:id="@+id/explainTextView" 254 + android:id="@+id/explainTextView1"
150 android:layout_width="wrap_content" 255 android:layout_width="wrap_content"
151 android:layout_height="wrap_content" 256 android:layout_height="wrap_content"
152 - android:layout_centerInParent="true"
153 android:layout_gravity="center" 257 android:layout_gravity="center"
154 android:gravity="center" 258 android:gravity="center"
155 - android:text="10. 자신의 주택보유 상태를 선택해주세요." /> 259 + android:text="12-1. 자신의 주거유형을 모두 선택해주세요."
260 + android:textColor="#4A4A4A"
261 + android:textSize="20dp" />
262 +
263 + </LinearLayout>
156 264
157 - <Button
158 - android:id="@+id/questionButton"
159 - android:layout_width="30dp"
160 - android:layout_height="30dp"
161 - android:layout_gravity="center"
162 - android:layout_toRightOf="@id/explainTextView"
163 - android:backgroundTint="#1E90FF"
164 - android:gravity="center"
165 - android:text=" ? "
166 - android:textSize="8sp" />
167 - </RelativeLayout>
168 </LinearLayout> 265 </LinearLayout>
169 266
170 <LinearLayout 267 <LinearLayout
...@@ -185,17 +282,32 @@ ...@@ -185,17 +282,32 @@
185 android:orientation="horizontal"> 282 android:orientation="horizontal">
186 283
187 <ToggleButton 284 <ToggleButton
188 - android:id="@+id/yesButton" 285 + android:id="@+id/jeonsaeButton"
189 - android:layout_width="300dp" 286 + android:layout_width="100dp"
190 - android:layout_height="wrap_content" 287 + android:layout_height="100dp"
288 + android:layout_margin="10dp"
191 android:layout_weight="1" 289 android:layout_weight="1"
192 - android:background="@drawable/profil_selector" 290 + android:background="@drawable/circle_selector"
193 - android:text="보유" 291 + android:text="전세"
194 - android:textOff="보유" 292 + android:textColor="#757575"
195 - android:textOn="보유" /> 293 + android:textOff="전세"
294 + android:textOn="전세"
295 + android:textSize="16dp" />
196 296
197 - </LinearLayout> 297 + <ToggleButton
298 + android:id="@+id/wolseButton"
299 + android:layout_width="100dp"
300 + android:layout_height="100dp"
301 + android:layout_margin="10dp"
302 + android:layout_weight="1"
303 + android:background="@drawable/circle_selector"
304 + android:text="월세"
305 + android:textOff="월세"
306 + android:textOn="월세"
307 + android:textSize="16dp"
308 + android:textColor="#757575" />
198 309
310 + </LinearLayout>
199 311
200 <LinearLayout 312 <LinearLayout
201 android:layout_width="match_parent" 313 android:layout_width="match_parent"
...@@ -203,178 +315,101 @@ ...@@ -203,178 +315,101 @@
203 android:orientation="horizontal"> 315 android:orientation="horizontal">
204 316
205 <ToggleButton 317 <ToggleButton
206 - android:id="@+id/noButton" 318 + android:id="@+id/kongkongButton"
207 - android:layout_width="300dp" 319 + android:layout_width="100dp"
208 - android:layout_height="wrap_content" 320 + android:layout_height="100dp"
321 + android:layout_margin="10dp"
209 android:layout_weight="1" 322 android:layout_weight="1"
210 - android:background="@drawable/profil_selector" 323 + android:background="@drawable/circle_selector"
211 - android:text="미보유" 324 + android:text="공공(임대)주택"
212 - android:textOff="미보유" 325 + android:textColor="#757575"
213 - android:textOn="미보유" /> 326 + android:textOff="공공(임대)주택"
214 - </LinearLayout> 327 + android:textOn="공공(임대)주택"
215 - 328 + android:textSize="16dp" />
216 - </LinearLayout>
217 - </LinearLayout>
218 -
219 - <LinearLayout
220 - android:id="@+id/subLinearLayout"
221 - android:layout_width="match_parent"
222 - android:layout_height="wrap_content"
223 - android:layout_weight="1"
224 - android:orientation="vertical"
225 - android:visibility="gone">
226 329
227 - <LinearLayout 330 + <ToggleButton
228 - android:layout_width="match_parent" 331 + android:id="@+id/moosangButton"
229 - android:layout_height="wrap_content" 332 + android:layout_width="100dp"
230 - android:orientation="vertical"> 333 + android:layout_height="100dp"
334 + android:layout_margin="10dp"
335 + android:layout_weight="1"
336 + android:background="@drawable/circle_selector"
337 + android:text="무상임대"
338 + android:textColor="#757575"
339 + android:textOff="무상임대"
340 + android:textOn="무상임대"
341 + android:textSize="16dp" />
342 + </LinearLayout>
231 343
232 - <RelativeLayout 344 + <LinearLayout
233 android:layout_width="match_parent" 345 android:layout_width="match_parent"
234 - android:layout_height="match_parent"> 346 + android:layout_height="match_parent"
235 - 347 + android:orientation="horizontal">
236 - <TextView
237 - android:id="@+id/explainSub1TextView"
238 - android:layout_width="wrap_content"
239 - android:layout_height="wrap_content"
240 - android:layout_centerInParent="true"
241 - android:layout_gravity="center"
242 - android:gravity="center"
243 - android:text="10-1. 주거유형(본인)을 선택해주세요." />
244 -
245 - <Button
246 - android:id="@+id/questionSub1Button"
247 - android:layout_width="30dp"
248 - android:layout_height="30dp"
249 - android:layout_gravity="center"
250 - android:layout_toRightOf="@id/explainSub1TextView"
251 - android:backgroundTint="#1E90FF"
252 - android:gravity="center"
253 - android:text=" ? "
254 - android:textSize="8sp" />
255 - </RelativeLayout>
256 - </LinearLayout>
257 348
258 - <LinearLayout 349 + <ToggleButton
259 - android:layout_width="match_parent" 350 + android:id="@+id/bojangButton"
260 - android:layout_height="wrap_content" 351 + android:layout_width="100dp"
261 - android:orientation="vertical"> 352 + android:layout_height="100dp"
353 + android:layout_margin="10dp"
354 + android:layout_weight="1"
355 + android:background="@drawable/circle_selector"
356 + android:text="보장기관제공주거"
357 + android:textColor="#757575"
358 + android:textOff="보장기관제공주거"
359 + android:textOn="보장기관제공주거"
360 + android:textSize="16dp" />
262 361
263 - <LinearLayout 362 + <ToggleButton
264 - android:layout_width="wrap_content" 363 + android:id="@+id/guitarButton"
265 - android:layout_height="wrap_content" 364 + android:layout_width="100dp"
266 - android:layout_gravity="center" 365 + android:layout_height="100dp"
267 - android:gravity="center" 366 + android:layout_margin="10dp"
268 - android:orientation="vertical"> 367 + android:layout_weight="1"
269 - 368 + android:background="@drawable/circle_selector"
270 - <LinearLayout 369 + android:text="기타"
271 - android:layout_width="match_parent" 370 + android:textColor="#757575"
272 - android:layout_height="match_parent" 371 + android:textOff="기타"
273 - android:orientation="horizontal"> 372 + android:textOn="기타"
274 - 373 + android:textSize="16dp" />
275 - <ToggleButton 374 + </LinearLayout>
276 - android:id="@+id/jeonsaeButton"
277 - android:layout_width="300dp"
278 - android:layout_height="wrap_content"
279 - android:layout_weight="1"
280 - android:background="@drawable/profil_selector"
281 - android:text="전세"
282 - android:textOff="전세"
283 - android:textOn="전세" />
284 -
285 - <ToggleButton
286 - android:id="@+id/wolseButton"
287 - android:layout_width="300dp"
288 - android:layout_height="wrap_content"
289 - android:layout_weight="1"
290 - android:background="@drawable/profil_selector"
291 - android:text="월세"
292 - android:textOff="월세"
293 - android:textOn="월세" />
294 -
295 - </LinearLayout>
296 -
297 - <LinearLayout
298 - android:layout_width="match_parent"
299 - android:layout_height="match_parent"
300 - android:orientation="horizontal">
301 -
302 - <ToggleButton
303 - android:id="@+id/kongkongButton"
304 - android:layout_width="300dp"
305 - android:layout_height="wrap_content"
306 - android:layout_weight="1"
307 - android:background="@drawable/profil_selector"
308 - android:text="공공(임대)주택"
309 - android:textOff="공공(임대)주택"
310 - android:textOn="공공(임대)주택" />
311 -
312 - <ToggleButton
313 - android:id="@+id/moosangButton"
314 - android:layout_width="300dp"
315 - android:layout_height="wrap_content"
316 - android:layout_weight="1"
317 - android:background="@drawable/profil_selector"
318 - android:text="무상임대"
319 - android:textOff="무상임대"
320 - android:textOn="무상임대" />
321 - </LinearLayout>
322 -
323 - <LinearLayout
324 - android:layout_width="match_parent"
325 - android:layout_height="match_parent"
326 - android:orientation="horizontal">
327 -
328 - <ToggleButton
329 - android:id="@+id/bojangButton"
330 - android:layout_width="300dp"
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 -
338 - <ToggleButton
339 - android:id="@+id/guitarButton"
340 - android:layout_width="300dp"
341 - android:layout_height="wrap_content"
342 - android:layout_weight="1"
343 - android:background="@drawable/profil_selector"
344 - android:text="기타"
345 - android:textOff="기타"
346 - android:textOn="기타" />
347 - </LinearLayout>
348 375
349 376
350 - </LinearLayout>
351 </LinearLayout> 377 </LinearLayout>
352 -
353 </LinearLayout> 378 </LinearLayout>
354 379
355 </LinearLayout> 380 </LinearLayout>
356 - </ScrollView>
357 381
358 - <LinearLayout 382 + </LinearLayout>
359 - android:layout_width="match_parent" 383 + </ScrollView>
360 - android:layout_height="wrap_content"
361 - android:orientation="horizontal">
362 384
363 - <Button 385 + <LinearLayout
364 - android:id="@+id/previousButton" 386 + android:layout_width="match_parent"
365 - android:layout_width="10dp" 387 + android:layout_height="15dp"
366 - android:layout_height="wrap_content" 388 + android:orientation="horizontal"></LinearLayout>
367 - android:layout_weight="1"
368 - android:text="이전 단계로" />
369 389
370 - <Button 390 + <LinearLayout
371 - android:id="@+id/nextButton" 391 + android:layout_width="match_parent"
372 - android:layout_width="10dp" 392 + android:layout_height="wrap_content"
373 - android:layout_height="wrap_content" 393 + android:orientation="horizontal">
374 - android:layout_weight="1" 394 +
375 - android:text="다음 단계로" /> 395 + <Button
376 - </LinearLayout> 396 + android:id="@+id/previousButton"
397 + android:layout_width="10dp"
398 + android:layout_height="wrap_content"
399 + android:layout_weight="1"
400 + android:background="#F4F4F4"
401 + android:text="이전 단계로"
402 + android:textColor="#757575" />
377 403
404 + <Button
405 + android:id="@+id/nextButton"
406 + android:layout_width="10dp"
407 + android:layout_height="wrap_content"
408 + android:layout_weight="1"
409 + android:background="#29ABE2"
410 + android:text="다음 단계로"
411 + android:textColor="#FFFFFF" />
378 </LinearLayout> 412 </LinearLayout>
413 +
379 </LinearLayout> 414 </LinearLayout>
380 </androidx.constraintlayout.widget.ConstraintLayout> 415 </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_filling"
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,9 +111,10 @@ ...@@ -104,9 +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"
107 - android:background="#1E90FF" 114 + android:background="@drawable/profile_stage"
108 android:gravity="center" 115 android:gravity="center"
109 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#FFFFFF" />
110 118
111 <TextView 119 <TextView
112 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -114,20 +122,21 @@ ...@@ -114,20 +122,21 @@
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="10dp" 134 android:layout_height="10dp"
125 - android:layout_weight="1" 135 + android:orientation="horizontal"></LinearLayout>
126 - android:orientation="vertical"></LinearLayout>
127 136
128 <LinearLayout 137 <LinearLayout
129 android:layout_width="match_parent" 138 android:layout_width="match_parent"
130 - android:layout_height="wrap_content" 139 + android:layout_height="match_parent"
131 android:layout_weight="1" 140 android:layout_weight="1"
132 android:orientation="vertical"> 141 android:orientation="vertical">
133 142
...@@ -136,30 +145,16 @@ ...@@ -136,30 +145,16 @@
136 android:layout_height="wrap_content" 145 android:layout_height="wrap_content"
137 android:orientation="vertical"> 146 android:orientation="vertical">
138 147
139 - <RelativeLayout 148 + <TextView
149 + android:id="@+id/explainTextView4"
140 android:layout_width="match_parent" 150 android:layout_width="match_parent"
141 - android:layout_height="match_parent"> 151 + android:layout_height="wrap_content"
142 - 152 + android:layout_gravity="center"
143 - <TextView 153 + android:gravity="center"
144 - android:id="@+id/explainTextView" 154 + android:text='14. 자신을 포함한 가구구성원의\n"상황"을 모두 선택해주세요.'
145 - android:layout_width="wrap_content" 155 + android:textColor="#4A4A4A"
146 - android:layout_height="wrap_content" 156 + android:textSize="20dp" />
147 - android:layout_centerInParent="true"
148 - android:layout_gravity="center"
149 - android:gravity="center"
150 - android:text="12. 자신을 포함한 가구구성원의 [상황]을 모두 선택해주세요." />
151 157
152 - <Button
153 - android:id="@+id/questionButton"
154 - android:layout_width="30dp"
155 - android:layout_height="30dp"
156 - android:layout_gravity="center"
157 - android:layout_toRightOf="@id/explainTextView"
158 - android:backgroundTint="#1E90FF"
159 - android:gravity="center"
160 - android:text=" ? "
161 - android:textSize="8sp" />
162 - </RelativeLayout>
163 </LinearLayout> 158 </LinearLayout>
164 159
165 <LinearLayout 160 <LinearLayout
...@@ -193,33 +188,42 @@ ...@@ -193,33 +188,42 @@
193 188
194 <ToggleButton 189 <ToggleButton
195 android:id="@+id/nothingButton" 190 android:id="@+id/nothingButton"
196 - android:layout_width="wrap_content" 191 + android:layout_width="100dp"
197 - android:layout_height="wrap_content" 192 + android:layout_height="100dp"
193 + android:layout_margin="10dp"
198 android:layout_weight="1" 194 android:layout_weight="1"
199 - android:background="@drawable/profil_selector" 195 + android:background="@drawable/circle_selector"
200 android:text="해당없음" 196 android:text="해당없음"
197 + android:textColor="#757575"
201 android:textOff="해당없음" 198 android:textOff="해당없음"
202 - android:textOn="해당없음" /> 199 + android:textOn="해당없음"
200 + android:textSize="16dp" />
203 201
204 <ToggleButton 202 <ToggleButton
205 android:id="@+id/jeosodeukButton" 203 android:id="@+id/jeosodeukButton"
206 - android:layout_width="wrap_content" 204 + android:layout_width="100dp"
207 - android:layout_height="wrap_content" 205 + android:layout_height="100dp"
206 + android:layout_margin="10dp"
208 android:layout_weight="1" 207 android:layout_weight="1"
209 - android:background="@drawable/profil_selector" 208 + android:background="@drawable/circle_selector"
210 android:text="저소득" 209 android:text="저소득"
210 + android:textColor="#757575"
211 android:textOff="저소득" 211 android:textOff="저소득"
212 - android:textOn="저소득" /> 212 + android:textOn="저소득"
213 + android:textSize="16dp" />
213 214
214 <ToggleButton 215 <ToggleButton
215 android:id="@+id/hanboomoButton" 216 android:id="@+id/hanboomoButton"
216 - android:layout_width="wrap_content" 217 + android:layout_width="100dp"
217 - android:layout_height="wrap_content" 218 + android:layout_height="100dp"
219 + android:layout_margin="10dp"
218 android:layout_weight="1" 220 android:layout_weight="1"
219 - android:background="@drawable/profil_selector" 221 + android:background="@drawable/circle_selector"
220 android:text="한부모" 222 android:text="한부모"
223 + android:textColor="#757575"
221 android:textOff="한부모" 224 android:textOff="한부모"
222 - android:textOn="한부모" /> 225 + android:textOn="한부모"
226 + android:textSize="16dp" />
223 227
224 </LinearLayout> 228 </LinearLayout>
225 229
...@@ -230,33 +234,42 @@ ...@@ -230,33 +234,42 @@
230 234
231 <ToggleButton 235 <ToggleButton
232 android:id="@+id/oegookinButton" 236 android:id="@+id/oegookinButton"
233 - android:layout_width="wrap_content" 237 + android:layout_width="100dp"
234 - android:layout_height="wrap_content" 238 + android:layout_height="100dp"
239 + android:layout_margin="10dp"
235 android:layout_weight="1" 240 android:layout_weight="1"
236 - android:background="@drawable/profil_selector" 241 + android:background="@drawable/circle_selector"
237 android:text="외국인" 242 android:text="외국인"
243 + android:textColor="#757575"
238 android:textOff="외국인" 244 android:textOff="외국인"
239 - android:textOn="외국인" /> 245 + android:textOn="외국인"
246 + android:textSize="16dp" />
240 247
241 <ToggleButton 248 <ToggleButton
242 android:id="@+id/damoonhwaButton" 249 android:id="@+id/damoonhwaButton"
243 - android:layout_width="wrap_content" 250 + android:layout_width="100dp"
244 - android:layout_height="wrap_content" 251 + android:layout_height="100dp"
252 + android:layout_margin="10dp"
245 android:layout_weight="1" 253 android:layout_weight="1"
246 - android:background="@drawable/profil_selector" 254 + android:background="@drawable/circle_selector"
247 android:text="다문화" 255 android:text="다문화"
256 + android:textColor="#757575"
248 android:textOff="다문화" 257 android:textOff="다문화"
249 - android:textOn="다문화" /> 258 + android:textOn="다문화"
259 + android:textSize="16dp" />
250 260
251 <ToggleButton 261 <ToggleButton
252 android:id="@+id/jaangaeButton" 262 android:id="@+id/jaangaeButton"
253 - android:layout_width="wrap_content" 263 + android:layout_width="100dp"
254 - android:layout_height="wrap_content" 264 + android:layout_height="100dp"
265 + android:layout_margin="10dp"
255 android:layout_weight="1" 266 android:layout_weight="1"
256 - android:background="@drawable/profil_selector" 267 + android:background="@drawable/circle_selector"
257 android:text="장애" 268 android:text="장애"
269 + android:textColor="#757575"
258 android:textOff="장애" 270 android:textOff="장애"
259 - android:textOn="장애" /> 271 + android:textOn="장애"
272 + android:textSize="16dp" />
260 </LinearLayout> 273 </LinearLayout>
261 274
262 275
...@@ -267,33 +280,42 @@ ...@@ -267,33 +280,42 @@
267 280
268 <ToggleButton 281 <ToggleButton
269 android:id="@+id/imshinchoolsanButton" 282 android:id="@+id/imshinchoolsanButton"
270 - android:layout_width="wrap_content" 283 + android:layout_width="100dp"
271 - android:layout_height="wrap_content" 284 + android:layout_height="100dp"
285 + android:layout_margin="10dp"
272 android:layout_weight="1" 286 android:layout_weight="1"
273 - android:background="@drawable/profil_selector" 287 + android:background="@drawable/circle_selector"
274 android:text="임신출산" 288 android:text="임신출산"
289 + android:textColor="#757575"
275 android:textOff="임신출산" 290 android:textOff="임신출산"
276 - android:textOn="임신출산" /> 291 + android:textOn="임신출산"
292 + android:textSize="16dp" />
277 293
278 <ToggleButton 294 <ToggleButton
279 android:id="@+id/ipyaangButton" 295 android:id="@+id/ipyaangButton"
280 - android:layout_width="wrap_content" 296 + android:layout_width="100dp"
281 - android:layout_height="wrap_content" 297 + android:layout_height="100dp"
298 + android:layout_margin="10dp"
282 android:layout_weight="1" 299 android:layout_weight="1"
283 - android:background="@drawable/profil_selector" 300 + android:background="@drawable/circle_selector"
284 android:text="입양" 301 android:text="입양"
302 + android:textColor="#757575"
285 android:textOff="입양" 303 android:textOff="입양"
286 - android:textOn="입양" /> 304 + android:textOn="입양"
305 + android:textSize="16dp" />
287 306
288 <ToggleButton 307 <ToggleButton
289 android:id="@+id/gaajungButton" 308 android:id="@+id/gaajungButton"
290 - android:layout_width="wrap_content" 309 + android:layout_width="100dp"
291 - android:layout_height="wrap_content" 310 + android:layout_height="100dp"
311 + android:layout_margin="10dp"
292 android:layout_weight="1" 312 android:layout_weight="1"
293 - android:background="@drawable/profil_selector" 313 + android:background="@drawable/circle_selector"
294 android:text="가정위탁" 314 android:text="가정위탁"
315 + android:textColor="#757575"
295 android:textOff="가정위탁" 316 android:textOff="가정위탁"
296 - android:textOn="가정위탁" /> 317 + android:textOn="가정위탁"
318 + android:textSize="16dp" />
297 </LinearLayout> 319 </LinearLayout>
298 320
299 <LinearLayout 321 <LinearLayout
...@@ -303,33 +325,42 @@ ...@@ -303,33 +325,42 @@
303 325
304 <ToggleButton 326 <ToggleButton
305 android:id="@+id/bookhanButton" 327 android:id="@+id/bookhanButton"
306 - android:layout_width="wrap_content" 328 + android:layout_width="100dp"
307 - android:layout_height="wrap_content" 329 + android:layout_height="100dp"
330 + android:layout_margin="10dp"
308 android:layout_weight="1" 331 android:layout_weight="1"
309 - android:background="@drawable/profil_selector" 332 + android:background="@drawable/circle_selector"
310 android:text="북한이탈주민" 333 android:text="북한이탈주민"
334 + android:textColor="#757575"
311 android:textOff="북한이탈주민" 335 android:textOff="북한이탈주민"
312 - android:textOn="북한이탈주민" /> 336 + android:textOn="북한이탈주민"
337 + android:textSize="16dp" />
313 338
314 <ToggleButton 339 <ToggleButton
315 android:id="@+id/gookgayoogongButton" 340 android:id="@+id/gookgayoogongButton"
316 - android:layout_width="wrap_content" 341 + android:layout_width="100dp"
317 - android:layout_height="wrap_content" 342 + android:layout_height="100dp"
343 + android:layout_margin="10dp"
318 android:layout_weight="1" 344 android:layout_weight="1"
319 - android:background="@drawable/profil_selector" 345 + android:background="@drawable/circle_selector"
320 android:text="국가유공" 346 android:text="국가유공"
347 + android:textColor="#757575"
321 android:textOff="국가유공" 348 android:textOff="국가유공"
322 - android:textOn="국가유공" /> 349 + android:textOn="국가유공"
350 + android:textSize="16dp" />
323 351
324 <ToggleButton 352 <ToggleButton
325 android:id="@+id/guitarButton" 353 android:id="@+id/guitarButton"
326 - android:layout_width="wrap_content" 354 + android:layout_width="100dp"
327 - android:layout_height="wrap_content" 355 + android:layout_height="100dp"
356 + android:layout_margin="10dp"
328 android:layout_weight="1" 357 android:layout_weight="1"
329 - android:background="@drawable/profil_selector" 358 + android:background="@drawable/circle_selector"
330 android:text="기타" 359 android:text="기타"
360 + android:textColor="#757575"
331 android:textOff="기타" 361 android:textOff="기타"
332 - android:textOn="기타" /> 362 + android:textOn="기타"
363 + android:textSize="16dp" />
333 </LinearLayout> 364 </LinearLayout>
334 365
335 366
...@@ -343,25 +374,36 @@ ...@@ -343,25 +374,36 @@
343 android:layout_weight="1" 374 android:layout_weight="1"
344 android:orientation="vertical"></LinearLayout> 375 android:orientation="vertical"></LinearLayout>
345 376
346 - <LinearLayout 377 + </LinearLayout>
347 - android:layout_width="match_parent"
348 - android:layout_height="wrap_content"
349 - android:orientation="horizontal">
350 378
351 - <Button 379 + <LinearLayout
352 - android:id="@+id/previousButton" 380 + android:layout_width="match_parent"
353 - android:layout_width="10dp" 381 + android:layout_height="15dp"
354 - android:layout_height="wrap_content" 382 + android:orientation="horizontal"></LinearLayout>
355 - android:layout_weight="1"
356 - android:text="이전 단계로" />
357 383
358 - <Button 384 + <LinearLayout
359 - android:id="@+id/nextButton" 385 + android:layout_width="match_parent"
360 - android:layout_width="10dp" 386 + android:layout_height="wrap_content"
361 - android:layout_height="wrap_content" 387 + android:orientation="horizontal">
362 - android:layout_weight="1" 388 +
363 - android:text="다음 단계로" /> 389 + <Button
364 - </LinearLayout> 390 + android:id="@+id/previousButton"
391 + android:layout_width="10dp"
392 + android:layout_height="wrap_content"
393 + android:layout_weight="1"
394 + android:background="#F4F4F4"
395 + android:text="이전 단계로"
396 + android:textColor="#757575" />
397 +
398 + <Button
399 + android:id="@+id/nextButton"
400 + android:layout_width="10dp"
401 + android:layout_height="wrap_content"
402 + android:layout_weight="1"
403 + android:background="#29ABE2"
404 + android:text="다음 단계로"
405 + android:textColor="#FFFFFF" />
365 </LinearLayout> 406 </LinearLayout>
407 +
366 </LinearLayout> 408 </LinearLayout>
367 </androidx.constraintlayout.widget.ConstraintLayout> 409 </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_filling"
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,9 +111,10 @@ ...@@ -105,9 +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"
108 - android:background="#1E90FF" 114 + android:background="@drawable/profile_stage"
109 android:gravity="center" 115 android:gravity="center"
110 - android:text="4" /> 116 + android:text="4"
117 + android:textColor="#FFFFFF" />
111 118
112 <TextView 119 <TextView
113 android:id="@+id/stageTextView5" 120 android:id="@+id/stageTextView5"
...@@ -115,57 +122,148 @@ ...@@ -115,57 +122,148 @@
115 android:layout_height="match_parent" 122 android:layout_height="match_parent"
116 android:layout_gravity="center" 123 android:layout_gravity="center"
117 android:layout_weight="1" 124 android:layout_weight="1"
125 + android:background="#F4F4F4"
118 android:gravity="center" 126 android:gravity="center"
119 - android:text="5" /> 127 + android:text="5"
128 + android:textColor="#DDDDDD" />
120 129
121 </LinearLayout> 130 </LinearLayout>
122 131
123 <LinearLayout 132 <LinearLayout
124 android:layout_width="match_parent" 133 android:layout_width="match_parent"
134 + android:layout_height="10dp"
135 + android:orientation="horizontal"></LinearLayout>
136 +
137 + <ScrollView
138 + android:layout_width="match_parent"
125 android:layout_height="wrap_content" 139 android:layout_height="wrap_content"
126 - android:layout_weight="1" 140 + android:layout_weight="1">
127 - android:orientation="vertical">
128 141
129 - <ScrollView 142 + <LinearLayout
130 android:layout_width="match_parent" 143 android:layout_width="match_parent"
131 - android:layout_height="match_parent" 144 + android:layout_height="wrap_content"
132 - android:layout_weight="1"> 145 + android:orientation="vertical">
133 146
134 <LinearLayout 147 <LinearLayout
135 android:layout_width="match_parent" 148 android:layout_width="match_parent"
136 android:layout_height="wrap_content" 149 android:layout_height="wrap_content"
137 - android:layout_gravity="center"
138 android:orientation="vertical"> 150 android:orientation="vertical">
139 151
140 <LinearLayout 152 <LinearLayout
141 android:layout_width="match_parent" 153 android:layout_width="match_parent"
154 + android:layout_height="match_parent"
155 + android:gravity="center"
156 + android:orientation="horizontal">
157 +
158 + <TextView
159 + android:id="@+id/explainTextView0"
160 + android:layout_width="wrap_content"
161 + android:layout_height="wrap_content"
162 + android:layout_gravity="center"
163 + android:gravity="center"
164 + android:text="13. 자신이 속한 가구의\n주택보유상태를 선택해주세요."
165 + android:textColor="#4A4A4A"
166 + android:textSize="20dp" />
167 +
168 + <Button
169 + android:id="@+id/questionButton"
170 + android:layout_width="20dp"
171 + android:layout_height="20dp"
172 + android:layout_gravity="bottom"
173 + android:background="@drawable/question_mark_image" />
174 +
175 + </LinearLayout>
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"
142 android:layout_height="wrap_content" 186 android:layout_height="wrap_content"
187 + android:layout_gravity="center"
188 + android:gravity="center"
143 android:orientation="vertical"> 189 android:orientation="vertical">
144 190
145 - <RelativeLayout 191 + <LinearLayout
146 android:layout_width="match_parent" 192 android:layout_width="match_parent"
147 - android:layout_height="match_parent"> 193 + android:layout_height="match_parent"
194 + android:orientation="horizontal">
195 +
196 + <ToggleButton
197 + android:id="@+id/yesButton"
198 + android:layout_width="300dp"
199 + android:layout_height="wrap_content"
200 + android:layout_margin="5dp"
201 + android:layout_weight="1"
202 + android:background="@drawable/button_selector"
203 + android:text="보유"
204 + android:textColor="#757575"
205 + android:textOff="보유"
206 + android:textOn="보유"
207 + android:textSize="16dp" />
208 +
209 + </LinearLayout>
210 +
211 +
212 + <LinearLayout
213 + android:layout_width="match_parent"
214 + android:layout_height="match_parent"
215 + android:orientation="horizontal">
216 +
217 + <ToggleButton
218 + android:id="@+id/noButton"
219 + android:layout_width="300dp"
220 + android:layout_height="wrap_content"
221 + android:layout_weight="1"
222 + android:background="@drawable/button_selector"
223 + android:text="미보유"
224 + android:textColor="#757575"
225 + android:textOff="미보유"
226 + android:textOn="미보유"
227 + android:textSize="16dp"
228 + android:layout_margin="5dp" />
229 + </LinearLayout>
230 +
231 + </LinearLayout>
232 + </LinearLayout>
233 +
234 + <LinearLayout
235 + android:id="@+id/subLinearLayout"
236 + android:layout_width="match_parent"
237 + android:layout_height="wrap_content"
238 + android:layout_weight="1"
239 + android:orientation="vertical"
240 + android:visibility="visible">
241 +
242 + <LinearLayout
243 + android:layout_width="match_parent"
244 + android:layout_height="wrap_content"
245 + android:orientation="vertical">
246 +
247 + <LinearLayout
248 + android:layout_width="match_parent"
249 + android:layout_height="match_parent"
250 + android:gravity="center"
251 + android:orientation="horizontal">
148 252
149 <TextView 253 <TextView
150 - android:id="@+id/explainTextView" 254 + android:id="@+id/explainTextView1"
151 android:layout_width="wrap_content" 255 android:layout_width="wrap_content"
152 android:layout_height="wrap_content" 256 android:layout_height="wrap_content"
153 - android:layout_centerInParent="true" 257 + android:layout_centerHorizontal="true"
258 + android:layout_centerVertical="true"
154 android:layout_gravity="center" 259 android:layout_gravity="center"
155 android:gravity="center" 260 android:gravity="center"
156 - android:text="11. 보호자의 주택보유 상태를 선택해주세요." /> 261 + android:text="13-1. 자신이 속한 가구의\n 주거유형을 모두 선택해주세요."
262 + android:textColor="#4A4A4A"
263 + android:textSize="20dp" />
264 +
265 + </LinearLayout>
157 266
158 - <Button
159 - android:id="@+id/questionButton"
160 - android:layout_width="30dp"
161 - android:layout_height="30dp"
162 - android:layout_gravity="center"
163 - android:layout_toRightOf="@id/explainTextView"
164 - android:backgroundTint="#1E90FF"
165 - android:gravity="center"
166 - android:text=" ? "
167 - android:textSize="8sp" />
168 - </RelativeLayout>
169 </LinearLayout> 267 </LinearLayout>
170 268
171 <LinearLayout 269 <LinearLayout
...@@ -186,17 +284,32 @@ ...@@ -186,17 +284,32 @@
186 android:orientation="horizontal"> 284 android:orientation="horizontal">
187 285
188 <ToggleButton 286 <ToggleButton
189 - android:id="@+id/yesButton" 287 + android:id="@+id/jeonsaeButton"
190 - android:layout_width="300dp" 288 + android:layout_width="100dp"
191 - android:layout_height="wrap_content" 289 + android:layout_height="100dp"
290 + android:layout_margin="10dp"
192 android:layout_weight="1" 291 android:layout_weight="1"
193 - android:background="@drawable/profil_selector" 292 + android:background="@drawable/circle_selector"
194 - android:text="보유" 293 + android:text="전세"
195 - android:textOff="보유" 294 + android:textColor="#757575"
196 - android:textOn="보유" /> 295 + android:textOff="전세"
296 + android:textOn="전세"
297 + android:textSize="16dp" />
197 298
198 - </LinearLayout> 299 + <ToggleButton
300 + android:id="@+id/wolseButton"
301 + android:layout_width="100dp"
302 + android:layout_height="100dp"
303 + android:layout_margin="10dp"
304 + android:layout_weight="1"
305 + android:background="@drawable/circle_selector"
306 + android:text="월세"
307 + android:textOff="월세"
308 + android:textOn="월세"
309 + android:textSize="16dp"
310 + android:textColor="#757575" />
199 311
312 + </LinearLayout>
200 313
201 <LinearLayout 314 <LinearLayout
202 android:layout_width="match_parent" 315 android:layout_width="match_parent"
...@@ -204,178 +317,101 @@ ...@@ -204,178 +317,101 @@
204 android:orientation="horizontal"> 317 android:orientation="horizontal">
205 318
206 <ToggleButton 319 <ToggleButton
207 - android:id="@+id/noButton" 320 + android:id="@+id/kongkongButton"
208 - android:layout_width="300dp" 321 + android:layout_width="100dp"
209 - android:layout_height="wrap_content" 322 + android:layout_height="100dp"
323 + android:layout_margin="10dp"
210 android:layout_weight="1" 324 android:layout_weight="1"
211 - android:background="@drawable/profil_selector" 325 + android:background="@drawable/circle_selector"
212 - android:text="미보유" 326 + android:text="공공(임대)주택"
213 - android:textOff="미보유" 327 + android:textColor="#757575"
214 - android:textOn="미보유" /> 328 + android:textOff="공공(임대)주택"
215 - </LinearLayout> 329 + android:textOn="공공(임대)주택"
216 - 330 + android:textSize="16dp" />
217 - </LinearLayout>
218 - </LinearLayout>
219 -
220 - <LinearLayout
221 - android:id="@+id/subLayout"
222 - android:layout_width="match_parent"
223 - android:layout_height="wrap_content"
224 - android:layout_weight="1"
225 - android:orientation="vertical"
226 - android:visibility="gone">
227 331
228 - <LinearLayout 332 + <ToggleButton
229 - android:layout_width="match_parent" 333 + android:id="@+id/moosangButton"
230 - android:layout_height="wrap_content" 334 + android:layout_width="100dp"
231 - android:orientation="vertical"> 335 + android:layout_height="100dp"
336 + android:layout_margin="10dp"
337 + android:layout_weight="1"
338 + android:background="@drawable/circle_selector"
339 + android:text="무상임대"
340 + android:textColor="#757575"
341 + android:textOff="무상임대"
342 + android:textOn="무상임대"
343 + android:textSize="16dp" />
344 + </LinearLayout>
232 345
233 - <RelativeLayout 346 + <LinearLayout
234 android:layout_width="match_parent" 347 android:layout_width="match_parent"
235 - android:layout_height="match_parent"> 348 + android:layout_height="match_parent"
236 - 349 + android:orientation="horizontal">
237 - <TextView
238 - android:id="@+id/explainSub1TextView"
239 - android:layout_width="wrap_content"
240 - android:layout_height="wrap_content"
241 - android:layout_centerInParent="true"
242 - android:layout_gravity="center"
243 - android:gravity="center"
244 - android:text="11-1. 주거유형(보호자)를 선택해주세요." />
245 -
246 - <Button
247 - android:id="@+id/questionSub1Button"
248 - android:layout_width="30dp"
249 - android:layout_height="30dp"
250 - android:layout_gravity="center"
251 - android:layout_toRightOf="@id/explainSub1TextView"
252 - android:backgroundTint="#1E90FF"
253 - android:gravity="center"
254 - android:text=" ? "
255 - android:textSize="8sp" />
256 - </RelativeLayout>
257 - </LinearLayout>
258 350
259 - <LinearLayout 351 + <ToggleButton
260 - android:layout_width="match_parent" 352 + android:id="@+id/bojangButton"
261 - android:layout_height="wrap_content" 353 + android:layout_width="100dp"
262 - android:orientation="vertical"> 354 + android:layout_height="100dp"
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 + android:textSize="16dp" />
263 363
264 - <LinearLayout 364 + <ToggleButton
265 - android:layout_width="wrap_content" 365 + android:id="@+id/guitarButton"
266 - android:layout_height="wrap_content" 366 + android:layout_width="100dp"
267 - android:layout_gravity="center" 367 + android:layout_height="100dp"
268 - android:gravity="center" 368 + android:layout_margin="10dp"
269 - android:orientation="vertical"> 369 + android:layout_weight="1"
270 - 370 + android:background="@drawable/circle_selector"
271 - <LinearLayout 371 + android:text="기타"
272 - android:layout_width="match_parent" 372 + android:textColor="#757575"
273 - android:layout_height="match_parent" 373 + android:textOff="기타"
274 - android:orientation="horizontal"> 374 + android:textOn="기타"
275 - 375 + android:textSize="16dp" />
276 - <ToggleButton 376 + </LinearLayout>
277 - android:id="@+id/jeonsaeButton"
278 - android:layout_width="300dp"
279 - android:layout_height="wrap_content"
280 - android:layout_weight="1"
281 - android:background="@drawable/profil_selector"
282 - android:text="전세"
283 - android:textOff="전세"
284 - android:textOn="전세" />
285 -
286 - <ToggleButton
287 - android:id="@+id/wolseButton"
288 - android:layout_width="300dp"
289 - android:layout_height="wrap_content"
290 - android:layout_weight="1"
291 - android:background="@drawable/profil_selector"
292 - android:text="월세"
293 - android:textOff="월세"
294 - android:textOn="월세" />
295 -
296 - </LinearLayout>
297 -
298 - <LinearLayout
299 - android:layout_width="match_parent"
300 - android:layout_height="match_parent"
301 - android:orientation="horizontal">
302 -
303 - <ToggleButton
304 - android:id="@+id/kongkongButton"
305 - android:layout_width="300dp"
306 - android:layout_height="wrap_content"
307 - android:layout_weight="1"
308 - android:background="@drawable/profil_selector"
309 - android:text="공공(임대)주택"
310 - android:textOff="공공(임대)주택"
311 - android:textOn="공공(임대)주택" />
312 -
313 - <ToggleButton
314 - android:id="@+id/moosangButton"
315 - android:layout_width="300dp"
316 - android:layout_height="wrap_content"
317 - android:layout_weight="1"
318 - android:background="@drawable/profil_selector"
319 - android:text="무상임대"
320 - android:textOff="무상임대"
321 - android:textOn="무상임대" />
322 - </LinearLayout>
323 -
324 - <LinearLayout
325 - android:layout_width="match_parent"
326 - android:layout_height="match_parent"
327 - android:orientation="horizontal">
328 -
329 - <ToggleButton
330 - android:id="@+id/bojangButton"
331 - android:layout_width="300dp"
332 - android:layout_height="wrap_content"
333 - android:layout_weight="1"
334 - android:background="@drawable/profil_selector"
335 - android:text="보장기관제공주거"
336 - android:textOff="보장기관제공주거"
337 - android:textOn="보장기관제공주거" />
338 -
339 - <ToggleButton
340 - android:id="@+id/guitarButton"
341 - android:layout_width="300dp"
342 - android:layout_height="wrap_content"
343 - android:layout_weight="1"
344 - android:background="@drawable/profil_selector"
345 - android:text="기타"
346 - android:textOff="기타"
347 - android:textOn="기타" />
348 - </LinearLayout>
349 377
350 378
351 - </LinearLayout>
352 </LinearLayout> 379 </LinearLayout>
353 -
354 </LinearLayout> 380 </LinearLayout>
355 381
356 </LinearLayout> 382 </LinearLayout>
357 - </ScrollView>
358 383
359 - <LinearLayout 384 + </LinearLayout>
360 - android:layout_width="match_parent" 385 + </ScrollView>
361 - android:layout_height="wrap_content"
362 - android:orientation="horizontal">
363 386
364 - <Button 387 + <LinearLayout
365 - android:id="@+id/previousButton" 388 + android:layout_width="match_parent"
366 - android:layout_width="10dp" 389 + android:layout_height="15dp"
367 - android:layout_height="wrap_content" 390 + android:orientation="horizontal"></LinearLayout>
368 - android:layout_weight="1"
369 - android:text="이전 단계로" />
370 391
371 - <Button 392 + <LinearLayout
372 - android:id="@+id/nextButton" 393 + android:layout_width="match_parent"
373 - android:layout_width="10dp" 394 + android:layout_height="wrap_content"
374 - android:layout_height="wrap_content" 395 + android:orientation="horizontal">
375 - android:layout_weight="1" 396 +
376 - android:text="다음 단계로" /> 397 + <Button
377 - </LinearLayout> 398 + android:id="@+id/previousButton"
399 + android:layout_width="10dp"
400 + android:layout_height="wrap_content"
401 + android:layout_weight="1"
402 + android:background="#F4F4F4"
403 + android:text="이전 단계로"
404 + android:textColor="#757575" />
378 405
406 + <Button
407 + android:id="@+id/nextButton"
408 + android:layout_width="10dp"
409 + android:layout_height="wrap_content"
410 + android:layout_weight="1"
411 + android:background="#29ABE2"
412 + android:text="다음 단계로"
413 + android:textColor="#FFFFFF" />
379 </LinearLayout> 414 </LinearLayout>
415 +
380 </LinearLayout> 416 </LinearLayout>
381 </androidx.constraintlayout.widget.ConstraintLayout> 417 </androidx.constraintlayout.widget.ConstraintLayout>
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -163,12 +163,12 @@ ...@@ -163,12 +163,12 @@
163 android:layout_height="wrap_content" 163 android:layout_height="wrap_content"
164 android:layout_gravity="center" 164 android:layout_gravity="center"
165 android:gravity="center" 165 android:gravity="center"
166 - android:text="10. 자신의 장애 유무를 선택해주세요." 166 + android:text="11. 자신의 건강상태를 선택해주세요."
167 android:textColor="#4A4A4A" 167 android:textColor="#4A4A4A"
168 android:textSize="20dp" /> 168 android:textSize="20dp" />
169 169
170 <Button 170 <Button
171 - android:id="@+id/questionButton2" 171 + android:id="@+id/questionButton"
172 android:layout_width="20dp" 172 android:layout_width="20dp"
173 android:layout_height="20dp" 173 android:layout_height="20dp"
174 android:layout_gravity="bottom" 174 android:layout_gravity="bottom"
......