mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
8af9b7fd15
// FREEBIE
18 lines
711 B
XML
18 lines
711 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<animated-vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:drawable="@drawable/pause_icon"
|
|
tools:targetApi="lollipop">
|
|
|
|
<target
|
|
android:name="@string/play_icon_group_parts"
|
|
android:animation="@animator/rotate_minus_90_animation"/>
|
|
|
|
<target
|
|
android:name="@string/play_icon_top_path_name"
|
|
android:animation="@animator/upper_pause_to_play_animation"/>
|
|
|
|
<target
|
|
android:name="@string/play_icon_bottom_path_name"
|
|
android:animation="@animator/bottom_pause_to_play_animation"/>
|
|
</animated-vector> |