Skip to content

Commit

Permalink
#30 [mod] convention id 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
emjayMJkim committed Jan 11, 2024
1 parent d0be8b5 commit 9c4d57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SettingInitFragment :
}

private fun clickUserSecurity() {
binding.clSettingUserSecurity.setOnClickListener {
binding.clSettingInitUserSecurity.setOnClickListener {
viewModel.setSettingFragment(USER_SECURITY)
}
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/fragment_setting_init.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:fitsSystemWindows="true">

<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/cl_setting_user_security"
android:id="@+id/cl_setting_init_user_security"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:clickable="true"
Expand Down Expand Up @@ -66,7 +66,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:clickable="true"
app:layout_constraintTop_toBottomOf="@id/cl_setting_user_security"
app:layout_constraintTop_toBottomOf="@id/cl_setting_init_user_security"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent">

Expand Down

0 comments on commit 9c4d57e

Please sign in to comment.