Full screen avatar circle to square shape transition.

This commit is contained in:
Alan Evans
2020-06-24 17:18:02 -03:00
committed by Greyson Parrelli
parent 66f2668326
commit 52747782a7
7 changed files with 191 additions and 20 deletions

View File

@@ -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>

View File

@@ -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>