Add animation of layout

This commit is contained in:
Super12138 2024-01-20 14:44:49 +08:00
parent 527c2e4e5c
commit 2570e3f875
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:animateLayoutChanges="true"
android:orientation="vertical">
<!--<LinearLayout

View file

@ -65,7 +65,7 @@
</item>
</style>
<style name="ThemeOverlay.ToDO.HighContrast" parent="Theme.Material3.Light.NoActionBar">
<style name="ThemeOverlay.ToDo.HighContrast" parent="Theme.Material3.Light.NoActionBar">
<item name="colorPrimary">@color/md_theme_primary_highContrast</item>
<item name="colorOnPrimary">@color/md_theme_onPrimary_highContrast</item>
<item name="colorPrimaryContainer">@color/md_theme_primaryContainer_highContrast</item>