messages pin & unpin feature
fix avatars and titles visual improvements other bugfixes & minor changes
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user