Skip to content

Commit

Permalink
fix(YouTube - Custom branding): Fix patch error regarding Xisr Yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco146 committed Aug 4, 2024
1 parent 197a5b2 commit dae0a79
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<animated-vector
android:drawable="@drawable/$RXsplash__0"
android:drawable="@drawable/$avd_anim__0"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt">
<target
android:name="background_out"
android:animation="@drawable/$RXsplash__1" />
android:animation="@drawable/$avd_anim__1" />
<target
android:name="border"
android:animation="@drawable/$RXsplash__2" />
android:animation="@drawable/$avd_anim__2" />
<target
android:name="yellow_p"
android:animation="@drawable/$RXsplash__3" />
android:animation="@drawable/$avd_anim__3" />
<target
android:name="white_p"
android:animation="@drawable/$RXsplash__4" />
android:animation="@drawable/$avd_anim__4" />
</animated-vector>

0 comments on commit dae0a79

Please sign in to comment.