Remove unused resources

This commit is contained in:
MM20
2022-01-30 22:49:26 +01:00
parent f0e429b281
commit 66aa5ee3e5
41 changed files with 0 additions and 1233 deletions
@@ -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>