Skip to content

Commit 9b5ebab

Browse files
inotia00Francesco146
authored andcommitted
fix(YouTube - Overlay buttons): Image of the Mute video button is reversed
1 parent 9e085ed commit 9b5ebab

31 files changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<selector android:constantSize="true"
33
xmlns:android="http://schemas.android.com/apk/res/android">
4-
<item android:state_activated="true">
5-
<bitmap android:src="@drawable/revanced_volume_unmuted" android:tint="@color/yt_white1"/>
6-
</item>
74
<item android:state_activated="false">
8-
<bitmap android:src="@drawable/revanced_volume_muted" android:tint="@color/yt_white1"/>
5+
<bitmap android:src="@drawable/revanced_volume_unmuted_button" android:tint="@color/yt_white1"/>
6+
</item>
7+
<item android:state_activated="true">
8+
<bitmap android:src="@drawable/revanced_volume_muted_button" android:tint="@color/yt_white1"/>
99
</item>
1010
</selector>

0 commit comments

Comments
 (0)