Add animation of layout
This commit is contained in:
parent
527c2e4e5c
commit
2570e3f875
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue