Improve wallpaper settings screen, conversation rendering.

Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
Alex Hart
2021-01-19 21:54:10 -05:00
committed by Greyson Parrelli
parent 6bcb0de43d
commit b5712f4bd1
63 changed files with 1100 additions and 307 deletions

View File

@@ -13,7 +13,11 @@
<action
android:id="@+id/action_chatWallpaperFragment_to_chatWallpaperSelectionFragment"
app:destination="@id/chatWallpaperSelectionFragment" />
app:destination="@id/chatWallpaperSelectionFragment"
app:enterAnim="@anim/slide_from_end"
app:exitAnim="@anim/slide_to_start"
app:popEnterAnim="@anim/slide_from_start"
app:popExitAnim="@anim/slide_to_end" />
</fragment>
<fragment
android:id="@+id/chatWallpaperSelectionFragment"