Skip to content

Commit

Permalink
Revert "feat: 버튼을 머테리얼 버튼으로 변경"
Browse files Browse the repository at this point in the history
This reverts commit 10a4cd2.
  • Loading branch information
EunhoKang committed Nov 16, 2023
1 parent 890f443 commit c4dcb57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/src/main/res/layout/activity_login.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

</com.google.android.material.textfield.TextInputLayout>

<com.google.android.material.button.MaterialButton
<Button
android:id="@+id/btn_login_login"
style="@style/Theme.PriceGuard"
android:layout_width="0dp"
Expand All @@ -126,7 +126,7 @@
app:layout_constraintEnd_toEndOf="@+id/btn_login_signup"
app:layout_constraintStart_toStartOf="@+id/btn_login_signup" />

<com.google.android.material.button.MaterialButton
<Button
android:id="@+id/btn_login_signup"
style="?attr/materialButtonOutlinedStyle"
android:layout_width="0dp"
Expand Down

0 comments on commit c4dcb57

Please sign in to comment.