신기성

saving point

Showing 34 changed files with 684 additions and 98 deletions
......@@ -96,6 +96,8 @@ class DetailActivity : AppCompatActivity() {
}
R.id.favorBtn ->{
}
R.id.linkBtn ->{
val intent = Intent(Intent.ACTION_VIEW, Uri.parse(memo.Link))
......
......@@ -126,11 +126,49 @@ class InputProfilFifthFourActivity : AppCompatActivity() {
questionButton.setOnClickListener {
val builder = AlertDialog.Builder(this)
val dialogView = layoutInflater.inflate(R.layout.dialog_example, null)
val dialogView = layoutInflater.inflate(R.layout.dialog_scroll, 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="주민등록상 같은 거주지에 사는 사람"
dialogView.findViewById<TextView>(R.id.dialogScrollTitle).text="용어설명"
dialogView.findViewById<TextView>(R.id.dialogScrollContent1).text="①\t ‘부채금액’이란? : 금융기관 대출금, 공증된 사채 등으로 차용한 금액 중 미상환액\n" +
" \n" +
"[ 부채로 인정하는 범위 ]\n" +
"(1)\t금융기관 대출금\n" +
"(2)\t금융기관 외 기관 대출금: 공공기관 대출금(지방자치단체, 국가보훈처, 공적연금기관, 근로복지공단, 주택공사, 한국장학재단 등 공공기관의 운영에 관한 법률 제4조에 따른 공공기관), , 한국자산관리공사(캠코)가 인수한 부실채권으로 공사가 증명한 부채, 미소금융재단의 미소금융 대출금, 한국해비타트(사)에서 집짓기 사업을 지원받아 주택을 소유한 수급(권)자의 상환 대상 지원금\n" +
"(3)\t법에 근거한 공제회 대출금: 군인공제회, 한국교직원공제회, 지방행정공제회, 소방공제회, 철도공제회 등\n" +
"(4)\t개인 간 부채(사채): 법원 판결문(지급명령, 지급결정 포함)으로 확인된 사채, 법원의 화해·조정조서로 확인된 사채 ※ 공정증서에 의해서 공증된 사채 불인정\n" +
"(5)\t임차인에게 받은 임대보증금\n" +
"(6)\t기초생활보장에서는 모든 부채에 대해 부채의 용도를 확인하여 용도가 명확한 경우(의료비, 학비, 주거, 일반부채) 부채로 인정\n" +
"\n" +
"[ 부채로 인정되지 않는 경우 ]\n" +
"(1)\t연대보증인으로 표기된 경우(신청인이 주채무자인 경우에만 인정)\n" +
"(2)\t당권·질권이 설정된 경우는 담보 설정액이 아닌 실제 대출금을 부채로 산정\n" +
"(3)\t한도 대출(일명 '마이너스 대출')\n" +
"(4)\t신용카드회사에서 제공하는 단기간의 신용대출(카드론) 및 1년 이내의 단기간의 어음할인 대출\n" +
"(5)\t신용회복위원회에서 확인해 준 부채(원 채권기관인 금융기관 등에서 해당 부태 증명 별도 필요)\n" +
"(6)\t법원에 의하여 확인된 사채 이외의 모든 개인 간 부채\n"
//dialogView.findViewById<TextView>(R.id.dialogScrollContent2).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent2).text="근로소득(1) 또는 사업소득(2)의 월평균 금액을 입력하여 주시기 바랍니다.\n" +
"\n" +
"(1)근로소득: 상시근로자 소득*, 일용근로자 소득**, 자활근로자 소득***, 공공일자리 소득****의 합\n" +
"* 상시근로소득: 3개월 이상 계속적으로 고용되어 월정액 급여를 지급받는 자의 근로소득\n" +
"** 일용근로소득: 근로계약에 따라 일정한 고용주에게 3개월 이상 계속하여 고용되지 아니한 자, 건설공사 종사자(동일한 고용주에게 계속하여 1년 이상 고용된 자 제외), 하역(항만)작업 종사자(통상 근로를 제공한 날에 급여를 지급받지 아니하고 정기적으로 근로대가를 받는 자)\n" +
"*** 자활근로소득: 자활근로, 자활공공근로, 자활기업, 취업성공패키지(고용노동부)의 일경험지원프로그램 등 자활급여의 일환으로 사업에 참여하여 근로를 제공하고 받는 급여 및 수당\n" +
"**** 공공일자리소득: 노인일자리사업, 장애인일자리사업, 공공근로 등에 참여한 대가로 얻는 소득\n" +
"\n" +
"(2) 사업소득: 농업소득*, 임업소득**, 어업소득***, 기타소득****의 합\n" +
"* 농업소득: 경종업, 과수·원예업, 양잠업, 종묘업, 특수작물생산업, 가축의 사육업, 종축업 또는 부화업 등과 이에 부수하는 업무에서 얻는 소득\n" +
"** 임업소득: 영림업·임산물생산업 또는 야생조수사육업과 이에 부수하는 업무에서 얻는 소득\n" +
"*** 어업소득: 어업과 이에 부수하는 업무에서 얻는 소득\n" +
"**** 기타사업소득: 도매업·소매업, 제조업, 기타 사업에서 얻는 소득"
//dialogView.findViewById<TextView>(R.id.dialogScrollContent3).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent3).text="- 그 외 소득이란?"
//dialogView.findViewById<TextView>(R.id.dialogScrollContent4).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent4).text="재산소득, 공적이전소득 등의 월평균 금액을 입력하여 주시기 바랍니다."
//dialogView.findViewById<TextView>(R.id.dialogScrollContent5).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent5).text=""
//dialogView.findViewById<TextView>(R.id.dialogScrollContent6).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent6).text=""
builder.setView(dialogView)
.setPositiveButton("확인") { dialogInterface, i ->
......
......@@ -6,6 +6,7 @@ import android.content.SharedPreferences
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import android.util.Log
import android.view.View.VISIBLE
import android.widget.TextView
import android.widget.Toast
import androidx.appcompat.app.AlertDialog
......@@ -125,14 +126,36 @@ class InputProfilFifthOneActivity : AppCompatActivity() {
questionButton.setOnClickListener {
val builder = AlertDialog.Builder(this)
val dialogView = layoutInflater.inflate(R.layout.dialog_example, null)
val dialogView = layoutInflater.inflate(R.layout.dialog_scroll, 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="주민등록상 같은 거주지에 사는 사람"
dialogView.findViewById<TextView>(R.id.dialogScrollTitle).text="용어설명"
dialogView.findViewById<TextView>(R.id.dialogScrollContent1).text="- 근로/사업소득이란?"
dialogView.findViewById<TextView>(R.id.dialogScrollContent2).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogScrollContent2).text="근로소득(1) 또는 사업소득(2)의 월평균 금액을 입력하여 주시기 바랍니다.\n" +
"\n" +
"(1)근로소득: 상시근로자 소득*, 일용근로자 소득**, 자활근로자 소득***, 공공일자리 소득****의 합\n" +
"* 상시근로소득: 3개월 이상 계속적으로 고용되어 월정액 급여를 지급받는 자의 근로소득\n" +
"** 일용근로소득: 근로계약에 따라 일정한 고용주에게 3개월 이상 계속하여 고용되지 아니한 자, 건설공사 종사자(동일한 고용주에게 계속하여 1년 이상 고용된 자 제외), 하역(항만)작업 종사자(통상 근로를 제공한 날에 급여를 지급받지 아니하고 정기적으로 근로대가를 받는 자)\n" +
"*** 자활근로소득: 자활근로, 자활공공근로, 자활기업, 취업성공패키지(고용노동부)의 일경험지원프로그램 등 자활급여의 일환으로 사업에 참여하여 근로를 제공하고 받는 급여 및 수당\n" +
"**** 공공일자리소득: 노인일자리사업, 장애인일자리사업, 공공근로 등에 참여한 대가로 얻는 소득\n" +
"\n" +
"(2) 사업소득: 농업소득*, 임업소득**, 어업소득***, 기타소득****의 합\n" +
"* 농업소득: 경종업, 과수·원예업, 양잠업, 종묘업, 특수작물생산업, 가축의 사육업, 종축업 또는 부화업 등과 이에 부수하는 업무에서 얻는 소득\n" +
"** 임업소득: 영림업·임산물생산업 또는 야생조수사육업과 이에 부수하는 업무에서 얻는 소득\n" +
"*** 어업소득: 어업과 이에 부수하는 업무에서 얻는 소득\n" +
"**** 기타사업소득: 도매업·소매업, 제조업, 기타 사업에서 얻는 소득"
dialogView.findViewById<TextView>(R.id.dialogScrollContent3).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogScrollContent3).text="- 그 외 소득이란?"
dialogView.findViewById<TextView>(R.id.dialogScrollContent4).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogScrollContent4).text="재산소득, 공적이전소득 등의 월평균 금액을 입력하여 주시기 바랍니다."
dialogView.findViewById<TextView>(R.id.dialogScrollContent5).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogScrollContent5).text=""
dialogView.findViewById<TextView>(R.id.dialogScrollContent6).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogScrollContent6).text=""
builder.setView(dialogView)
.setPositiveButton("확인") { dialogInterface, i ->
.setPositiveButton("이해했어요 :)") { dialogInterface, i ->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
......
......@@ -125,11 +125,44 @@ class InputProfilFifthThreeActivity : AppCompatActivity() {
questionButton.setOnClickListener {
val builder = AlertDialog.Builder(this)
val dialogView = layoutInflater.inflate(R.layout.dialog_example, null)
val dialogView = layoutInflater.inflate(R.layout.dialog_scroll, 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="주민등록상 같은 거주지에 사는 사람"
dialogView.findViewById<TextView>(R.id.dialogScrollTitle).text="용어설명"
dialogView.findViewById<TextView>(R.id.dialogScrollContent1).text="① ‘주거용 재산’이란? : 거주를 목적으로 하는 주택, 부속토지 등의 금액\n" +
"- 단독주택, 공동주택, 준주택(기숙사, 고시원, 노인복지주택, 오피스텔) 및 그 부속토지 또는 임차보증금(전세금 포함)\n" +
"- 이외에도 일용품 등의 소매점, 미용원 등 해당 재산이 거주를 목적으로 하는 경우\n" +
"지방세법의 시가표준액을 기준으로 공시지가에 면적(㎡)을 곱한 금액을 입력(1평은 약 3.3㎡)\n" +
"\n" +
"③\t ‘주거 외 재산’이란? : 주거용 목적 이외의 주택, 건물, 시설물, 토지, 임차보증금(1) 의 금액 \n" +
"\n" +
"(1) 임차보증금 : 주택, 상가 등을 일정기간 임차하는 대가로 소유권자에게 예탁한 보증금(전세금포함) \n" +
"- 토지, 건축물, 입목재산, 각종 회원권, 어업권, 선박, 항공기: (지방세법) 시가표준액\n" +
"- 가축, 종묘등의 동산: 현재 시가(신고가액)\n" +
"\n" +
"④\t ‘금융재산’이란? : 현금, 수표, 어음, 주식, 국공채 등 유가증권, 예금, 적금, 부금, 보험, 수익증권 등의 총 금액\n"
//dialogView.findViewById<TextView>(R.id.dialogScrollContent2).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent2).text="근로소득(1) 또는 사업소득(2)의 월평균 금액을 입력하여 주시기 바랍니다.\n" +
"\n" +
"(1)근로소득: 상시근로자 소득*, 일용근로자 소득**, 자활근로자 소득***, 공공일자리 소득****의 합\n" +
"* 상시근로소득: 3개월 이상 계속적으로 고용되어 월정액 급여를 지급받는 자의 근로소득\n" +
"** 일용근로소득: 근로계약에 따라 일정한 고용주에게 3개월 이상 계속하여 고용되지 아니한 자, 건설공사 종사자(동일한 고용주에게 계속하여 1년 이상 고용된 자 제외), 하역(항만)작업 종사자(통상 근로를 제공한 날에 급여를 지급받지 아니하고 정기적으로 근로대가를 받는 자)\n" +
"*** 자활근로소득: 자활근로, 자활공공근로, 자활기업, 취업성공패키지(고용노동부)의 일경험지원프로그램 등 자활급여의 일환으로 사업에 참여하여 근로를 제공하고 받는 급여 및 수당\n" +
"**** 공공일자리소득: 노인일자리사업, 장애인일자리사업, 공공근로 등에 참여한 대가로 얻는 소득\n" +
"\n" +
"(2) 사업소득: 농업소득*, 임업소득**, 어업소득***, 기타소득****의 합\n" +
"* 농업소득: 경종업, 과수·원예업, 양잠업, 종묘업, 특수작물생산업, 가축의 사육업, 종축업 또는 부화업 등과 이에 부수하는 업무에서 얻는 소득\n" +
"** 임업소득: 영림업·임산물생산업 또는 야생조수사육업과 이에 부수하는 업무에서 얻는 소득\n" +
"*** 어업소득: 어업과 이에 부수하는 업무에서 얻는 소득\n" +
"**** 기타사업소득: 도매업·소매업, 제조업, 기타 사업에서 얻는 소득"
//dialogView.findViewById<TextView>(R.id.dialogScrollContent3).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent3).text="- 그 외 소득이란?"
//dialogView.findViewById<TextView>(R.id.dialogScrollContent4).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent4).text="재산소득, 공적이전소득 등의 월평균 금액을 입력하여 주시기 바랍니다."
//dialogView.findViewById<TextView>(R.id.dialogScrollContent5).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent5).text=""
//dialogView.findViewById<TextView>(R.id.dialogScrollContent6).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent6).text=""
builder.setView(dialogView)
.setPositiveButton("확인") { dialogInterface, i ->
......
......@@ -127,11 +127,38 @@ class InputProfilFifthTwoActivity : AppCompatActivity() {
questionButton.setOnClickListener {
val builder = AlertDialog.Builder(this)
val dialogView = layoutInflater.inflate(R.layout.dialog_example, null)
val dialogView = layoutInflater.inflate(R.layout.dialog_scroll, 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="주민등록상 같은 거주지에 사는 사람"
dialogView.findViewById<TextView>(R.id.dialogScrollTitle).text="건강보험료란?"
dialogView.findViewById<TextView>(R.id.dialogScrollContent1).text="직접 건강보험료를 내지 않는 경우에 의해 부양자의 가입구분에 맞춰 \"피부양자(직장)\" 또는 \"피부양자(지역)\"을 선택\n" +
"\n" +
"①\t의료급여 : 의료급여 수급권자인 경우\n" +
"②\t직장 : 직장보험 가입자인 경우\n" +
"③\t지역 : 지역보험 가입자인 경우\n" +
"④\t피부양자(직장), 피부양자(지역) : 직접 건강보험료를 내지 않는 경우 부양자의 가입구분에 맞춰 선택\n"
//dialogView.findViewById<TextView>(R.id.dialogScrollContent2).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent2).text="근로소득(1) 또는 사업소득(2)의 월평균 금액을 입력하여 주시기 바랍니다.\n" +
"\n" +
"(1)근로소득: 상시근로자 소득*, 일용근로자 소득**, 자활근로자 소득***, 공공일자리 소득****의 합\n" +
"* 상시근로소득: 3개월 이상 계속적으로 고용되어 월정액 급여를 지급받는 자의 근로소득\n" +
"** 일용근로소득: 근로계약에 따라 일정한 고용주에게 3개월 이상 계속하여 고용되지 아니한 자, 건설공사 종사자(동일한 고용주에게 계속하여 1년 이상 고용된 자 제외), 하역(항만)작업 종사자(통상 근로를 제공한 날에 급여를 지급받지 아니하고 정기적으로 근로대가를 받는 자)\n" +
"*** 자활근로소득: 자활근로, 자활공공근로, 자활기업, 취업성공패키지(고용노동부)의 일경험지원프로그램 등 자활급여의 일환으로 사업에 참여하여 근로를 제공하고 받는 급여 및 수당\n" +
"**** 공공일자리소득: 노인일자리사업, 장애인일자리사업, 공공근로 등에 참여한 대가로 얻는 소득\n" +
"\n" +
"(2) 사업소득: 농업소득*, 임업소득**, 어업소득***, 기타소득****의 합\n" +
"* 농업소득: 경종업, 과수·원예업, 양잠업, 종묘업, 특수작물생산업, 가축의 사육업, 종축업 또는 부화업 등과 이에 부수하는 업무에서 얻는 소득\n" +
"** 임업소득: 영림업·임산물생산업 또는 야생조수사육업과 이에 부수하는 업무에서 얻는 소득\n" +
"*** 어업소득: 어업과 이에 부수하는 업무에서 얻는 소득\n" +
"**** 기타사업소득: 도매업·소매업, 제조업, 기타 사업에서 얻는 소득"
//dialogView.findViewById<TextView>(R.id.dialogScrollContent3).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent3).text="- 그 외 소득이란?"
//dialogView.findViewById<TextView>(R.id.dialogScrollContent4).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent4).text="재산소득, 공적이전소득 등의 월평균 금액을 입력하여 주시기 바랍니다."
//dialogView.findViewById<TextView>(R.id.dialogScrollContent5).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent5).text=""
//dialogView.findViewById<TextView>(R.id.dialogScrollContent6).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogScrollContent6).text=""
builder.setView(dialogView)
.setPositiveButton("확인") { dialogInterface, i ->
......@@ -169,21 +196,25 @@ class InputProfilFifthTwoActivity : AppCompatActivity() {
pibooyaangjiyeokButton.isChecked=false
uieryoButton.isChecked=false
editText1.setText(null)
}
pibooyaangjiyeokButton.setOnClickListener {
subLinearLayout.visibility= GONE
jikjaangButton.isChecked=false
jiyeokButton.isChecked=false
pibooyaangjiyeokButton.isChecked=false
pibooyaangjikjaangButton.isChecked=false
uieryoButton.isChecked=false
subLinearLayout.visibility= GONE
editText1.setText(null)
}
uieryoButton.setOnClickListener {
subLinearLayout.visibility= GONE
jikjaangButton.isChecked=false
jiyeokButton.isChecked=false
pibooyaangjiyeokButton.isChecked=false
pibooyaangjikjaangButton.isChecked=false
subLinearLayout.visibility= GONE
editText1.setText(null)
}
......
......@@ -145,5 +145,16 @@ class InputProfilFirstSixActivity : AppCompatActivity() {
startActivity(intent)
}
gagoojooButton.setOnClickListener {
if(gagoowonButton.isChecked==true){
gagoowonButton.isChecked=false
}
}
gagoowonButton.setOnClickListener {
if(gagoojooButton.isChecked==true){
gagoojooButton.isChecked=false
}
}
}
}
......
......@@ -162,6 +162,17 @@ class InputProfilFirstThreeActivity : AppCompatActivity() {
}
}
manButton.setOnClickListener {
if(womanButton.isChecked==true){
womanButton.isChecked=false
}
}
womanButton.setOnClickListener {
if(manButton.isChecked==true){
manButton.isChecked=false
}
}
}
/* i will not use this code start
......
......@@ -6,6 +6,7 @@ import android.content.SharedPreferences
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import android.util.Log
import android.view.View.VISIBLE
import android.widget.TextView
import android.widget.Toast
import androidx.appcompat.app.AlertDialog
......@@ -126,11 +127,21 @@ class InputProfilFourthFiveActivity : AppCompatActivity() {
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="주민등록상 같은 거주지에 사는 사람"
dialogView.findViewById<TextView>(R.id.dialogTitle).text="용어설명"
dialogView.findViewById<TextView>(R.id.dialogContent1).text="- 일제강점기 피해자란?"
dialogView.findViewById<TextView>(R.id.dialogContent2).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent2).text="사할린한인(가족), 원폭피해자 및\n유족, 일본군위안부피해자"
dialogView.findViewById<TextView>(R.id.dialogContent3).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent3).text="- 특수상황 피해자란?"
dialogView.findViewById<TextView>(R.id.dialogContent4).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent4).text="석면피해(특별유족), 의사상자 및\n유족, 의사자의 장제를 행한자,\n한센인 피해자, 전후납북피해자"
dialogView.findViewById<TextView>(R.id.dialogContent5).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent5).text="- 산업재해 피해자/가족이란?"
dialogView.findViewById<TextView>(R.id.dialogContent6).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent6).text="업무상의 사유에 따른 근로자의\n부상, 질병, 장해 또는 사망 의미\n (진폐장애, 분진작업근로자 포함)"
builder.setView(dialogView)
.setPositiveButton("확인") { dialogInterface, i ->
.setPositiveButton("이해했어요 :)") { dialogInterface, i ->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
......@@ -182,6 +193,16 @@ class InputProfilFourthFiveActivity : AppCompatActivity() {
startActivity(intent)
}
nothingButton.setOnClickListener {
iljaeButton.isChecked=false
specialpihaeButton.isChecked=false
sanuppihaeButton.isChecked=false
guitarButton.isChecked=false
}
iljaeButton.setOnClickListener { nothingButton.isChecked=false}
specialpihaeButton.setOnClickListener { nothingButton.isChecked=false}
sanuppihaeButton.setOnClickListener { nothingButton.isChecked=false}
guitarButton.setOnClickListener { nothingButton.isChecked=false}
}
}
......
......@@ -6,6 +6,7 @@ import android.content.SharedPreferences
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import android.util.Log
import android.view.View.VISIBLE
import android.widget.TextView
import android.widget.Toast
import androidx.appcompat.app.AlertDialog
......@@ -129,11 +130,21 @@ class InputProfilFourthFourActivity : AppCompatActivity() {
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="주민등록상 같은 거주지에 사는 사람"
dialogView.findViewById<TextView>(R.id.dialogTitle).text="용어설명"
dialogView.findViewById<TextView>(R.id.dialogContent1).text="- 폭력이란?"
dialogView.findViewById<TextView>(R.id.dialogContent2).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent2).text="가정폭력, 성매매, 성폭력, 학교폭력"
dialogView.findViewById<TextView>(R.id.dialogContent3).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent3).text="- 피해/학대란?"
dialogView.findViewById<TextView>(R.id.dialogContent4).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent4).text="타인의 범죄로 인한 피해/학대"
dialogView.findViewById<TextView>(R.id.dialogContent5).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent5).text="- 재해란?"
dialogView.findViewById<TextView>(R.id.dialogContent6).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent6).text="자연재해 및 화재 피해"
builder.setView(dialogView)
.setPositiveButton("확인") { dialogInterface, i ->
.setPositiveButton("이해했어요 :)") { dialogInterface, i ->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
......@@ -168,7 +179,27 @@ class InputProfilFourthFourActivity : AppCompatActivity() {
startActivity(intent)
}
nothingButton.setOnClickListener {
pokryukButton.isChecked=false
pihaeButton.isChecked=false
kachoolButton.isChecked=false
sagoButton.isChecked=false
ihonButton.isChecked=false
jaehaeButton.isChecked=false
hakkyobaakButton.isChecked=false
siljikButton.isChecked=false
guitarButton.isChecked=false
}
pokryukButton.setOnClickListener { nothingButton.isChecked=false }
pihaeButton.setOnClickListener { nothingButton.isChecked=false}
kachoolButton.setOnClickListener { nothingButton.isChecked=false}
sagoButton.setOnClickListener { nothingButton.isChecked=false}
ihonButton.setOnClickListener { nothingButton.isChecked=false}
jaehaeButton.setOnClickListener { nothingButton.isChecked=false}
hakkyobaakButton.setOnClickListener { nothingButton.isChecked=false}
siljikButton.setOnClickListener { nothingButton.isChecked=false}
guitarButton.setOnClickListener { nothingButton.isChecked=false}
......
......@@ -131,11 +131,21 @@ class InputProfilFourthOneActivity : AppCompatActivity() {
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="주민등록상 같은 거주지에 사는 사람"
dialogView.findViewById<TextView>(R.id.dialogTitle).text="미보유란?"
dialogView.findViewById<TextView>(R.id.dialogContent1).text="재산상 주택을 소유하지 않은 경우"
//dialogView.findViewById<TextView>(R.id.dialogContent2).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogContent2).text="암, 심장병, 뇌질환, 희귀난치성\n질환 등 중증질환"
//dialogView.findViewById<TextView>(R.id.dialogContent3).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogContent3).text="- 중증질환 외 질병이란?"
//dialogView.findViewById<TextView>(R.id.dialogContent4).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogContent4).text="만성질환자, 당뇨, 고혈압, 결핵,\n선천성대사이상, 치매(파킨슨) 등"
//dialogView.findViewById<TextView>(R.id.dialogContent5).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogContent5).text=""
//dialogView.findViewById<TextView>(R.id.dialogContent6).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogContent6).text=""
builder.setView(dialogView)
.setPositiveButton("확인") { dialogInterface, i ->
.setPositiveButton("이해했어요 :)") { dialogInterface, i ->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
......@@ -166,6 +176,12 @@ class InputProfilFourthOneActivity : AppCompatActivity() {
yesButton.setOnClickListener {
subLinearLayout.visibility=GONE
noButton.isChecked=false
jeonsaeButton.isChecked=false
wolseButton.isChecked=false
kongkongButton.isChecked=false
moosangButton.isChecked=false
bojangButton.isChecked=false
guitarButton.isChecked=false
}
noButton.setOnClickListener {
......
......@@ -6,6 +6,7 @@ import android.content.SharedPreferences
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import android.util.Log
import android.widget.Button
import android.widget.TextView
import android.widget.Toast
import androidx.appcompat.app.AlertDialog
......@@ -148,5 +149,31 @@ class InputProfilFourthThreeActivity : AppCompatActivity() {
startActivity(intent)
}
nothingButton.setOnClickListener {
jeosodeukButton.isChecked=false
hanboomoButton.isChecked=false
oegookinButton.isChecked=false
damoonhwaButton.isChecked=false
jaangaeButton.isChecked=false
imshinchoolsanButton.isChecked=false
ipyaangButton.isChecked=false
gaajungButton.isChecked=false
bookhanButton.isChecked=false
gookgayoogongButton.isChecked=false
guitarButton.isChecked=false
}
jeosodeukButton.setOnClickListener{nothingButton.isChecked=false}
hanboomoButton.setOnClickListener{nothingButton.isChecked=false}
oegookinButton.setOnClickListener{nothingButton.isChecked=false}
damoonhwaButton.setOnClickListener{nothingButton.isChecked=false}
jaangaeButton.setOnClickListener{nothingButton.isChecked=false}
imshinchoolsanButton.setOnClickListener{nothingButton.isChecked=false}
ipyaangButton.setOnClickListener{nothingButton.isChecked=false}
gaajungButton.setOnClickListener{nothingButton.isChecked=false}
bookhanButton.setOnClickListener{nothingButton.isChecked=false}
gookgayoogongButton.setOnClickListener{nothingButton.isChecked=false}
guitarButton.setOnClickListener{nothingButton.isChecked=false}
}
}
......
......@@ -130,11 +130,21 @@ class InputProfilFourthTwoActivity : AppCompatActivity() {
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="주민등록상 같은 거주지에 사는 사람"
dialogView.findViewById<TextView>(R.id.dialogTitle).text="미보유란?"
dialogView.findViewById<TextView>(R.id.dialogContent1).text="재산상 주택을 소유하지 않은 경우"
//dialogView.findViewById<TextView>(R.id.dialogContent2).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogContent2).text="암, 심장병, 뇌질환, 희귀난치성\n질환 등 중증질환"
//dialogView.findViewById<TextView>(R.id.dialogContent3).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogContent3).text="- 중증질환 외 질병이란?"
//dialogView.findViewById<TextView>(R.id.dialogContent4).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogContent4).text="만성질환자, 당뇨, 고혈압, 결핵,\n선천성대사이상, 치매(파킨슨) 등"
//dialogView.findViewById<TextView>(R.id.dialogContent5).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogContent5).text=""
//dialogView.findViewById<TextView>(R.id.dialogContent6).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogContent6).text=""
builder.setView(dialogView)
.setPositiveButton("확인") { dialogInterface, i ->
.setPositiveButton("이해했어요 :)") { dialogInterface, i ->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
......@@ -171,6 +181,12 @@ class InputProfilFourthTwoActivity : AppCompatActivity() {
yesButton.setOnClickListener {
subLinearLayout.visibility=GONE
noButton.isChecked=false
jeonsaeButton.isChecked=false
wolseButton.isChecked=false
kongkongButton.isChecked=false
moosangButton.isChecked=false
bojangButton.isChecked=false
guitarButton.isChecked=false
}
noButton.setOnClickListener {
subLinearLayout.visibility=VISIBLE
......
......@@ -14,7 +14,6 @@ import com.google.firebase.auth.FirebaseAuth
import com.google.firebase.database.FirebaseDatabase
import com.google.firebase.iid.FirebaseInstanceId
import com.google.firebase.messaging.FirebaseMessaging
import com.marcinmoskala.math.combinations
import kotlinx.android.synthetic.main.activity_input_profil_second_one.*
class InputProfilSecondOneActivity : AppCompatActivity() {
......@@ -126,11 +125,11 @@ class InputProfilSecondOneActivity : AppCompatActivity() {
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="주민등록상 같은 거주지에 사는 사람"
dialogView.findViewById<TextView>(R.id.dialogTitle).text="'가구'란 ?"
dialogView.findViewById<TextView>(R.id.dialogContent1).text="1명이 단독으로 생계를 영위\n하거나 2명 이상이 공동으로\n취사/취침 등을 하며 생계를 \n영위하는 생활 단위"
builder.setView(dialogView)
.setPositiveButton("확인") { dialogInterface, i ->
.setPositiveButton("이해했어요 :)") { dialogInterface, i ->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
......@@ -142,6 +141,8 @@ class InputProfilSecondOneActivity : AppCompatActivity() {
}
*/
.show()
}
previousButton.setOnClickListener {
......@@ -182,5 +183,36 @@ class InputProfilSecondOneActivity : AppCompatActivity() {
startActivity(intent)
}
}
nothingButton.setOnClickListener {
baewoojaButton.isChecked=false
baewoojaboomoButton.isChecked=false
baewoojajoboomoButton.isChecked=false
brotherButton.isChecked=false
baewoojabrotherButton.isChecked=false
donggeoButton.isChecked=false
fatherButton.isChecked=false
motherButton.isChecked=false
grandsonbaewoojaButton.isChecked=false
grandfatherButton.isChecked=false
grandmotherButton.isChecked=false
grandsonButton.isChecked=false
janyeoButton.isChecked=false
janyeobaewoojaButton.isChecked=false
}
baewoojaButton.setOnClickListener { nothingButton.isChecked=false}
baewoojaboomoButton.setOnClickListener { nothingButton.isChecked=false}
baewoojajoboomoButton.setOnClickListener { nothingButton.isChecked=false}
brotherButton.setOnClickListener { nothingButton.isChecked=false}
baewoojabrotherButton.setOnClickListener { nothingButton.isChecked=false}
donggeoButton.setOnClickListener { nothingButton.isChecked=false}
fatherButton.setOnClickListener { nothingButton.isChecked=false}
motherButton.setOnClickListener { nothingButton.isChecked=false}
grandsonbaewoojaButton.setOnClickListener { nothingButton.isChecked=false}
grandfatherButton.setOnClickListener { nothingButton.isChecked=false}
grandmotherButton.setOnClickListener { nothingButton.isChecked=false}
grandsonButton.setOnClickListener { nothingButton.isChecked=false}
janyeoButton.setOnClickListener { nothingButton.isChecked=false}
janyeobaewoojaButton.setOnClickListener { nothingButton.isChecked=false}
}
}
......
......@@ -6,6 +6,8 @@ import android.content.SharedPreferences
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import android.util.Log
import android.view.View.VISIBLE
import android.widget.Button
import android.widget.TextView
import android.widget.Toast
import androidx.appcompat.app.AlertDialog
......@@ -15,11 +17,11 @@ import com.google.firebase.database.FirebaseDatabase
import com.google.firebase.iid.FirebaseInstanceId
import com.google.firebase.messaging.FirebaseMessaging
import kotlinx.android.synthetic.main.activity_input_profil_third_five.*
import kotlinx.android.synthetic.main.activity_input_profil_third_four.*
import kotlinx.android.synthetic.main.activity_input_profil_third_four.nextButton
import kotlinx.android.synthetic.main.activity_input_profil_third_four.previousButton
import kotlinx.android.synthetic.main.activity_input_profil_third_four.skipButton
import kotlinx.android.synthetic.main.activity_input_profil_third_four.toolbar
import kotlinx.android.synthetic.main.dialog_example.*
class InputProfilThirdFiveActivity : AppCompatActivity() {
......@@ -66,6 +68,41 @@ class InputProfilThirdFiveActivity : AppCompatActivity() {
}
//pushing code end
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.dialogContent1).text="- 희귀 난치성, 중증질환이란?"
dialogView.findViewById<TextView>(R.id.dialogContent2).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent2).text="암, 심장병, 뇌질환, 희귀난치성\n질환 등 중증질환"
dialogView.findViewById<TextView>(R.id.dialogContent3).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent3).text="- 중증질환 외 질병이란?"
dialogView.findViewById<TextView>(R.id.dialogContent4).visibility= VISIBLE
dialogView.findViewById<TextView>(R.id.dialogContent4).text="만성질환자, 당뇨, 고혈압, 결핵,\n선천성대사이상, 치매(파킨슨) 등"
//dialogView.findViewById<TextView>(R.id.dialogContent5).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogContent5).text=""
//dialogView.findViewById<TextView>(R.id.dialogContent6).visibility= VISIBLE
//dialogView.findViewById<TextView>(R.id.dialogContent6).text=""
builder.setView(dialogView)
.setPositiveButton("이해했어요 :)") { dialogInterface, i ->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
}
/*
.setNegativeButton("취소") { dialogInterface, i ->
/* 취소일 때 아무 액션이 없으므로 빈칸 */
}
*/
.show()
}
skipButton.setOnClickListener {
sendToken()
......@@ -143,5 +180,19 @@ class InputProfilThirdFiveActivity : AppCompatActivity() {
var intent = Intent(this, InputProfilFourthOneActivity::class.java)
startActivity(intent)
}
imshinButton.setOnClickListener{nothingButton.isChecked=false}
nanchiButton.setOnClickListener{nothingButton.isChecked=false}
oeButton.setOnClickListener{nothingButton.isChecked=false}
yoyaangButton.setOnClickListener{nothingButton.isChecked=false}
guitarButton.setOnClickListener{nothingButton.isChecked=false}
nothingButton.setOnClickListener {
imshinButton.isChecked=false
nanchiButton.isChecked=false
oeButton.isChecked=false
yoyaangButton.isChecked=false
guitarButton.isChecked=false
}
}
}
......
......@@ -159,10 +159,27 @@ class InputProfilThirdFourActivity : AppCompatActivity() {
yesButton.setOnClickListener {
eightoneLayout.visibility=VISIBLE
noButton.isChecked=false
}
noButton.setOnClickListener {
eightoneLayout.visibility= GONE
yesButton.isChecked=false
jichaeButton.isChecked=false
noebyungbyunButton.isChecked=false
sigaakButton.isChecked=false
chungkaakButton.isChecked=false
unuhButton.isChecked=false
ahnmyunButton.isChecked=false
sinjaangButton.isChecked=false
simjaangButton.isChecked=false
gaanjaangButton.isChecked=false
jaangrooButton.isChecked=false
noejungjeungButton.isChecked=false
hoheupkiButton.isChecked=false
jijukButton.isChecked=false
japyeahButton.isChecked=false
jeongshinButton.isChecked=false
}
......
......@@ -199,7 +199,7 @@ class InputProfilThirdOneActivity : AppCompatActivity() {
editor.putInt("c6_5",1); editor.commit();editor.putString("third_one","done");editor.commit()
}else if(graduateButton.isChecked){
editor.putInt("c6_6",1); editor.commit();editor.putString("third_one","done");editor.commit()
}else if(nothingButton.isChecked){
}else if(specialButton.isChecked){
editor.putInt("c6_7",1); editor.commit();editor.putString("third_one","done");editor.commit()
}else{
......@@ -209,5 +209,14 @@ class InputProfilThirdOneActivity : AppCompatActivity() {
var intent = Intent(this, InputProfilThirdTwoActivity::class.java)
startActivity(intent)
}
nothingButton.setOnClickListener {
elementaryButton.isChecked=false
middleButton.isChecked=false
highButton.isChecked=false
universityButton.isChecked=false
graduateButton.isChecked=false
specialButton.isChecked=false
}
}
}
......
......@@ -131,11 +131,11 @@ class InputProfilThirdTwoActivity : AppCompatActivity() {
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="주민등록상 같은 거주지에 사는 사람"
dialogView.findViewById<TextView>(R.id.dialogTitle).text="구직자란 ?"
dialogView.findViewById<TextView>(R.id.dialogContent1).text="구직의 뜻이 있는 사람"
builder.setView(dialogView)
.setPositiveButton("확인") { dialogInterface, i ->
.setPositiveButton("이해했어요 :)") { dialogInterface, i ->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
......@@ -171,11 +171,16 @@ class InputProfilThirdTwoActivity : AppCompatActivity() {
nojobButton.isChecked=false
sixoneLayout.visibility=VISIBLE
sixtwoLayout.visibility= GONE
entireButton.isChecked=false
startupButton.isChecked=false
seekButton.isChecked=false
}
nojobButton.setOnClickListener {
jobButton.isChecked=false
sixoneLayout.visibility=GONE
sixtwoLayout.visibility= VISIBLE
companyButton.isChecked=false
workerButton.isChecked=false
}
companyButton.setOnClickListener {
workerButton.isChecked=false
......
......@@ -6,6 +6,7 @@ import android.content.SharedPreferences
import android.os.Bundle
import android.view.Menu
import android.view.MenuItem
import android.view.View.GONE
import android.widget.TextView
import android.widget.Toast
import androidx.appcompat.app.ActionBar
......@@ -16,6 +17,7 @@ import androidx.viewpager.widget.ViewPager
import com.google.android.material.bottomnavigation.BottomNavigationView
import com.google.android.material.snackbar.Snackbar
import kotlinx.android.synthetic.main.activity_signin.*
import kotlinx.android.synthetic.main.dialog_example.*
class SignInActivity : AppCompatActivity() {
......@@ -41,22 +43,27 @@ class SignInActivity : AppCompatActivity() {
val editor: SharedPreferences.Editor=prof.edit()
dialogView.findViewById<TextView>(R.id.dialogTitle).text="프로필을 입력해주세요!"
dialogView.findViewById<TextView>(R.id.dialogContent).text="정확한 정책 추천을 얻으려면 더 많은 프로필 정보가 필요해요!"
dialogView.findViewById<TextView>(R.id.dialogContent1).text="정확한 정책 추천을 얻으려면\n더 많은 프로필 정보가 필요해요!"
builder.setView(dialogView)
.setPositiveButton("다음에 하기") { dialogInterface, i ->
.setPositiveButton("지금 할게요 :)") { dialogInterface, i ->
//mainTv.text = dialogText.text.toString()
//mainRb.rating = dialogRatingBar.rating
/* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
}
.setNegativeButton("지금할게요 :)") { dialogInterface, i ->
editor.clear()
val intent = Intent(this, InputProfilFirstOneActivity::class.java)
startActivity(intent)
}
.setNegativeButton("다음에 하기") { dialogInterface, i ->
editor.clear()
}
.show()
//여기서부터 점찍고 설정
.questionImage.visibility=GONE
//팝업창 끝
val policyFieldList = ArrayList<PolicyFieldItem>()
......
......@@ -191,6 +191,7 @@
android:layout_gravity="center"
android:ems="10"
android:gravity="center"
android:hint="ex) 19951029"
android:inputType="date"
android:theme="@style/EditTheme" />
......
......@@ -165,14 +165,6 @@
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_weight="1"
android:orientation="vertical">
</LinearLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
......@@ -355,21 +347,10 @@
</LinearLayout>
</ScrollView>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_weight="1"
android:orientation="vertical"></LinearLayout>
</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">
......
......@@ -237,7 +237,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical"
android:visibility="visible">
android:visibility="gone">
<LinearLayout
android:layout_width="match_parent"
......
......@@ -157,14 +157,6 @@
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_weight="1"
android:orientation="vertical">
</LinearLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
......@@ -368,21 +360,10 @@
</LinearLayout>
</ScrollView>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="100dp"
android:layout_weight="1"
android:orientation="vertical"></LinearLayout>
</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">
......
......@@ -6,32 +6,132 @@
android:gravity="center"
android:orientation="vertical">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginTop="20dp"
android:layout_marginRight="20dp"
android:layout_marginBottom="10dp"
android:gravity="center"
android:orientation="horizontal">
<TextView
android:id="@+id/questionImage"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_gravity="center"
android:layout_marginTop="2dp"
android:background="@drawable/question_mark_image"
android:gravity="center" />
<TextView
android:id="@+id/dialogTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_height="20dp"
android:layout_gravity="center"
android:layout_marginLeft="16dp"
android:layout_marginTop="24dp"
android:layout_marginRight="16dp"
android:layout_marginBottom="16dp"
android:layout_margin="10dp"
android:gravity="center"
android:text="다이얼로그 예제"
android:textAlignment="center"
android:textSize="18sp"
android:textSize="18dp"
android:textStyle="bold" />
</LinearLayout>
<TextView
android:id="@+id/dialogContent"
android:id="@+id/dialogContent1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_margin="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:gravity="center"
android:text="다이얼로그 내용" />
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:textSize="18dp"
android:visibility="visible" />
<LinearLayout
<TextView
android:id="@+id/dialogContent2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:gravity="center"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:textSize="16dp"
android:visibility="gone" />
<TextView
android:id="@+id/dialogContent3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:gravity="center"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:textSize="18dp"
android:visibility="gone" />
<TextView
android:id="@+id/dialogContent4"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:gravity="center"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:textSize="16dp"
android:visibility="gone" />
<TextView
android:id="@+id/dialogContent5"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:gravity="center"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:textSize="18dp"
android:visibility="gone" />
<TextView
android:id="@+id/dialogContent6"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal"/>
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:gravity="center"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:textSize="16dp"
android:visibility="gone" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
<Button
android:id="@+id/button2"
android:layout_width="wrap_content"
android:layout_height="1dp"
android:layout_gravity="center"
android:layout_weight="1"
android:background="#00000000"
android:textColor="#29ABE2"
android:textSize="18dp"
android:visibility="gone" />
</LinearLayout>
</LinearLayout>
\ No newline at end of file
......
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:orientation="vertical">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginTop="20dp"
android:layout_marginRight="20dp"
android:layout_marginBottom="10dp"
android:gravity="center"
android:orientation="horizontal">
<TextView
android:id="@+id/questionScrollImage"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_gravity="center"
android:layout_marginTop="2dp"
android:background="@drawable/question_mark_image"
android:gravity="center" />
<TextView
android:id="@+id/dialogScrollTitle"
android:layout_width="wrap_content"
android:layout_height="20dp"
android:layout_gravity="center"
android:layout_margin="10dp"
android:gravity="center"
android:text="다이얼로그 예제"
android:textAlignment="center"
android:textSize="18dp"
android:textStyle="bold" />
</LinearLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<TextView
android:id="@+id/dialogScrollContent1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:textSize="18dp"
android:visibility="visible" />
<TextView
android:id="@+id/dialogScrollContent2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:textSize="16dp"
android:visibility="gone" />
<TextView
android:id="@+id/dialogScrollContent3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:textSize="18dp"
android:visibility="gone" />
<TextView
android:id="@+id/dialogScrollContent4"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:textSize="16dp"
android:visibility="gone" />
<TextView
android:id="@+id/dialogScrollContent5"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:textSize="18dp"
android:visibility="gone" />
<TextView
android:id="@+id/dialogScrollContent6"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:textSize="16dp"
android:visibility="gone" />
</LinearLayout>
</ScrollView>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
<Button
android:id="@+id/buttonScroll2"
android:layout_width="wrap_content"
android:layout_height="1dp"
android:layout_gravity="center"
android:layout_weight="1"
android:background="#00000000"
android:textColor="#29ABE2"
android:textSize="18dp"
android:visibility="gone" />
</LinearLayout>
</LinearLayout>
\ No newline at end of file
......@@ -3,9 +3,9 @@
<!-- Base application theme. -->
<style name="NoActionBar" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="colorPrimary">#29ABE2</item>
<item name="colorPrimaryDark">#29ABE2</item>
<item name="colorAccent">#29ABE2</item>
<item name="android:statusBarColor">#FFF</item>
<item name="android:windowLightStatusBar">true</item>
</style>
......@@ -22,5 +22,4 @@
<item name="android:colorControlNormal">#29ABE2</item>
</style>
</resources>
......
No preview for this file type