신기성

12345 design

...@@ -125,28 +125,6 @@ class InputProfilThirdFiveActivity : AppCompatActivity() { ...@@ -125,28 +125,6 @@ class InputProfilThirdFiveActivity : AppCompatActivity() {
125 startActivity(intent) 125 startActivity(intent)
126 } 126 }
127 127
128 - questionButton.setOnClickListener {
129 - val builder = AlertDialog.Builder(this)
130 - val dialogView = layoutInflater.inflate(R.layout.dialog_example, null)
131 - //val dialogText = dialogView.findViewById<EditText>(R.id.dialogEt)
132 - //val dialogRatingBar = dialogView.findViewById<RatingBar>(R.id.dialogRb)
133 - dialogView.findViewById<TextView>(R.id.dialogTitle).text="가족구성원이란?"
134 - dialogView.findViewById<TextView>(R.id.dialogContent).text="주민등록상 같은 거주지에 사는 사람"
135 -
136 - builder.setView(dialogView)
137 - .setPositiveButton("확인") { dialogInterface, i ->
138 - //mainTv.text = dialogText.text.toString()
139 - //mainRb.rating = dialogRatingBar.rating
140 - /* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
141 -
142 - }
143 - /*
144 - .setNegativeButton("취소") { dialogInterface, i ->
145 - /* 취소일 때 아무 액션이 없으므로 빈칸 */
146 - }
147 - */
148 - .show()
149 - }
150 128
151 previousButton.setOnClickListener { 129 previousButton.setOnClickListener {
152 var intent = Intent(this, InputProfilThirdFourActivity::class.java) 130 var intent = Intent(this, InputProfilThirdFourActivity::class.java)
......
...@@ -126,28 +126,6 @@ class InputProfilThirdFourActivity : AppCompatActivity() { ...@@ -126,28 +126,6 @@ class InputProfilThirdFourActivity : AppCompatActivity() {
126 startActivity(intent) 126 startActivity(intent)
127 } 127 }
128 128
129 - questionButton.setOnClickListener {
130 - val builder = AlertDialog.Builder(this)
131 - val dialogView = layoutInflater.inflate(R.layout.dialog_example, null)
132 - //val dialogText = dialogView.findViewById<EditText>(R.id.dialogEt)
133 - //val dialogRatingBar = dialogView.findViewById<RatingBar>(R.id.dialogRb)
134 - dialogView.findViewById<TextView>(R.id.dialogTitle).text="가족구성원이란?"
135 - dialogView.findViewById<TextView>(R.id.dialogContent).text="주민등록상 같은 거주지에 사는 사람"
136 -
137 - builder.setView(dialogView)
138 - .setPositiveButton("확인") { dialogInterface, i ->
139 - //mainTv.text = dialogText.text.toString()
140 - //mainRb.rating = dialogRatingBar.rating
141 - /* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
142 -
143 - }
144 - /*
145 - .setNegativeButton("취소") { dialogInterface, i ->
146 - /* 취소일 때 아무 액션이 없으므로 빈칸 */
147 - }
148 - */
149 - .show()
150 - }
151 129
152 previousButton.setOnClickListener { 130 previousButton.setOnClickListener {
153 var intent = Intent(this, InputProfilThirdThreeActivity::class.java) 131 var intent = Intent(this, InputProfilThirdThreeActivity::class.java)
......
...@@ -124,28 +124,6 @@ class InputProfilThirdOneActivity : AppCompatActivity() { ...@@ -124,28 +124,6 @@ class InputProfilThirdOneActivity : AppCompatActivity() {
124 startActivity(intent) 124 startActivity(intent)
125 } 125 }
126 126
127 - questionButton.setOnClickListener {
128 - val builder = AlertDialog.Builder(this)
129 - val dialogView = layoutInflater.inflate(R.layout.dialog_example, null)
130 - //val dialogText = dialogView.findViewById<EditText>(R.id.dialogEt)
131 - //val dialogRatingBar = dialogView.findViewById<RatingBar>(R.id.dialogRb)
132 - dialogView.findViewById<TextView>(R.id.dialogTitle).text="가족구성원이란?"
133 - dialogView.findViewById<TextView>(R.id.dialogContent).text="주민등록상 같은 거주지에 사는 사람"
134 -
135 - builder.setView(dialogView)
136 - .setPositiveButton("확인") { dialogInterface, i ->
137 - //mainTv.text = dialogText.text.toString()
138 - //mainRb.rating = dialogRatingBar.rating
139 - /* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
140 -
141 - }
142 - /*
143 - .setNegativeButton("취소") { dialogInterface, i ->
144 - /* 취소일 때 아무 액션이 없으므로 빈칸 */
145 - }
146 - */
147 - .show()
148 - }
149 127
150 128
151 elementaryButton.setOnClickListener { 129 elementaryButton.setOnClickListener {
......
...@@ -123,30 +123,6 @@ class InputProfilThirdThreeActivity : AppCompatActivity() { ...@@ -123,30 +123,6 @@ class InputProfilThirdThreeActivity : AppCompatActivity() {
123 startActivity(intent) 123 startActivity(intent)
124 } 124 }
125 125
126 - questionButton.setOnClickListener {
127 - val builder = AlertDialog.Builder(this)
128 - val dialogView = layoutInflater.inflate(R.layout.dialog_example, null)
129 - //val dialogText = dialogView.findViewById<EditText>(R.id.dialogEt)
130 - //val dialogRatingBar = dialogView.findViewById<RatingBar>(R.id.dialogRb)
131 - dialogView.findViewById<TextView>(R.id.dialogTitle).text="가족구성원이란?"
132 - dialogView.findViewById<TextView>(R.id.dialogContent).text="주민등록상 같은 거주지에 사는 사람"
133 -
134 - builder.setView(dialogView)
135 - .setPositiveButton("확인") { dialogInterface, i ->
136 - //mainTv.text = dialogText.text.toString()
137 - //mainRb.rating = dialogRatingBar.rating
138 - /* 확인일 때 main의 View의 값에 dialog View에 있는 값을 적용 */
139 -
140 - }
141 - /*
142 - .setNegativeButton("취소") { dialogInterface, i ->
143 - /* 취소일 때 아무 액션이 없으므로 빈칸 */
144 - }
145 - */
146 - .show()
147 - }
148 -
149 -
150 previousButton.setOnClickListener { 126 previousButton.setOnClickListener {
151 var intent = Intent(this, InputProfilThirdTwoActivity::class.java) 127 var intent = Intent(this, InputProfilThirdTwoActivity::class.java)
152 startActivity(intent) 128 startActivity(intent)
......
...@@ -163,12 +163,12 @@ ...@@ -163,12 +163,12 @@
163 android:layout_height="wrap_content" 163 android:layout_height="wrap_content"
164 android:layout_gravity="center" 164 android:layout_gravity="center"
165 android:gravity="center" 165 android:gravity="center"
166 - android:text="10. 자신의 장애 유무를 선택해주세요." 166 + android:text="11. 자신의 건강상태를 선택해주세요."
167 android:textColor="#4A4A4A" 167 android:textColor="#4A4A4A"
168 android:textSize="20dp" /> 168 android:textSize="20dp" />
169 169
170 <Button 170 <Button
171 - android:id="@+id/questionButton2" 171 + android:id="@+id/questionButton"
172 android:layout_width="20dp" 172 android:layout_width="20dp"
173 android:layout_height="20dp" 173 android:layout_height="20dp"
174 android:layout_gravity="bottom" 174 android:layout_gravity="bottom"
......