Don't animate addition of kind sections

Seems to be causing hints to be blank occansionally
and we don't add new kind sections any more
so we don't need it

Bug 25035421

Change-Id: Ia831b1d1ea0f32729be4b1c501b3dc63de5333ea
diff --git a/res/layout/compact_contact_editor_fields.xml b/res/layout/compact_contact_editor_fields.xml
index 710ba94..a4f0613 100644
--- a/res/layout/compact_contact_editor_fields.xml
+++ b/res/layout/compact_contact_editor_fields.xml
@@ -21,8 +21,7 @@
             android:id="@+id/kind_section_views"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            android:orientation="vertical"
-            android:animateLayoutChanges="true"/>
+            android:orientation="vertical" />
 
     <LinearLayout
             style="@style/SelectableItem"