]> git.ktnx.net Git - mobile-ledger.git/commitdiff
template details: explicitly enabled layout changes animation
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 13 Feb 2021 18:54:31 +0000 (20:54 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Thu, 18 Feb 2021 07:19:43 +0000 (07:19 +0000)
app/src/main/res/layout/template_details_account.xml
app/src/main/res/layout/template_details_header.xml

index 98c49dab1a07c5a84d373bece84b0b95e36fa3b6..c8c5285f02b7cd60983c7ab5a1c5e7d5e8cd4212 100644 (file)
@@ -20,6 +20,7 @@
     android:id="@+id/pattern_details_item_account_row"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
+    android:animateLayoutChanges="true"
     android:paddingHorizontal="@dimen/text_margin"
     >
     <TextView
index 44b80ecb46b9c32ebd491c0d363102b972d51b7f..a35f555a0efaccf6f9331eeb505803df16619b36 100644 (file)
@@ -20,6 +20,7 @@
     android:id="@+id/pattern_details_item_head"
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
+    android:animateLayoutChanges="true"
     android:padding="@dimen/text_margin"
     >
     <com.google.android.material.textfield.TextInputLayout