Remove unused resources
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:drawable="@drawable/ic_pause">
|
||||
<target
|
||||
android:name="rotate"
|
||||
android:animation="@anim/ic_pause_to_play_rotate"/>
|
||||
<target
|
||||
android:name="path"
|
||||
android:animation="@anim/ic_pause_to_play_path"/>
|
||||
</animated-vector>
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:drawable="@drawable/ic_play">
|
||||
<target
|
||||
android:name="rotate"
|
||||
android:animation="@anim/ic_play_to_pause_rotate"/>
|
||||
<target
|
||||
android:name="path"
|
||||
android:animation="@anim/ic_play_to_pause_path"/>
|
||||
</animated-vector>
|
||||
Reference in New Issue
Block a user