tuna-software / android-sdk

Our android SDK.
Other
3 stars 0 forks source link

TunaUI: Migrate MaterialComponents to Material3 #56

Closed Luiz-Otavio-Dorigon closed 2 years ago

Luiz-Otavio-Dorigon commented 2 years ago

buildSrc/Versions.kt: Update material version; example/JavaDetailActivity.java: Remove title actionbar; example/JavaListCardslActivity.java: Remove title actionbar; example/JavaNewCardActivity.java: Remove title actionbar; example/KotlinDetailActivity.kt: Remove title actionbar; example/KotlinListCardslActivity.kt: Remove title actionbar; example/KotlinNewCardActivity.kt: Remove title actionbar; example/activity_detail_card.xml: Add material toolbar; example/activity_list_cards.xml: Add material toolbar; example/activity_main.xml: Add material toolbar; example/activity_new_card.xml: Add material toolbar; example/activity_read_credit_card_example.xml: Add material toolbar; example/themes.xml: Migrate MaterialComponents to Material3; tunacommons/themes.xml: Migrate MaterialComponents to Material3; tunaui/themes.xml: Migrate MaterialComponents to Material3;

55