mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
fix(overlay-buttons): fullscreen icon does not match
This commit is contained in:
@ -73,8 +73,7 @@ class OverlayButtonsPatch : ResourcePatch {
|
||||
"drawable",
|
||||
"playlist_repeat_button.xml",
|
||||
"playlist_shuffle_button.xml",
|
||||
"revanced_repeat_icon.xml",
|
||||
"yt_outline_screen_vertical_vd_theme_24.xml"
|
||||
"revanced_repeat_icon.xml"
|
||||
),
|
||||
ResourceUtils.ResourceGroup(
|
||||
"drawable-xxhdpi",
|
||||
@ -92,7 +91,8 @@ class OverlayButtonsPatch : ResourcePatch {
|
||||
"yt_outline_arrow_repeat_1_white_24.png",
|
||||
"yt_outline_arrow_shuffle_1_white_24.png",
|
||||
"yt_outline_screen_full_exit_white_24.png",
|
||||
"yt_outline_screen_full_white_24.png"
|
||||
"yt_outline_screen_full_white_24.png",
|
||||
"yt_outline_screen_vertical_vd_theme_24.png"
|
||||
)
|
||||
).forEach { resourceGroup ->
|
||||
context.copyResources("youtube/overlaybuttons", resourceGroup)
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 547 B |
@ -1,12 +0,0 @@
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:tint="?colorControlNormal"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M 7 14.7 L 5 14.7 L 5 20.4 L 10 20.4 L 10 18.4 L 7 18.4 L 7 14.7 Z M 5 9.3 L 7 9.3 L 7 5.6 L 10 5.6 L 10 3.6 L 5 3.6 L 5 9.3 Z M 17 18.4 L 14 18.4 L 14 20.4 L 19 20.4 L 19 14.7 L 17 14.7 L 17 18.4 Z M 14 3.6 L 14 5.6 L 17 5.6 L 17 9.3 L 19 9.3 L 19 3.6 L 14 3.6 Z"
|
||||
/>
|
||||
</vector>
|
Reference in New Issue
Block a user