Skip to content

Commit 069d143

Browse files
gugaloAndrii-Horishnii-Glia
authored andcommitted
Fix jumpy animation of chat input on keyboard show/hide
MOB-3860 # Conflicts: # widgetssdk/src/main/java/com/glia/widgets/chat/ChatView.kt
1 parent 4587236 commit 069d143

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

widgetssdk/src/main/res/layout/chat_view.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
android:layout_height="0dp"
115115
android:layout_width="0dp"
116116
app:layout_constraintTop_toTopOf="@+id/chat_edit_text"
117-
app:layout_constraintBottom_toBottomOf="parent"
117+
app:layout_constraintBottom_toBottomOf="@+id/chat_edit_text"
118118
app:layout_constraintStart_toStartOf="parent"
119119
app:layout_constraintEnd_toEndOf="parent"/>
120120

@@ -140,8 +140,8 @@
140140
android:id="@+id/add_attachment_button"
141141
android:layout_width="wrap_content"
142142
android:layout_height="wrap_content"
143-
app:layout_constraintTop_toTopOf="@+id/message_input_background"
144-
app:layout_constraintBottom_toBottomOf="@+id/message_input_background"
143+
app:layout_constraintTop_toTopOf="@+id/chat_edit_text"
144+
app:layout_constraintBottom_toBottomOf="@+id/chat_edit_text"
145145
app:layout_constraintStart_toEndOf="@+id/chat_edit_text"
146146
app:layout_constraintEnd_toStartOf="@+id/send_button"
147147
android:background="?attr/selectableItemBackground"
@@ -153,8 +153,8 @@
153153
android:layout_width="wrap_content"
154154
android:layout_height="wrap_content"
155155
android:padding="@dimen/glia_large"
156-
app:layout_constraintBottom_toBottomOf="@+id/message_input_background"
157-
app:layout_constraintTop_toTopOf="@+id/message_input_background"
156+
app:layout_constraintBottom_toBottomOf="@+id/chat_edit_text"
157+
app:layout_constraintTop_toTopOf="@+id/chat_edit_text"
158158
app:layout_constraintStart_toEndOf="@+id/add_attachment_button"
159159
app:layout_constraintEnd_toEndOf="parent"
160160
android:background="?attr/selectableItemBackground"

0 commit comments

Comments
 (0)