Fix duplication of some icons used by the player

This commit is contained in:
Mauricio Colli 2021-12-08 09:49:51 -03:00 committed by Stypox
parent a1b683c27f
commit 7baa4420ef
12 changed files with 32 additions and 49 deletions

View file

@ -1,9 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="#FFFFFF"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
android:tint="@color/defaultIconTint"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FF000000"
android:pathData="M4,18l8.5,-6L4,6v12zM13,6v12l8.5,-6L13,6z" />