fixing chat activity and fragment

This commit is contained in:
shaulascr
2025-05-01 03:53:40 +07:00
parent 2bc4bda536
commit adeb0537f3
25 changed files with 2588 additions and 25 deletions

View File

@ -21,9 +21,9 @@
tools:layout="@layout/fragment_profile" />
<fragment
android:id="@+id/chatFragment"
android:name="com.alya.ecommerce_serang.ui.chat.ChatFragment"
android:name="com.alya.ecommerce_serang.ui.chat.ChatListFragment"
android:label="fragment_chat"
tools:layout="@layout/fragment_chat" />
tools:layout="@layout/fragment_chat_list" />
<fragment
android:id="@+id/searchHomeFragment"
android:name="com.alya.ecommerce_serang.ui.home.SearchHomeFragment"