mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-30 21:52:28 +01:00
Refactor conversation settings screens into a single fragment with new UI.
This commit is contained in:
committed by
Cody Henthorne
parent
f19033a7a2
commit
da2ee33dff
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<explode />
|
||||
</transitionSet>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<transition class="org.thoughtcrime.securesms.animation.transitions.CircleAvatarTransition" />
|
||||
|
||||
<transition class="org.thoughtcrime.securesms.animation.transitions.WipeDownTransition" />
|
||||
</transitionSet>
|
||||
Reference in New Issue
Block a user