mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 15:11:42 +01:00
Improve wallpaper settings screen, conversation rendering.
Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
committed by
Greyson Parrelli
parent
6bcb0de43d
commit
b5712f4bd1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user