Material3: Switch to M3 button everywhere

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-12-30 13:09:55 +05:30
parent d3539f3772
commit e400dac915
13 changed files with 31 additions and 31 deletions

View File

@@ -115,9 +115,9 @@
</HorizontalScrollView>
<com.google.android.material.button.MaterialButton
style="@style/Widget.MaterialComponents.Button.UnelevatedButton"
style="@style/Widget.Material3.Button.UnelevatedButton"
android:layout_width="match_parent"
android:layout_height="@dimen/height_button"
android:layout_margin="@dimen/margin_large"
android:text="Install" />
</LinearLayout>
</LinearLayout>