forked from mirror/monocles_chat_clean
Remove all animations for now
This commit is contained in:
parent
53a43da555
commit
ba0581f42f
3 changed files with 13 additions and 13 deletions
|
@ -100,7 +100,7 @@
|
||||||
android:background="@drawable/background_message_bubble"
|
android:background="@drawable/background_message_bubble"
|
||||||
android:alpha="0.88"
|
android:alpha="0.88"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:animateLayoutChanges="true" >
|
>
|
||||||
|
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginBottom="4dp"
|
android:layout_marginBottom="4dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:animateLayoutChanges="true" >
|
>
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/cancel_button"
|
android:id="@+id/cancel_button"
|
||||||
|
@ -235,14 +235,14 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingHorizontal="8dp"
|
android:paddingHorizontal="8dp"
|
||||||
android:paddingVertical="5dp"
|
android:paddingVertical="5dp"
|
||||||
android:animateLayoutChanges="true">
|
>
|
||||||
|
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/textinput_layout_new"
|
android:id="@+id/textinput_layout_new"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:animateLayoutChanges="true" >
|
>
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+id/input_layout"
|
android:id="@+id/input_layout"
|
||||||
|
@ -252,7 +252,7 @@
|
||||||
android:layout_toStartOf="@+id/textSendButton"
|
android:layout_toStartOf="@+id/textSendButton"
|
||||||
android:layout_toEndOf="@+id/thread_identicon_layout"
|
android:layout_toEndOf="@+id/thread_identicon_layout"
|
||||||
android:paddingVertical="6dp"
|
android:paddingVertical="6dp"
|
||||||
android:animateLayoutChanges="true" >
|
>
|
||||||
|
|
||||||
<androidx.recyclerview.widget.RecyclerView
|
<androidx.recyclerview.widget.RecyclerView
|
||||||
android:id="@+id/media_preview"
|
android:id="@+id/media_preview"
|
||||||
|
@ -319,7 +319,7 @@
|
||||||
android:layout_alignParentEnd="true"
|
android:layout_alignParentEnd="true"
|
||||||
android:layout_alignBottom="@+id/textinput"
|
android:layout_alignBottom="@+id/textinput"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:animateLayoutChanges="true" >
|
>
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/takePictureButton"
|
android:id="@+id/takePictureButton"
|
||||||
|
@ -414,7 +414,7 @@
|
||||||
android:paddingLeft="8dp"
|
android:paddingLeft="8dp"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:animateLayoutChanges="true"
|
|
||||||
android:visibility="gone">
|
android:visibility="gone">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
@ -492,7 +492,7 @@
|
||||||
android:layout_below="@+id/textformat"
|
android:layout_below="@+id/textformat"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:visibility="visible"
|
android:visibility="visible"
|
||||||
android:animateLayoutChanges="true" >
|
>
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@ -541,7 +541,7 @@
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:gravity="bottom|center_horizontal"
|
android:gravity="bottom|center_horizontal"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:animateLayoutChanges="true" >
|
>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/emojis_button"
|
android:id="@+id/emojis_button"
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:visibility="visible"
|
android:visibility="visible"
|
||||||
android:animateLayoutChanges="true" >
|
>
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:gravity="bottom|center_horizontal"
|
android:gravity="bottom|center_horizontal"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:animateLayoutChanges="true" >
|
>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/emojis_button"
|
android:id="@+id/emojis_button"
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:visibility="visible"
|
android:visibility="visible"
|
||||||
android:animateLayoutChanges="true" >
|
>
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:gravity="bottom|center_horizontal"
|
android:gravity="bottom|center_horizontal"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:animateLayoutChanges="true" >
|
>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/emojis_button"
|
android:id="@+id/emojis_button"
|
||||||
|
|
Loading…
Reference in a new issue