fix(overlay-button): match vertical fullscreen icon with others (#15) https://github.com/inotia00/ReVanced_Extended/issues/1221

This commit is contained in:
KAZI MMT 2023-07-26 01:33:37 +06:00 committed by GitHub
parent a24ce76add
commit 5c4b9b0a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -73,7 +73,8 @@ class OverlayButtonsPatch : ResourcePatch {
"drawable",
"playlist_repeat_button.xml",
"playlist_shuffle_button.xml",
"revanced_repeat_icon.xml"
"revanced_repeat_icon.xml",
"yt_outline_screen_vertical_vd_theme_24.xml"
),
ResourceUtils.ResourceGroup(
"drawable-xxhdpi",

View File

@ -0,0 +1,12 @@
<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>