mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Full screen avatar circle to square shape transition.
This commit is contained in:
committed by
Greyson Parrelli
parent
66f2668326
commit
52747782a7
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="300"
|
||||
android:transitionOrdering="together">
|
||||
|
||||
<changeImageTransform />
|
||||
<changeBounds />
|
||||
|
||||
<transition class="org.thoughtcrime.securesms.animation.transitions.CircleToSquareImageViewTransition" />
|
||||
|
||||
</transitionSet>
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<transitionSet xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="300"
|
||||
android:transitionOrdering="together">
|
||||
|
||||
<changeImageTransform />
|
||||
<changeBounds />
|
||||
|
||||
<transition class="org.thoughtcrime.securesms.animation.transitions.SquareToCircleImageViewTransition" />
|
||||
|
||||
</transitionSet>
|
||||
Reference in New Issue
Block a user