Add divider between toolbar and messages

This commit is contained in:
Naveen Singh 2024-12-27 16:30:07 +05:30
parent 6fba0bfdd8
commit 757d849875
No known key found for this signature in database
GPG key ID: AF5D43C216778C0B

View file

@ -22,6 +22,10 @@
android:fillViewport="true" android:fillViewport="true"
android:scrollbars="none"> android:scrollbars="none">
<include
layout="@layout/divider"
app:layout_constraintTop_toTopOf="parent" />
<RelativeLayout <RelativeLayout
android:id="@+id/thread_add_contacts" android:id="@+id/thread_add_contacts"
android:layout_width="match_parent" android:layout_width="match_parent"