Migrate from kotlin synthetics to View binding
This commit is contained in:
parent
3e1675d579
commit
0c01e607bb
36 changed files with 1139 additions and 1083 deletions
|
|
@ -102,7 +102,7 @@
|
|||
android:id="@+id/thread_messages_fastscroller"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
app:layout_constraintBottom_toTopOf="@id/reply_disabled_info_holder"
|
||||
app:layout_constraintBottom_toTopOf="@id/short_code_holder"
|
||||
app:layout_constraintTop_toBottomOf="@id/thread_add_contacts"
|
||||
app:supportSwipeToRefresh="true">
|
||||
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
app:layoutManager="com.simplemobiletools.commons.views.MyLinearLayoutManager"
|
||||
app:stackFromEnd="true"
|
||||
tools:itemCount="3"
|
||||
tools:listitem="@layout/item_sent_message" />
|
||||
tools:listitem="@layout/item_message" />
|
||||
|
||||
</com.qtalk.recyclerviewfastscroller.RecyclerViewFastScroller>
|
||||
|
||||
|
|
@ -134,6 +134,7 @@
|
|||
tools:ignore="ContentDescription" />
|
||||
|
||||
<include
|
||||
android:id="@+id/short_code_holder"
|
||||
layout="@layout/layout_invalid_short_code_info"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
@ -145,6 +146,7 @@
|
|||
tools:visibility="visible" />
|
||||
|
||||
<include
|
||||
android:id="@+id/thread_send_message_holder"
|
||||
layout="@layout/layout_thread_send_message_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue