mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-20 16:27:17 +02:00
fix(overlay-button): match vertical fullscreen icon with others (#15) https://github.com/inotia00/ReVanced_Extended/issues/1221
This commit is contained in:
parent
a24ce76add
commit
5c4b9b0a3d
@ -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",
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user