fix(YouTube - Visual preferences icons): Add icon for Preference Playback

This commit is contained in:
inotia00 2025-01-16 12:29:16 +09:00
parent 434242f4b1
commit 60ad088ad9
2 changed files with 19 additions and 0 deletions

View File

@ -254,6 +254,7 @@ private var preferenceKey = setOf(
"offline_key",
"pair_with_tv_key",
"parent_tools_key",
"playback_key",
"premium_early_access_browse_page_key",
"privacy_key",
"subscription_product_setting_key",

View File

@ -0,0 +1,18 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:name="vector"
android:width="48dp"
android:height="48dp"
android:viewportWidth="960"
android:viewportHeight="960">
<group
android:scaleX="0.5"
android:scaleY="0.5"
android:pivotX="480"
android:pivotY="480">
<path
android:name="path"
android:pathData="M 404.615 615.077 L 404.615 344.923 L 615.077 480 L 404.615 615.077 Z M 483.154 880 Q 360.615 880 264.077 816.962 Q 167.538 753.923 110.769 637.616 L 110.769 799.769 L 79.999 799.769 L 79.999 584.615 L 293.385 584.615 L 293.385 615.385 L 134.769 615.385 Q 183.308 724.231 276 786.731 Q 368.692 849.231 483.154 849.231 Q 604.923 849.231 701.154 776.423 Q 797.385 703.615 832.308 586.308 L 862.846 592.385 Q 826 721.462 721.346 800.731 Q 616.692 880.001 483.154 880.001 Z M 82 440 Q 89.769 377.385 110.154 328.423 Q 130.538 279.461 169.692 227.461 L 192.692 248.923 Q 159.231 293.154 140.923 336.615 Q 122.615 380.077 112.769 440 L 81.999 440 Z M 248.692 193.692 L 227.461 170.461 Q 276.077 132.615 330.154 111.077 Q 384.231 89.538 441.231 83.538 L 441.231 114.308 Q 392.308 119.308 343.308 139.038 Q 294.308 158.769 248.692 193.692 Z M 709.769 193.692 Q 671.692 161.538 619.769 140.038 Q 567.846 118.538 520 114.308 L 520 83.538 Q 578 88.769 631.192 111.077 Q 684.385 133.384 731.769 171.231 L 709.769 193.692 Z M 845.692 440 Q 839.154 385.154 818.462 336.615 Q 797.769 288.077 763.308 248.461 L 785.308 226 Q 824.385 273.077 847.539 327.115 Q 870.693 381.154 876.462 440 L 845.692 440 Z"
android:fillColor="?ytTextPrimary" />
</group>
</vector>