Skip to content

Commit

Permalink
[CHORE] #104 : 클래스네이밍 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Nov 18, 2023
1 parent f1b7413 commit 2dcc048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class RegisterAllergyFragment : Fragment() {

private var _binding: FragmentRegisterAllergyBinding? = null
private val binding get() = requireNotNull(_binding)

private val viewModel by activityViewModels<AuthViewModel>()

override fun onCreateView(
Expand Down
4 changes: 2 additions & 2 deletions client/app/src/main/res/layout/fragment_register_allergy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,14 @@
</com.google.android.material.chip.ChipGroup>

<Button
android:id="@+id/signUpInfoDoneButton"
style="@style/Widget.Material3.Button.ElevatedButton"
android:id="@+id/bt_register_allergy_done"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="16sp"
android:textColor="@color/white"
android:backgroundTint="@color/green"
android:text="@string/done"
android:padding="10dp"
android:onClick="@{() -> viewModel.signUpUser()}"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 2dcc048

Please sign in to comment.