From 2570e3f87536508f92dce2a58f2e6a4b0e437945 Mon Sep 17 00:00:00 2001 From: Super12138 <70494801+Super12138@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:44:49 +0800 Subject: [PATCH] Add animation of layout --- app/src/main/res/layout/fragment_todo.xml | 1 + app/src/main/res/values/theme_overlays.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_todo.xml b/app/src/main/res/layout/fragment_todo.xml index 80d80f8..5fa5749 100644 --- a/app/src/main/res/layout/fragment_todo.xml +++ b/app/src/main/res/layout/fragment_todo.xml @@ -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">