Remove messageHolderBinding variable

This commit is contained in:
Naveen 2023-08-22 14:09:04 +05:30
parent 8ebcaa3016
commit fead93ddf7
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3
3 changed files with 42 additions and 44 deletions

View file

@ -139,14 +139,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@id/thread_send_message_holder"
app:layout_constraintBottom_toTopOf="@id/message_holder"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/thread_messages_fastscroller"
tools:visibility="visible" />
<include
android:id="@+id/thread_send_message_holder"
android:id="@+id/message_holder"
layout="@layout/layout_thread_send_message_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View file

@ -2,7 +2,7 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/thread_send_message_holder"
android:id="@+id/message_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content">