Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장연우
/
WELLO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
신기성
2019-11-18 04:33:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
13c2a9c81a0f35087a1a8ffa80fd5a90f5ca0e8f
13c2a9c8
1 parent
462c652d
12345 design
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
1462 additions
and
1209 deletions
vip/app/src/main/java/com/example/vip/InputProfilThirdFiveActivity.kt
vip/app/src/main/java/com/example/vip/InputProfilThirdFourActivity.kt
vip/app/src/main/java/com/example/vip/InputProfilThirdOneActivity.kt
vip/app/src/main/java/com/example/vip/InputProfilThirdThreeActivity.kt
vip/app/src/main/res/layout/activity_input_profil_fifth_four.xml
vip/app/src/main/res/layout/activity_input_profil_fifth_one.xml
vip/app/src/main/res/layout/activity_input_profil_fifth_three.xml
vip/app/src/main/res/layout/activity_input_profil_fifth_two.xml
vip/app/src/main/res/layout/activity_input_profil_fourth_five.xml
vip/app/src/main/res/layout/activity_input_profil_fourth_four.xml
vip/app/src/main/res/layout/activity_input_profil_fourth_one.xml
vip/app/src/main/res/layout/activity_input_profil_fourth_three.xml
vip/app/src/main/res/layout/activity_input_profil_fourth_two.xml
vip/app/src/main/res/layout/activity_input_profil_third_five.xml
vip/app/src/main/java/com/example/vip/InputProfilThirdFiveActivity.kt
View file @
13c2a9c
...
...
@@ -125,28 +125,6 @@ class InputProfilThirdFiveActivity : AppCompatActivity() {
startActivity
(
intent
)
}
questionButton
.
setOnClickListener
{
val
builder
=
AlertDialog
.
Builder
(
this
)
val
dialogView
=
layoutInflater
.
inflate
(
R
.
layout
.
dialog_example
,
null
)
//val dialogText = dialogView.findViewById<EditText>(R.id.dialogEt)
//val dialogRatingBar = dialogView.findViewById<RatingBar>(R.id.dialogRb)
dialogView
.
findViewById
<
TextView
>(
R
.
id
.
dialogTitle
).
text
=
"가족구성원이란?"
dialogView
.
findViewById
<
TextView
>(
R
.
id
.
dialogContent
).
text
=
"주민등록상 같은 거주지에 사는 사람"
builder
.
setView
(
dialogView
)
.
setPositiveButton
(
"확인"
)
{
dialogInterface
,
i
->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
}
/*
.setNegativeButton("취소") { dialogInterface, i ->
/* 취소일 때 아무 액션이 없으므로 빈칸 */
}
*/
.
show
()
}
previousButton
.
setOnClickListener
{
var
intent
=
Intent
(
this
,
InputProfilThirdFourActivity
::
class
.
java
)
...
...
vip/app/src/main/java/com/example/vip/InputProfilThirdFourActivity.kt
View file @
13c2a9c
...
...
@@ -126,28 +126,6 @@ class InputProfilThirdFourActivity : AppCompatActivity() {
startActivity
(
intent
)
}
questionButton
.
setOnClickListener
{
val
builder
=
AlertDialog
.
Builder
(
this
)
val
dialogView
=
layoutInflater
.
inflate
(
R
.
layout
.
dialog_example
,
null
)
//val dialogText = dialogView.findViewById<EditText>(R.id.dialogEt)
//val dialogRatingBar = dialogView.findViewById<RatingBar>(R.id.dialogRb)
dialogView
.
findViewById
<
TextView
>(
R
.
id
.
dialogTitle
).
text
=
"가족구성원이란?"
dialogView
.
findViewById
<
TextView
>(
R
.
id
.
dialogContent
).
text
=
"주민등록상 같은 거주지에 사는 사람"
builder
.
setView
(
dialogView
)
.
setPositiveButton
(
"확인"
)
{
dialogInterface
,
i
->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
}
/*
.setNegativeButton("취소") { dialogInterface, i ->
/* 취소일 때 아무 액션이 없으므로 빈칸 */
}
*/
.
show
()
}
previousButton
.
setOnClickListener
{
var
intent
=
Intent
(
this
,
InputProfilThirdThreeActivity
::
class
.
java
)
...
...
vip/app/src/main/java/com/example/vip/InputProfilThirdOneActivity.kt
View file @
13c2a9c
...
...
@@ -124,28 +124,6 @@ class InputProfilThirdOneActivity : AppCompatActivity() {
startActivity
(
intent
)
}
questionButton
.
setOnClickListener
{
val
builder
=
AlertDialog
.
Builder
(
this
)
val
dialogView
=
layoutInflater
.
inflate
(
R
.
layout
.
dialog_example
,
null
)
//val dialogText = dialogView.findViewById<EditText>(R.id.dialogEt)
//val dialogRatingBar = dialogView.findViewById<RatingBar>(R.id.dialogRb)
dialogView
.
findViewById
<
TextView
>(
R
.
id
.
dialogTitle
).
text
=
"가족구성원이란?"
dialogView
.
findViewById
<
TextView
>(
R
.
id
.
dialogContent
).
text
=
"주민등록상 같은 거주지에 사는 사람"
builder
.
setView
(
dialogView
)
.
setPositiveButton
(
"확인"
)
{
dialogInterface
,
i
->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
}
/*
.setNegativeButton("취소") { dialogInterface, i ->
/* 취소일 때 아무 액션이 없으므로 빈칸 */
}
*/
.
show
()
}
elementaryButton
.
setOnClickListener
{
...
...
vip/app/src/main/java/com/example/vip/InputProfilThirdThreeActivity.kt
View file @
13c2a9c
...
...
@@ -123,30 +123,6 @@ class InputProfilThirdThreeActivity : AppCompatActivity() {
startActivity
(
intent
)
}
questionButton
.
setOnClickListener
{
val
builder
=
AlertDialog
.
Builder
(
this
)
val
dialogView
=
layoutInflater
.
inflate
(
R
.
layout
.
dialog_example
,
null
)
//val dialogText = dialogView.findViewById<EditText>(R.id.dialogEt)
//val dialogRatingBar = dialogView.findViewById<RatingBar>(R.id.dialogRb)
dialogView
.
findViewById
<
TextView
>(
R
.
id
.
dialogTitle
).
text
=
"가족구성원이란?"
dialogView
.
findViewById
<
TextView
>(
R
.
id
.
dialogContent
).
text
=
"주민등록상 같은 거주지에 사는 사람"
builder
.
setView
(
dialogView
)
.
setPositiveButton
(
"확인"
)
{
dialogInterface
,
i
->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
}
/*
.setNegativeButton("취소") { dialogInterface, i ->
/* 취소일 때 아무 액션이 없으므로 빈칸 */
}
*/
.
show
()
}
previousButton
.
setOnClickListener
{
var
intent
=
Intent
(
this
,
InputProfilThirdTwoActivity
::
class
.
java
)
startActivity
(
intent
)
...
...
vip/app/src/main/res/layout/activity_input_profil_fifth_four.xml
View file @
13c2a9c
...
...
@@ -4,7 +4,7 @@
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
tools:context=
".InputProfilFifth
Four
Activity"
>
tools:context=
".InputProfilFifth
Three
Activity"
>
<LinearLayout
android:layout_width=
"match_parent"
...
...
@@ -16,7 +16,7 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"11dp"
android:background=
"#
FFF
"
android:background=
"#
0000001A
"
android:elevation=
"5dp"
android:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
>
...
...
@@ -31,31 +31,35 @@
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1.5"
android:background=
"#
FFFFFF
"
android:background=
"#
00000000
"
android:text=
"나가기"
android:textColor=
"#29ABE2"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<ImageView
android:layout_width=
"77dp"
android:layout_height=
"44dp"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:src=
"@drawable/toolbar_logo"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:
orientation=
"horizontal
"
android:
layout_weight=
"1.5"
/>
android:
layout_weight=
"1.5
"
android:
orientation=
"horizontal"
/>
</LinearLayout>
...
...
@@ -74,9 +78,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"1"
/>
android:text=
"1"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView2"
...
...
@@ -84,9 +89,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"2"
/>
android:text=
"2"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView3"
...
...
@@ -94,9 +100,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"3"
/>
android:text=
"3"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView4"
...
...
@@ -104,9 +111,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"4"
/>
android:text=
"4"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView5"
...
...
@@ -114,53 +122,47 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage
"
android:gravity=
"center"
android:text=
"5"
/>
android:text=
"5"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"10dp"
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
android:orientation=
"horizontal"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
android:layout_height=
"
match_par
ent"
android:layout_weight=
"1"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
android:gravity=
"center"
android:orientation=
"horizontal"
>
<RelativeLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<TextView
android:id=
"@+id/explainTextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"20. 부채금액을 적어주세요."
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
<TextView
android:id=
"@+id/explainTextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"18. 금융기관 대출금, 공증된 사채 등으로 차용한 금액 중 미상환액, 부채금액을 적어주세요."
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_gravity=
"bottom"
android:background=
"@drawable/question_mark_image"
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"center"
android:layout_toRightOf=
"@id/explainTextView"
android:backgroundTint=
"#1E90FF"
android:gravity=
"center"
android:text=
" ? "
android:textSize=
"8sp"
/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
...
...
@@ -176,24 +178,36 @@
android:layout_height=
"wrap_content"
>
<LinearLayout
android:layout_width=
"
300dp
"
android:layout_width=
"
match_parent
"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/textView1"
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"부채 금액"
/>
<EditText
android:id=
"@+id/editText1"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:ems=
"10"
android:hint=
"ex)1000000"
/>
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/textView1"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin=
"5dp"
android:text=
"부채 금액"
android:textColor=
"#29ABE2"
/>
<EditText
android:id=
"@+id/editText1"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin=
"5dp"
android:ems=
"10"
android:hint=
"ex)1000000"
android:theme=
"@style/EditTheme"
/>
</LinearLayout>
</LinearLayout>
</ScrollView>
...
...
@@ -203,25 +217,36 @@
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
</LinearLayout>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"이전 단계로"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"15dp"
android:orientation=
"horizontal"
></LinearLayout>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"다음 단계로"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:text=
"이전 단계로"
android:textColor=
"#757575"
/>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#29ABE2"
android:text=
"완 료"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...
...
vip/app/src/main/res/layout/activity_input_profil_fifth_one.xml
View file @
13c2a9c
...
...
@@ -16,7 +16,7 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"11dp"
android:background=
"#
FFF
"
android:background=
"#
0000001A
"
android:elevation=
"5dp"
android:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
>
...
...
@@ -31,31 +31,35 @@
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1.5"
android:background=
"#
FFFFFF
"
android:background=
"#
00000000
"
android:text=
"나가기"
android:textColor=
"#29ABE2"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<ImageView
android:layout_width=
"77dp"
android:layout_height=
"44dp"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:src=
"@drawable/toolbar_logo"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:
orientation=
"horizontal
"
android:
layout_weight=
"1.5"
/>
android:
layout_weight=
"1.5
"
android:
orientation=
"horizontal"
/>
</LinearLayout>
...
...
@@ -74,9 +78,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"1"
/>
android:text=
"1"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView2"
...
...
@@ -84,9 +89,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"2"
/>
android:text=
"2"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView3"
...
...
@@ -94,9 +100,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"3"
/>
android:text=
"3"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView4"
...
...
@@ -104,9 +111,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"4"
/>
android:text=
"4"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView5"
...
...
@@ -114,53 +122,47 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage
"
android:gravity=
"center"
android:text=
"5"
/>
android:text=
"5"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"10dp"
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
android:orientation=
"horizontal"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
android:layout_height=
"
match_par
ent"
android:layout_weight=
"1"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
android:gravity=
"center"
android:orientation=
"horizontal"
>
<RelativeLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<TextView
android:id=
"@+id/explainTextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"17. 월평균소득을 적어주세요.\n(* 기준 : 매월소득)"
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
<TextView
android:id=
"@+id/explainTextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"15. 월평균소득을 적어주세요. (기준 : 매월소득)"
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_gravity=
"bottom"
android:background=
"@drawable/question_mark_image"
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"center"
android:layout_toRightOf=
"@id/explainTextView"
android:backgroundTint=
"#1E90FF"
android:gravity=
"center"
android:text=
" ? "
android:textSize=
"8sp"
/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
...
...
@@ -176,38 +178,54 @@
android:layout_height=
"wrap_content"
>
<LinearLayout
android:layout_width=
"
300dp
"
android:layout_width=
"
match_parent
"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/textView1"
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"근로/사업소득"
/>
<EditText
android:id=
"@+id/editText1"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:ems=
"10"
android:hint=
"ex)1000000"
android:inputType=
"textPersonName"
/>
<TextView
android:id=
"@+id/textView2"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"그 외 소득(재산소득, 공직이전소득 등)"
/>
<EditText
android:id=
"@+id/editText2"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:ems=
"10"
android:hint=
"ex)1000000"
android:inputType=
"textPersonName"
/>
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/textView1"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:text=
"근로/사업소득"
android:textColor=
"#29ABE2"
android:textSize=
"13dp"
/>
<EditText
android:id=
"@+id/editText1"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:ems=
"10"
android:hint=
"ex)1000000"
android:inputType=
"textPersonName"
android:theme=
"@style/EditTheme"
/>
<TextView
android:id=
"@+id/textView2"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:text=
"그 외 소득(재산소득, 공직이전소득 등)"
android:textColor=
"#29ABE2"
android:textSize=
"13dp"
/>
<EditText
android:id=
"@+id/editText2"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:ems=
"10"
android:hint=
"ex)1000000"
android:inputType=
"textPersonName"
android:theme=
"@style/EditTheme"
/>
</LinearLayout>
</LinearLayout>
</ScrollView>
...
...
@@ -217,25 +235,36 @@
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
</LinearLayout>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"이전 단계로"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"15dp"
android:orientation=
"horizontal"
></LinearLayout>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"다음 단계로"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:text=
"이전 단계로"
android:textColor=
"#757575"
/>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#29ABE2"
android:text=
"다음 단계로"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...
...
vip/app/src/main/res/layout/activity_input_profil_fifth_three.xml
View file @
13c2a9c
...
...
@@ -16,7 +16,7 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"11dp"
android:background=
"#
FFF
"
android:background=
"#
0000001A
"
android:elevation=
"5dp"
android:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
>
...
...
@@ -31,31 +31,35 @@
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1.5"
android:background=
"#
FFFFFF
"
android:background=
"#
00000000
"
android:text=
"나가기"
android:textColor=
"#29ABE2"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<ImageView
android:layout_width=
"77dp"
android:layout_height=
"44dp"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:src=
"@drawable/toolbar_logo"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:
orientation=
"horizontal
"
android:
layout_weight=
"1.5"
/>
android:
layout_weight=
"1.5
"
android:
orientation=
"horizontal"
/>
</LinearLayout>
...
...
@@ -74,9 +78,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"1"
/>
android:text=
"1"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView2"
...
...
@@ -84,9 +89,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"2"
/>
android:text=
"2"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView3"
...
...
@@ -94,9 +100,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"3"
/>
android:text=
"3"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView4"
...
...
@@ -104,9 +111,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"4"
/>
android:text=
"4"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView5"
...
...
@@ -114,53 +122,47 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage
"
android:gravity=
"center"
android:text=
"5"
/>
android:text=
"5"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"10dp"
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
android:orientation=
"horizontal"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
android:layout_height=
"
match_par
ent"
android:layout_weight=
"1"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
android:gravity=
"center"
android:orientation=
"horizontal"
>
<RelativeLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<TextView
android:id=
"@+id/explainTextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"19. 재산을 적어주세요."
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
<TextView
android:id=
"@+id/explainTextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"17. 재산을 적어주세요."
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_gravity=
"bottom"
android:background=
"@drawable/question_mark_image"
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"center"
android:layout_toRightOf=
"@id/explainTextView"
android:backgroundTint=
"#1E90FF"
android:gravity=
"center"
android:text=
" ? "
android:textSize=
"8sp"
/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
...
...
@@ -176,50 +178,74 @@
android:layout_height=
"wrap_content"
>
<LinearLayout
android:layout_width=
"
300dp
"
android:layout_width=
"
match_parent
"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/textView1"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"주거용 재산"
/>
<EditText
android:id=
"@+id/editText1"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:ems=
"10"
android:hint=
"ex)1000000"
/>
<TextView
android:id=
"@+id/textView2"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"주거 외 재산"
/>
<EditText
android:id=
"@+id/editText2"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:ems=
"10"
android:hint=
"ex)1000000"
/>
<TextView
android:id=
"@+id/textView3"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"금융재산"
/>
<EditText
android:id=
"@+id/editText3"
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:ems=
"10"
android:hint=
"ex)1000000"
/>
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/textView1"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin=
"5dp"
android:text=
"주거용 재산"
android:textColor=
"#29ABE2"
/>
<EditText
android:id=
"@+id/editText1"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin=
"5dp"
android:ems=
"10"
android:hint=
"ex)1000000"
android:theme=
"@style/EditTheme"
/>
<TextView
android:id=
"@+id/textView2"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin=
"5dp"
android:text=
"주거 외 재산"
android:textColor=
"#29ABE2"
/>
<EditText
android:id=
"@+id/editText2"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin=
"5dp"
android:ems=
"10"
android:hint=
"ex)1000000"
android:theme=
"@style/EditTheme"
/>
<TextView
android:id=
"@+id/textView3"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:layout_margin=
"5dp"
android:text=
"금융재산"
android:textColor=
"#29ABE2"
/>
<EditText
android:id=
"@+id/editText3"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:ems=
"10"
android:hint=
"ex)1000000"
android:theme=
"@style/EditTheme"
android:layout_margin=
"5dp"
/>
</LinearLayout>
</LinearLayout>
</ScrollView>
...
...
@@ -229,25 +255,36 @@
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
</LinearLayout>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"이전 단계로"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"15dp"
android:orientation=
"horizontal"
></LinearLayout>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"다음 단계로"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:text=
"이전 단계로"
android:textColor=
"#757575"
/>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#29ABE2"
android:text=
"다음 단계로"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...
...
vip/app/src/main/res/layout/activity_input_profil_fifth_two.xml
View file @
13c2a9c
...
...
@@ -16,7 +16,7 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"11dp"
android:background=
"#
FFF
"
android:background=
"#
0000001A
"
android:elevation=
"5dp"
android:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
>
...
...
@@ -31,31 +31,35 @@
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1.5"
android:background=
"#
FFFFFF
"
android:background=
"#
00000000
"
android:text=
"나가기"
android:textColor=
"#29ABE2"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<ImageView
android:layout_width=
"77dp"
android:layout_height=
"44dp"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:src=
"@drawable/toolbar_logo"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:
orientation=
"horizontal
"
android:
layout_weight=
"1.5"
/>
android:
layout_weight=
"1.5
"
android:
orientation=
"horizontal"
/>
</LinearLayout>
...
...
@@ -74,9 +78,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"1"
/>
android:text=
"1"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView2"
...
...
@@ -84,9 +89,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"2"
/>
android:text=
"2"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView3"
...
...
@@ -94,9 +100,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"3"
/>
android:text=
"3"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView4"
...
...
@@ -104,9 +111,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"4"
/>
android:text=
"4"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView5"
...
...
@@ -114,53 +122,48 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage
"
android:gravity=
"center"
android:text=
"5"
/>
android:text=
"5"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"10dp"
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
android:orientation=
"horizontal"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
android:layout_height=
"
match_par
ent"
android:layout_weight=
"1"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
android:gravity=
"center"
android:orientation=
"horizontal"
>
<RelativeLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<TextView
android:id=
"@+id/explainTextView0"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"18. 건강보험 가입형태를 선택해주세요."
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
<TextView
android:id=
"@+id/explainTextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"16. 자신의 건강보험 가입형태를 선택해주세요."
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"50dp"
android:layout_weight=
"1"
android:orientation=
"vertical"
>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"center"
android:layout_toRightOf=
"@id/explainTextView"
android:backgroundTint=
"#1E90FF"
android:gravity=
"center"
android:text=
" ? "
android:textSize=
"8sp"
/>
</RelativeLayout>
</LinearLayout>
<ScrollView
...
...
@@ -173,8 +176,8 @@
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"
wrap_cont
ent"
android:layout_height=
"
wrap_cont
ent"
android:layout_width=
"
match_par
ent"
android:layout_height=
"
match_par
ent"
android:layout_gravity=
"center"
android:gravity=
"center"
android:orientation=
"vertical"
>
...
...
@@ -182,54 +185,68 @@
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/jikjaangButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:gravity=
"center"
android:text=
"직장가입자"
android:textColor=
"#757575"
android:textOff=
"직장가입자"
android:textOn=
"직장가입자"
/>
android:textOn=
"직장가입자"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/jiyeokButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:gravity=
"center"
android:text=
"지역가입자"
android:textColor=
"#757575"
android:textOff=
"지역가입자"
android:textOn=
"지역가입자"
/>
android:textOn=
"지역가입자"
android:textSize=
"16dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/pibooyaangjikjaangButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:gravity=
"center"
android:text=
"피부양자(직장)"
android:textColor=
"#757575"
android:textOff=
"피부양자(직장)"
android:textOn=
"피부양자(직장)"
/>
android:textOn=
"피부양자(직장)"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/pibooyaangjiyeokButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:gravity=
"center"
android:text=
"피부양자(지역)"
android:textColor=
"#757575"
android:textOff=
"피부양자(지역)"
android:textOn=
"피부양자(지역)"
/>
android:textOn=
"피부양자(지역)"
android:textSize=
"16dp"
/>
</LinearLayout>
...
...
@@ -237,106 +254,135 @@
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/uieryoButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:gravity=
"center"
android:text=
"의료급여수급건자"
android:textColor=
"#757575"
android:textOff=
"의료급여수급건자"
android:textOn=
"의료급여수급건자"
/>
android:textOn=
"의료급여수급건자"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/emptyButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:background=
"#00000000"
android:gravity=
"center"
android:textColor=
"#757575"
android:textOff=
" "
android:textOn=
" "
android:textSize=
"16dp"
android:visibility=
"invisible"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"100dp"
android:layout_weight=
"1"
android:gravity=
"center"
android:orientation=
"vertical"
>
<LinearLayout
android:id=
"@+id/subLinearLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<RelativeLayout
<LinearLayout
android:id=
"@+id/subLinearLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/explainSubTextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_gravity=
"center"
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:text=
"16-1. 매월 납부하는 건강보험료를 입력해주세요."
/>
android:orientation=
"horizontal"
>
<TextView
android:id=
"@+id/explainTextView1"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"18-1. 매월 납부하는\n건강보험료를 적어주세요."
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_gravity=
"bottom"
android:background=
"@drawable/question_mark_image"
/>
<Button
android:id=
"@+id/questionSubButton"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
</LinearLayout>
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_toRightOf=
"@id/explainSubTextView"
android:backgroundTint=
"#1E90FF"
android:gravity=
"center"
android:text=
" ? "
android:textSize=
"8sp"
/>
</RelativeLayout>
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/textView1"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"건강보험 총 납부액"
android:textColor=
"#29ABE2"
/>
<TextView
android:id=
"@+id/textView1"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"건강보험 총 납부액"
/>
<EditText
android:id=
"@+id/editText1"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:ems=
"10"
android:hint=
"ex)1000000"
android:inputType=
"textPersonName"
android:theme=
"@style/EditTheme"
/>
<EditText
android:id=
"@+id/editText1"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:ems=
"10"
android:hint=
"ex)1000000"
android:inputType=
"textPersonName"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</
LinearLayout
>
</
ScrollView
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
android:layout_height=
"100dp"
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"이전 단계로"
/>
</LinearLayout>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"다음 단계로"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"15dp"
android:orientation=
"horizontal"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:text=
"이전 단계로"
android:textColor=
"#757575"
/>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#29ABE2"
android:text=
"다음 단계로"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...
...
vip/app/src/main/res/layout/activity_input_profil_fourth_five.xml
View file @
13c2a9c
...
...
@@ -16,7 +16,7 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"11dp"
android:background=
"#
FFF
"
android:background=
"#
0000001A
"
android:elevation=
"5dp"
android:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
>
...
...
@@ -31,31 +31,35 @@
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1.5"
android:background=
"#
FFFFFF
"
android:background=
"#
00000000
"
android:text=
"나가기"
android:textColor=
"#29ABE2"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<ImageView
android:layout_width=
"77dp"
android:layout_height=
"44dp"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:src=
"@drawable/toolbar_logo"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:
orientation=
"horizontal
"
android:
layout_weight=
"1.5"
/>
android:
layout_weight=
"1.5
"
android:
orientation=
"horizontal"
/>
</LinearLayout>
...
...
@@ -74,9 +78,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"1"
/>
android:text=
"1"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView2"
...
...
@@ -84,9 +89,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"2"
/>
android:text=
"2"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView3"
...
...
@@ -94,9 +100,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"3"
/>
android:text=
"3"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView4"
...
...
@@ -104,9 +111,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage
"
android:gravity=
"center"
android:text=
"4"
/>
android:text=
"4"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView5"
...
...
@@ -114,52 +122,47 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:gravity=
"center"
android:text=
"5"
/>
android:text=
"5"
android:textColor=
"#DDDDDD"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"10dp"
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
android:orientation=
"horizontal"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
android:layout_height=
"
match_par
ent"
android:layout_weight=
"1"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
android:gravity=
"center"
android:orientation=
"horizontal"
>
<RelativeLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<TextView
android:id=
"@+id/explainTextView4"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
'16. 자신을 포함한 가구구성원의\n"피해상황"을 모두 선택해주세요.'
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
<TextView
android:id=
"@+id/explainTextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"14. 자신을 포함한 가구구성원의 [피해 상황]을 모두 선택해주세요."
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_gravity=
"bottom"
android:background=
"@drawable/question_mark_image"
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"center"
android:layout_toRightOf=
"@id/explainTextView"
android:backgroundTint=
"#1E90FF"
android:gravity=
"center"
android:text=
" ? "
android:textSize=
"8sp"
/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
...
...
@@ -180,8 +183,8 @@
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"
wrap_cont
ent"
android:layout_height=
"
wrap_cont
ent"
android:layout_width=
"
match_par
ent"
android:layout_height=
"
match_par
ent"
android:layout_gravity=
"center"
android:gravity=
"center"
android:orientation=
"vertical"
>
...
...
@@ -189,54 +192,68 @@
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/nothingButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"해당없음"
android:textColor=
"#757575"
android:textOff=
"해당없음"
android:textOn=
"해당없음"
/>
android:textOn=
"해당없음"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/iljaeButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"일제강점기피해자"
android:textColor=
"#757575"
android:textOff=
"일제강점기피해자"
android:textOn=
"일제강점기피해자"
/>
android:textOn=
"일제강점기피해자"
android:textSize=
"16dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/specialpihaeButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"특수상황피해자"
android:textColor=
"#757575"
android:textOff=
"특수상황피해자"
android:textOn=
"특수상황피해자"
/>
android:textOn=
"특수상황피해자"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/sanuppihaeButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"산업재해피해자/가족"
android:textColor=
"#757575"
android:textOff=
"산업재해피해자/가족"
android:textOn=
"산업재해피해자/가족"
/>
android:textOn=
"산업재해피해자/가족"
android:textSize=
"16dp"
/>
</LinearLayout>
...
...
@@ -244,17 +261,33 @@
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/guitarButton"
android:layout_width=
"
wrap_content
"
android:layout_height=
"
wrap_content
"
android:layout_
weight=
"1
"
android:background=
"@drawable/
profil
_selector"
android:layout_width=
"
100dp
"
android:layout_height=
"
100dp
"
android:layout_
gravity=
"center
"
android:background=
"@drawable/
circle
_selector"
android:text=
"기타피해상황"
android:textColor=
"#757575"
android:textOff=
"기타피해상황"
android:textOn=
"기타피해상황"
/>
android:textOn=
"기타피해상황"
android:textSize=
"16dp"
android:layout_margin=
"10dp"
/>
<ToggleButton
android:id=
"@+id/emptyButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"#00000000"
android:textColor=
"#757575"
android:textOff=
" "
android:textSize=
"16dp"
/>
</LinearLayout>
...
...
@@ -268,25 +301,36 @@
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
</LinearLayout>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"이전 단계로"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"15dp"
android:orientation=
"horizontal"
></LinearLayout>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"다음 단계로"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:text=
"이전 단계로"
android:textColor=
"#757575"
/>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#29ABE2"
android:text=
"다음 단계로"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...
...
vip/app/src/main/res/layout/activity_input_profil_fourth_four.xml
View file @
13c2a9c
...
...
@@ -16,7 +16,7 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"11dp"
android:background=
"#
FFF
"
android:background=
"#
0000001A
"
android:elevation=
"5dp"
android:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
>
...
...
@@ -31,31 +31,35 @@
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1.5"
android:background=
"#
FFFFFF
"
android:background=
"#
00000000
"
android:text=
"나가기"
android:textColor=
"#29ABE2"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<ImageView
android:layout_width=
"77dp"
android:layout_height=
"44dp"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:src=
"@drawable/toolbar_logo"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:
orientation=
"horizontal
"
android:
layout_weight=
"1.5"
/>
android:
layout_weight=
"1.5
"
android:
orientation=
"horizontal"
/>
</LinearLayout>
...
...
@@ -74,9 +78,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"1"
/>
android:text=
"1"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView2"
...
...
@@ -84,9 +89,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"2"
/>
android:text=
"2"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView3"
...
...
@@ -94,9 +100,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"3"
/>
android:text=
"3"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView4"
...
...
@@ -104,9 +111,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage
"
android:gravity=
"center"
android:text=
"4"
/>
android:text=
"4"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView5"
...
...
@@ -114,52 +122,47 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:gravity=
"center"
android:text=
"5"
/>
android:text=
"5"
android:textColor=
"#DDDDDD"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"10dp"
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
android:orientation=
"horizontal"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
android:layout_height=
"
match_par
ent"
android:layout_weight=
"1"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
android:gravity=
"center"
android:orientation=
"horizontal"
>
<RelativeLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<TextView
android:id=
"@+id/explainTextView4"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
'15. 자신을 포함한 가구구성원의\n"위기상황"을 모두 선택해주세요.'
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
<TextView
android:id=
"@+id/explainTextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"13. 자신을 포함한 가구구성원의 [위기 상황]을 모두 선택해주세요."
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_gravity=
"bottom"
android:background=
"@drawable/question_mark_image"
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"center"
android:layout_toRightOf=
"@id/explainTextView"
android:backgroundTint=
"#1E90FF"
android:gravity=
"center"
android:text=
" ? "
android:textSize=
"8sp"
/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
...
...
@@ -180,8 +183,8 @@
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"
wrap_cont
ent"
android:layout_height=
"
wrap_cont
ent"
android:layout_width=
"
match_par
ent"
android:layout_height=
"
match_par
ent"
android:layout_gravity=
"center"
android:gravity=
"center"
android:orientation=
"vertical"
>
...
...
@@ -189,131 +192,166 @@
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/nothingButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"해당없음"
android:textColor=
"#757575"
android:textOff=
"해당없음"
android:textOn=
"해당없음"
/>
android:textOn=
"해당없음"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/pokryukButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"폭력"
android:textColor=
"#757575"
android:textOff=
"폭력"
android:textOn=
"폭력"
/>
android:textOn=
"폭력"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/pihaeButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"피해/학대"
android:textColor=
"#757575"
android:textOff=
"피해/학대"
android:textOn=
"피해/학대"
/>
android:textOn=
"피해/학대"
android:textSize=
"16dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/kachoolButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"가출/실종/사망"
android:textColor=
"#757575"
android:textOff=
"가출/실종/사망"
android:textOn=
"가출/실종/사망"
/>
android:textOn=
"가출/실종/사망"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/sagoButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"사고"
android:textColor=
"#757575"
android:textOff=
"사고"
android:textOn=
"사고"
/>
android:textOn=
"사고"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/ihonButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"이혼(예정)"
android:textColor=
"#757575"
android:textOff=
"이혼(예정)"
android:textOn=
"이혼(예정)"
/>
android:textOn=
"이혼(예정)"
android:textSize=
"16dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/jaehaeButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"재해"
android:textColor=
"#757575"
android:textOff=
"재해"
android:textOn=
"재해"
/>
android:textOn=
"재해"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/hakkyobaakButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"학교밖청소년"
android:textColor=
"#757575"
android:textOff=
"학교밖청소년"
android:textOn=
"학교밖청소년"
/>
android:textOn=
"학교밖청소년"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/siljikButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_gravity=
"center"
android:layout_margin=
"10dp"
android:background=
"@drawable/circle_selector"
android:text=
"실직"
android:textColor=
"#757575"
android:textOff=
"실직"
android:textOn=
"실직"
/>
android:textOn=
"실직"
android:textSize=
"16dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/guitarButton"
android:layout_width=
"
wrap_content
"
android:layout_height=
"
wrap_content
"
android:layout_
weight=
"1
"
android:background=
"@drawable/
profil
_selector"
android:layout_width=
"
100dp
"
android:layout_height=
"
100dp
"
android:layout_
gravity=
"center
"
android:background=
"@drawable/
circle
_selector"
android:text=
"기타"
android:textColor=
"#757575"
android:textOff=
"기타"
android:textOn=
"기타"
/>
android:textOn=
"기타"
android:textSize=
"16dp"
android:layout_margin=
"10dp"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>
...
...
@@ -323,25 +361,36 @@
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
</LinearLayout>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"이전 단계로"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"15dp"
android:orientation=
"horizontal"
></LinearLayout>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"다음 단계로"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:text=
"이전 단계로"
android:textColor=
"#757575"
/>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#29ABE2"
android:text=
"다음 단계로"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...
...
vip/app/src/main/res/layout/activity_input_profil_fourth_one.xml
View file @
13c2a9c
...
...
@@ -16,7 +16,7 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"11dp"
android:background=
"#
FFF
"
android:background=
"#
0000001A
"
android:elevation=
"5dp"
android:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
>
...
...
@@ -31,31 +31,35 @@
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1.5"
android:background=
"#
FFFFFF
"
android:background=
"#
00000000
"
android:text=
"나가기"
android:textColor=
"#29ABE2"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<ImageView
android:layout_width=
"77dp"
android:layout_height=
"44dp"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:src=
"@drawable/toolbar_logo"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:
orientation=
"horizontal
"
android:
layout_weight=
"1.5"
/>
android:
layout_weight=
"1.5
"
android:
orientation=
"horizontal"
/>
</LinearLayout>
...
...
@@ -74,9 +78,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"1"
/>
android:text=
"1"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView2"
...
...
@@ -84,9 +89,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"2"
/>
android:text=
"2"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView3"
...
...
@@ -94,10 +100,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"#1E90FF"
android:background=
"@drawable/profile_stage_filling"
android:gravity=
"center"
android:text=
"3"
/>
android:text=
"3"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView4"
...
...
@@ -105,9 +111,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage
"
android:gravity=
"center"
android:text=
"4"
/>
android:text=
"4"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView5"
...
...
@@ -115,21 +122,59 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:gravity=
"center"
android:text=
"5"
/>
android:text=
"5"
android:textColor=
"#DDDDDD"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"10dp"
android:orientation=
"horizontal"
></LinearLayout>
<ScrollView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:orientation=
"vertical"
>
android:layout_weight=
"1"
>
<
ScrollView
<
LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_weight=
"1"
>
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<TextView
android:id=
"@+id/explainTextView0"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"12. 자신의 주택보유 상태를\n선택해주세요."
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_gravity=
"bottom"
android:background=
"@drawable/question_mark_image"
/>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
...
...
@@ -137,34 +182,86 @@
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/yesButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_margin=
"5dp"
android:layout_weight=
"1"
android:background=
"@drawable/button_selector"
android:text=
"보유"
android:textColor=
"#757575"
android:textOff=
"보유"
android:textOn=
"보유"
android:textSize=
"16dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/noButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/button_selector"
android:text=
"미보유"
android:textColor=
"#757575"
android:textOff=
"미보유"
android:textOn=
"미보유"
android:textSize=
"16dp"
android:layout_margin=
"5dp"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id=
"@+id/subLinearLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:orientation=
"vertical"
android:visibility=
"visible"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<
Relative
Layout
<
Linear
Layout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<TextView
android:id=
"@+id/explainTextView"
android:id=
"@+id/explainTextView
1
"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"10. 자신의 주택보유 상태를 선택해주세요."
/>
android:text=
"12-1. 자신의 주거유형을 모두 선택해주세요."
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
</LinearLayout>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"center"
android:layout_toRightOf=
"@id/explainTextView"
android:backgroundTint=
"#1E90FF"
android:gravity=
"center"
android:text=
" ? "
android:textSize=
"8sp"
/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
...
...
@@ -185,17 +282,32 @@
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/yesButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:id=
"@+id/jeonsaeButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"보유"
android:textOff=
"보유"
android:textOn=
"보유"
/>
android:background=
"@drawable/circle_selector"
android:text=
"전세"
android:textColor=
"#757575"
android:textOff=
"전세"
android:textOn=
"전세"
android:textSize=
"16dp"
/>
</LinearLayout>
<ToggleButton
android:id=
"@+id/wolseButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/circle_selector"
android:text=
"월세"
android:textOff=
"월세"
android:textOn=
"월세"
android:textSize=
"16dp"
android:textColor=
"#757575"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
...
...
@@ -203,178 +315,101 @@
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/noButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:id=
"@+id/kongkongButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"미보유"
android:textOff=
"미보유"
android:textOn=
"미보유"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id=
"@+id/subLinearLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:orientation=
"vertical"
android:visibility=
"gone"
>
android:background=
"@drawable/circle_selector"
android:text=
"공공(임대)주택"
android:textColor=
"#757575"
android:textOff=
"공공(임대)주택"
android:textOn=
"공공(임대)주택"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<ToggleButton
android:id=
"@+id/moosangButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/circle_selector"
android:text=
"무상임대"
android:textColor=
"#757575"
android:textOff=
"무상임대"
android:textOn=
"무상임대"
android:textSize=
"16dp"
/>
</LinearLayout>
<
Relative
Layout
<
Linear
Layout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<TextView
android:id=
"@+id/explainSub1TextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"10-1. 주거유형(본인)을 선택해주세요."
/>
<Button
android:id=
"@+id/questionSub1Button"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"center"
android:layout_toRightOf=
"@id/explainSub1TextView"
android:backgroundTint=
"#1E90FF"
android:gravity=
"center"
android:text=
" ? "
android:textSize=
"8sp"
/>
</RelativeLayout>
</LinearLayout>
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<ToggleButton
android:id=
"@+id/bojangButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/circle_selector"
android:text=
"보장기관제공주거"
android:textColor=
"#757575"
android:textOff=
"보장기관제공주거"
android:textOn=
"보장기관제공주거"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/jeonsaeButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"전세"
android:textOff=
"전세"
android:textOn=
"전세"
/>
<ToggleButton
android:id=
"@+id/wolseButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"월세"
android:textOff=
"월세"
android:textOn=
"월세"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/kongkongButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"공공(임대)주택"
android:textOff=
"공공(임대)주택"
android:textOn=
"공공(임대)주택"
/>
<ToggleButton
android:id=
"@+id/moosangButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"무상임대"
android:textOff=
"무상임대"
android:textOn=
"무상임대"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/bojangButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"보장기관제공주거"
android:textOff=
"보장기관제공주거"
android:textOn=
"보장기관제공주거"
/>
<ToggleButton
android:id=
"@+id/guitarButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"기타"
android:textOff=
"기타"
android:textOn=
"기타"
/>
</LinearLayout>
<ToggleButton
android:id=
"@+id/guitarButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/circle_selector"
android:text=
"기타"
android:textColor=
"#757575"
android:textOff=
"기타"
android:textOn=
"기타"
android:textSize=
"16dp"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
</LinearLayout>
</ScrollView>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"이전 단계로"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"15dp"
android:orientation=
"horizontal"
></LinearLayout>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"다음 단계로"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:text=
"이전 단계로"
android:textColor=
"#757575"
/>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#29ABE2"
android:text=
"다음 단계로"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...
...
vip/app/src/main/res/layout/activity_input_profil_fourth_three.xml
View file @
13c2a9c
...
...
@@ -16,7 +16,7 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"11dp"
android:background=
"#
FFF
"
android:background=
"#
0000001A
"
android:elevation=
"5dp"
android:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
>
...
...
@@ -31,31 +31,35 @@
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1.5"
android:background=
"#
FFFFFF
"
android:background=
"#
00000000
"
android:text=
"나가기"
android:textColor=
"#29ABE2"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<ImageView
android:layout_width=
"77dp"
android:layout_height=
"44dp"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:src=
"@drawable/toolbar_logo"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:
orientation=
"horizontal
"
android:
layout_weight=
"1.5"
/>
android:
layout_weight=
"1.5
"
android:
orientation=
"horizontal"
/>
</LinearLayout>
...
...
@@ -74,9 +78,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"1"
/>
android:text=
"1"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView2"
...
...
@@ -84,9 +89,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"2"
/>
android:text=
"2"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView3"
...
...
@@ -94,9 +100,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"3"
/>
android:text=
"3"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView4"
...
...
@@ -104,9 +111,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage
"
android:gravity=
"center"
android:text=
"4"
/>
android:text=
"4"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView5"
...
...
@@ -114,20 +122,21 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:gravity=
"center"
android:text=
"5"
/>
android:text=
"5"
android:textColor=
"#DDDDDD"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"10dp"
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
android:orientation=
"horizontal"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"
wrap_cont
ent"
android:layout_height=
"
match_par
ent"
android:layout_weight=
"1"
android:orientation=
"vertical"
>
...
...
@@ -136,30 +145,16 @@
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<RelativeLayout
<TextView
android:id=
"@+id/explainTextView4"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<TextView
android:id=
"@+id/explainTextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"12. 자신을 포함한 가구구성원의 [상황]을 모두 선택해주세요."
/>
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
'14. 자신을 포함한 가구구성원의\n"상황"을 모두 선택해주세요.'
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"center"
android:layout_toRightOf=
"@id/explainTextView"
android:backgroundTint=
"#1E90FF"
android:gravity=
"center"
android:text=
" ? "
android:textSize=
"8sp"
/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
...
...
@@ -193,33 +188,42 @@
<ToggleButton
android:id=
"@+id/nothingButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/
profil
_selector"
android:background=
"@drawable/
circle
_selector"
android:text=
"해당없음"
android:textColor=
"#757575"
android:textOff=
"해당없음"
android:textOn=
"해당없음"
/>
android:textOn=
"해당없음"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/jeosodeukButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/
profil
_selector"
android:background=
"@drawable/
circle
_selector"
android:text=
"저소득"
android:textColor=
"#757575"
android:textOff=
"저소득"
android:textOn=
"저소득"
/>
android:textOn=
"저소득"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/hanboomoButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/
profil
_selector"
android:background=
"@drawable/
circle
_selector"
android:text=
"한부모"
android:textColor=
"#757575"
android:textOff=
"한부모"
android:textOn=
"한부모"
/>
android:textOn=
"한부모"
android:textSize=
"16dp"
/>
</LinearLayout>
...
...
@@ -230,33 +234,42 @@
<ToggleButton
android:id=
"@+id/oegookinButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/
profil
_selector"
android:background=
"@drawable/
circle
_selector"
android:text=
"외국인"
android:textColor=
"#757575"
android:textOff=
"외국인"
android:textOn=
"외국인"
/>
android:textOn=
"외국인"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/damoonhwaButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/
profil
_selector"
android:background=
"@drawable/
circle
_selector"
android:text=
"다문화"
android:textColor=
"#757575"
android:textOff=
"다문화"
android:textOn=
"다문화"
/>
android:textOn=
"다문화"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/jaangaeButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/
profil
_selector"
android:background=
"@drawable/
circle
_selector"
android:text=
"장애"
android:textColor=
"#757575"
android:textOff=
"장애"
android:textOn=
"장애"
/>
android:textOn=
"장애"
android:textSize=
"16dp"
/>
</LinearLayout>
...
...
@@ -267,33 +280,42 @@
<ToggleButton
android:id=
"@+id/imshinchoolsanButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/
profil
_selector"
android:background=
"@drawable/
circle
_selector"
android:text=
"임신출산"
android:textColor=
"#757575"
android:textOff=
"임신출산"
android:textOn=
"임신출산"
/>
android:textOn=
"임신출산"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/ipyaangButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/
profil
_selector"
android:background=
"@drawable/
circle
_selector"
android:text=
"입양"
android:textColor=
"#757575"
android:textOff=
"입양"
android:textOn=
"입양"
/>
android:textOn=
"입양"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/gaajungButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/
profil
_selector"
android:background=
"@drawable/
circle
_selector"
android:text=
"가정위탁"
android:textColor=
"#757575"
android:textOff=
"가정위탁"
android:textOn=
"가정위탁"
/>
android:textOn=
"가정위탁"
android:textSize=
"16dp"
/>
</LinearLayout>
<LinearLayout
...
...
@@ -303,33 +325,42 @@
<ToggleButton
android:id=
"@+id/bookhanButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/
profil
_selector"
android:background=
"@drawable/
circle
_selector"
android:text=
"북한이탈주민"
android:textColor=
"#757575"
android:textOff=
"북한이탈주민"
android:textOn=
"북한이탈주민"
/>
android:textOn=
"북한이탈주민"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/gookgayoogongButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/
profil
_selector"
android:background=
"@drawable/
circle
_selector"
android:text=
"국가유공"
android:textColor=
"#757575"
android:textOff=
"국가유공"
android:textOn=
"국가유공"
/>
android:textOn=
"국가유공"
android:textSize=
"16dp"
/>
<ToggleButton
android:id=
"@+id/guitarButton"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/
profil
_selector"
android:background=
"@drawable/
circle
_selector"
android:text=
"기타"
android:textColor=
"#757575"
android:textOff=
"기타"
android:textOn=
"기타"
/>
android:textOn=
"기타"
android:textSize=
"16dp"
/>
</LinearLayout>
...
...
@@ -343,25 +374,36 @@
android:layout_weight=
"1"
android:orientation=
"vertical"
></LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
</LinearLayout>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"이전 단계로"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"15dp"
android:orientation=
"horizontal"
></LinearLayout>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"다음 단계로"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:text=
"이전 단계로"
android:textColor=
"#757575"
/>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#29ABE2"
android:text=
"다음 단계로"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...
...
vip/app/src/main/res/layout/activity_input_profil_fourth_two.xml
View file @
13c2a9c
...
...
@@ -16,7 +16,7 @@
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
android:layout_marginBottom=
"11dp"
android:background=
"#
FFF
"
android:background=
"#
0000001A
"
android:elevation=
"5dp"
android:theme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:popupTheme=
"@style/ThemeOverlay.AppCompat.Dark.ActionBar"
>
...
...
@@ -31,31 +31,35 @@
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:layout_weight=
"1.5"
android:background=
"#
FFFFFF
"
android:background=
"#
00000000
"
android:text=
"나가기"
android:textColor=
"#29ABE2"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<ImageView
android:layout_width=
"77dp"
android:layout_height=
"44dp"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:src=
"@drawable/toolbar_logo"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
android:layout_weight=
"1"
/>
android:layout_weight=
"1"
android:orientation=
"horizontal"
/>
<LinearLayout
android:layout_width=
"10dp"
android:layout_height=
"match_parent"
android:
orientation=
"horizontal
"
android:
layout_weight=
"1.5"
/>
android:
layout_weight=
"1.5
"
android:
orientation=
"horizontal"
/>
</LinearLayout>
...
...
@@ -74,9 +78,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"1"
/>
android:text=
"1"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView2"
...
...
@@ -84,9 +89,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage_filling
"
android:gravity=
"center"
android:text=
"2"
/>
android:text=
"2"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView3"
...
...
@@ -94,10 +100,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"#1E90FF"
android:background=
"@drawable/profile_stage_filling"
android:gravity=
"center"
android:text=
"3"
/>
android:text=
"3"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView4"
...
...
@@ -105,9 +111,10 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"
#1E90FF
"
android:background=
"
@drawable/profile_stage
"
android:gravity=
"center"
android:text=
"4"
/>
android:text=
"4"
android:textColor=
"#FFFFFF"
/>
<TextView
android:id=
"@+id/stageTextView5"
...
...
@@ -115,57 +122,148 @@
android:layout_height=
"match_parent"
android:layout_gravity=
"center"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:gravity=
"center"
android:text=
"5"
/>
android:text=
"5"
android:textColor=
"#DDDDDD"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"10dp"
android:orientation=
"horizontal"
></LinearLayout>
<ScrollView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:orientation=
"vertical"
>
android:layout_weight=
"1"
>
<
ScrollView
<
LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"
match_par
ent"
android:
layout_weight=
"1
"
>
android:layout_height=
"
wrap_cont
ent"
android:
orientation=
"vertical
"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<TextView
android:id=
"@+id/explainTextView0"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"13. 자신이 속한 가구의\n주택보유상태를 선택해주세요."
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_gravity=
"bottom"
android:background=
"@drawable/question_mark_image"
/>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:orientation=
"vertical"
>
<
Relative
Layout
<
Linear
Layout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/yesButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_margin=
"5dp"
android:layout_weight=
"1"
android:background=
"@drawable/button_selector"
android:text=
"보유"
android:textColor=
"#757575"
android:textOff=
"보유"
android:textOn=
"보유"
android:textSize=
"16dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/noButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/button_selector"
android:text=
"미보유"
android:textColor=
"#757575"
android:textOff=
"미보유"
android:textOn=
"미보유"
android:textSize=
"16dp"
android:layout_margin=
"5dp"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id=
"@+id/subLinearLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:orientation=
"vertical"
android:visibility=
"visible"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:gravity=
"center"
android:orientation=
"horizontal"
>
<TextView
android:id=
"@+id/explainTextView"
android:id=
"@+id/explainTextView
1
"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_centerHorizontal=
"true"
android:layout_centerVertical=
"true"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"11. 보호자의 주택보유 상태를 선택해주세요."
/>
android:text=
"13-1. 자신이 속한 가구의\n 주거유형을 모두 선택해주세요."
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
</LinearLayout>
<Button
android:id=
"@+id/questionButton"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"center"
android:layout_toRightOf=
"@id/explainTextView"
android:backgroundTint=
"#1E90FF"
android:gravity=
"center"
android:text=
" ? "
android:textSize=
"8sp"
/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
...
...
@@ -186,17 +284,32 @@
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/yesButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:id=
"@+id/jeonsaeButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"보유"
android:textOff=
"보유"
android:textOn=
"보유"
/>
android:background=
"@drawable/circle_selector"
android:text=
"전세"
android:textColor=
"#757575"
android:textOff=
"전세"
android:textOn=
"전세"
android:textSize=
"16dp"
/>
</LinearLayout>
<ToggleButton
android:id=
"@+id/wolseButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/circle_selector"
android:text=
"월세"
android:textOff=
"월세"
android:textOn=
"월세"
android:textSize=
"16dp"
android:textColor=
"#757575"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
...
...
@@ -204,178 +317,101 @@
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/noButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:id=
"@+id/kongkongButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"미보유"
android:textOff=
"미보유"
android:textOn=
"미보유"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id=
"@+id/subLayout"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:orientation=
"vertical"
android:visibility=
"gone"
>
android:background=
"@drawable/circle_selector"
android:text=
"공공(임대)주택"
android:textColor=
"#757575"
android:textOff=
"공공(임대)주택"
android:textOn=
"공공(임대)주택"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<ToggleButton
android:id=
"@+id/moosangButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/circle_selector"
android:text=
"무상임대"
android:textColor=
"#757575"
android:textOff=
"무상임대"
android:textOn=
"무상임대"
android:textSize=
"16dp"
/>
</LinearLayout>
<
Relative
Layout
<
Linear
Layout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<TextView
android:id=
"@+id/explainSub1TextView"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_centerInParent=
"true"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"11-1. 주거유형(보호자)를 선택해주세요."
/>
<Button
android:id=
"@+id/questionSub1Button"
android:layout_width=
"30dp"
android:layout_height=
"30dp"
android:layout_gravity=
"center"
android:layout_toRightOf=
"@id/explainSub1TextView"
android:backgroundTint=
"#1E90FF"
android:gravity=
"center"
android:text=
" ? "
android:textSize=
"8sp"
/>
</RelativeLayout>
</LinearLayout>
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<ToggleButton
android:id=
"@+id/bojangButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/circle_selector"
android:text=
"보장기관제공주거"
android:textColor=
"#757575"
android:textOff=
"보장기관제공주거"
android:textOn=
"보장기관제공주거"
android:textSize=
"16dp"
/>
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/jeonsaeButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"전세"
android:textOff=
"전세"
android:textOn=
"전세"
/>
<ToggleButton
android:id=
"@+id/wolseButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"월세"
android:textOff=
"월세"
android:textOn=
"월세"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/kongkongButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"공공(임대)주택"
android:textOff=
"공공(임대)주택"
android:textOn=
"공공(임대)주택"
/>
<ToggleButton
android:id=
"@+id/moosangButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"무상임대"
android:textOff=
"무상임대"
android:textOn=
"무상임대"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"horizontal"
>
<ToggleButton
android:id=
"@+id/bojangButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"보장기관제공주거"
android:textOff=
"보장기관제공주거"
android:textOn=
"보장기관제공주거"
/>
<ToggleButton
android:id=
"@+id/guitarButton"
android:layout_width=
"300dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"@drawable/profil_selector"
android:text=
"기타"
android:textOff=
"기타"
android:textOn=
"기타"
/>
</LinearLayout>
<ToggleButton
android:id=
"@+id/guitarButton"
android:layout_width=
"100dp"
android:layout_height=
"100dp"
android:layout_margin=
"10dp"
android:layout_weight=
"1"
android:background=
"@drawable/circle_selector"
android:text=
"기타"
android:textColor=
"#757575"
android:textOff=
"기타"
android:textOn=
"기타"
android:textSize=
"16dp"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
</LinearLayout>
</ScrollView>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"이전 단계로"
/>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"15dp"
android:orientation=
"horizontal"
></LinearLayout>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"다음 단계로"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
>
<Button
android:id=
"@+id/previousButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#F4F4F4"
android:text=
"이전 단계로"
android:textColor=
"#757575"
/>
<Button
android:id=
"@+id/nextButton"
android:layout_width=
"10dp"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:background=
"#29ABE2"
android:text=
"다음 단계로"
android:textColor=
"#FFFFFF"
/>
</LinearLayout>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...
...
vip/app/src/main/res/layout/activity_input_profil_third_five.xml
View file @
13c2a9c
...
...
@@ -163,12 +163,12 @@
android:layout_height=
"wrap_content"
android:layout_gravity=
"center"
android:gravity=
"center"
android:text=
"1
0. 자신의 장애 유무
를 선택해주세요."
android:text=
"1
1. 자신의 건강상태
를 선택해주세요."
android:textColor=
"#4A4A4A"
android:textSize=
"20dp"
/>
<Button
android:id=
"@+id/questionButton
2
"
android:id=
"@+id/questionButton"
android:layout_width=
"20dp"
android:layout_height=
"20dp"
android:layout_gravity=
"bottom"
...
...
Please
register
or
login
to post a comment