messages pin & unpin feature

fix avatars and titles
visual improvements
other bugfixes & minor changes
This commit is contained in:
2021-10-08 12:55:22 +03:00
parent 9e074dd5ad
commit 7c1a7d8a89
32 changed files with 504 additions and 313 deletions
+12 -1
View File
@@ -21,6 +21,17 @@
android:id="@+id/messagesHistoryFragment"
android:name="com.meloda.fast.screens.messages.MessagesHistoryFragment"
android:label="MessagesHistoryFragment"
tools:layout="@layout/fragment_messages_history" />
tools:layout="@layout/fragment_messages_history">
<action
android:id="@+id/toPhotoView"
app:destination="@+id/photoViewFragment" />
</fragment>
<fragment
android:id="@+id/photoViewFragment"
android:name="com.meloda.fast.screens.photos.PhotoViewFragment"
android:label="PhotoViewFragment" />
</navigation>