mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-21 13:18:35 +00:00
Improve animations on audio controls, enable push to talk
// FREEBIE
This commit is contained in:
9
res/animator/rotate_minus_90_animation.xml
Normal file
9
res/animator/rotate_minus_90_animation.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<objectAnimator
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="@integer/play_button_animation_duration"
|
||||
android:interpolator="@android:anim/accelerate_decelerate_interpolator"
|
||||
android:propertyName="rotation"
|
||||
android:valueFrom="90"
|
||||
android:valueTo="0"
|
||||
android:valueType="floatType"/>
|
Reference in New Issue
Block a user