Skip to content

Commit

Permalink
Merge pull request #204 from GEON-PPANG/mod-2nd-qa-jooyoung
Browse files Browse the repository at this point in the history
[mod] 2차 QA 반영
  • Loading branch information
jooyyoo authored Sep 28, 2023
2 parents 9a39ef2 + 590d76a commit ad99740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_signup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
android:id="@+id/linear_password"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="32dp"
android:layout_marginTop="28dp"
android:background="@{!viewModel.password.empty & !viewModel.isValidPassword()? @drawable/background_need_change_status : @drawable/background_normal_status }"
android:orientation="vertical"
app:layout_constraintEnd_toEndOf="@id/linear_email"
Expand Down

0 comments on commit ad99740

Please sign in to comment.