Skip to content

Commit

Permalink
Use material component instead of material3 buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kukadiajayesh committed Oct 10, 2022
1 parent c0114e2 commit 3610133
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<com.google.android.material.button.MaterialButton
android:id="@+id/btnPositive"
style="@style/Widget.Material3.Button.TextButton"
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
Expand All @@ -39,7 +39,7 @@

<com.google.android.material.button.MaterialButton
android:id="@+id/btnNegative"
style="@style/Widget.Material3.Button.TextButton"
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/button_negative"
Expand Down

0 comments on commit 3610133

Please sign in to comment.