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

@ -682,11 +682,12 @@
android:indeterminate="false"
android:progressDrawable="@drawable/progress_circular_white" />
<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/volumeImageView"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_centerInParent="true"
app:tint="@color/white"
tools:ignore="ContentDescription"
tools:src="@drawable/ic_volume_up" />
</RelativeLayout>
@ -708,11 +709,12 @@
android:indeterminate="false"
android:progressDrawable="@drawable/progress_circular_white" />
<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/brightnessImageView"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_centerInParent="true"
app:tint="@color/white"
tools:ignore="ContentDescription"
tools:src="@drawable/ic_brightness_high" />
</RelativeLayout>