Skip to content

Commit 776ab6f

Browse files
simplify drawables
1 parent c1fd6cb commit 776ab6f

File tree

3 files changed

+24
-45
lines changed

3 files changed

+24
-45
lines changed
Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<!-- Copyright 2024 ReVanced. Not licensed under GPL. See https://github.com/ReVanced/revanced-branding -->
23
<vector xmlns:android="http://schemas.android.com/apk/res/android"
34
android:width="24dp"
45
android:height="24dp"
5-
android:viewportWidth="256"
6-
android:viewportHeight="256">
7-
<group
8-
android:scaleX="0.95"
9-
android:scaleY="0.95"
10-
android:translateX="12"
11-
android:translateY="12">
12-
<path
13-
android:fillColor="#FF000000"
14-
android:pathData="M250.09,13.49C251.39,10.51 251.11,7.08 249.33,4.36C247.55,1.64 244.52,0 241.27,0L228.81,0C226.08,0 223.61,1.62 222.51,4.11C211.54,29.1 153.63,160.99 134.29,205.04C133.2,207.54 130.73,209.15 128,209.15C125.27,209.15 122.8,207.54 121.7,205.04C102.36,160.99 44.46,29.1 33.49,4.11C32.39,1.62 29.92,0 27.19,0L14.73,0C11.48,0 8.45,1.64 6.67,4.36C4.89,7.08 4.61,10.51 5.91,13.49C26.64,60.8 95.56,218.1 109.63,250.24C111.17,253.74 114.63,256 118.45,256L137.55,256C141.37,256 144.83,253.74 146.36,250.24C160.44,218.1 229.36,60.8 250.09,13.49Z" />
15-
<path
16-
android:fillColor="#FF000000"
17-
android:pathData="M135.14,123.87C133.67,126.43 130.94,128 128,128C125.05,128 122.33,126.43 120.85,123.87C105.89,97.97 71.44,38.28 56.48,12.37C55,9.82 55,6.68 56.48,4.12C57.95,1.57 60.68,-0 63.62,-0L192.37,-0C195.32,-0 198.04,1.57 199.52,4.12C200.99,6.68 200.99,9.82 199.52,12.37C184.56,38.28 150.1,97.97 135.14,123.87Z" />
18-
</group>
19-
</vector>
6+
android:viewportWidth="24"
7+
android:viewportHeight="24">
8+
9+
<path
10+
android:fillColor="#000000"
11+
android:pathData="M4.62891,3.59375 C4.41406,3.59375,4.21875,3.69922,4.10156,3.875 C3.98828,4.05469,3.96875,4.27734,4.05078,4.46875 C5.40234,7.55078,9.88672,17.7891,10.8047,19.8828 C10.9063,20.1094,11.1289,20.2578,11.3789,20.2578 L12.6211,20.2578 C12.8711,20.2578,13.0938,20.1094,13.1953,19.8828 C14.1133,17.7891,18.5977,7.55078,19.9492,4.46875 C20.0313,4.27734,20.0117,4.05469,19.8984,3.875 C19.7813,3.69922,19.5859,3.59375,19.375,3.59375 L18.5625,3.59375 C18.3867,3.59375,18.2227,3.69531,18.1523,3.85938 C17.4375,5.48828,13.668,14.0703,12.4102,16.9375 C12.3398,17.1016,12.1758,17.207,12,17.207 C11.8242,17.207,11.6602,17.1016,11.5898,16.9375 C10.332,14.0703,6.5625,5.48828,5.84766,3.85938 C5.77734,3.69531,5.61328,3.59375,5.4375,3.59375 Z M7.80859,3.59375 C7.61719,3.59375,7.44141,3.69531,7.34375,3.85938 C7.24609,4.02734,7.24609,4.23047,7.34375,4.39844 C8.31641,6.08203,10.5625,9.96875,11.5352,11.6563 C11.6289,11.8203,11.8086,11.9258,12,11.9258 C12.1914,11.9258,12.3672,11.8203,12.4648,11.6563 C13.4375,9.96875,15.6836,6.08203,16.6563,4.39844 C16.75,4.23047,16.75,4.02734,16.6563,3.85938 C16.5586,3.69531,16.3828,3.59375,16.1914,3.59375 Z M7.80859,3.59375" />
12+
</vector>
Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<!-- Copyright 2024 ReVanced. Not licensed under GPL. See https://github.com/ReVanced/revanced-branding -->
23
<vector xmlns:android="http://schemas.android.com/apk/res/android"
34
android:width="24dp"
45
android:height="24dp"
5-
android:viewportWidth="256"
6-
android:viewportHeight="256">
7-
<group
8-
android:scaleX="0.95"
9-
android:scaleY="0.95"
10-
android:translateX="12"
11-
android:translateY="12">
12-
<path
13-
android:fillColor="#FF000000"
14-
android:pathData="M250.09,13.49C251.39,10.51 251.11,7.08 249.33,4.36C247.55,1.64 244.52,0 241.27,0L228.81,0C226.08,0 223.61,1.62 222.51,4.11C211.54,29.1 153.63,160.99 134.29,205.04C133.2,207.54 130.73,209.15 128,209.15C125.27,209.15 122.8,207.54 121.7,205.04C102.36,160.99 44.46,29.1 33.49,4.11C32.39,1.62 29.92,0 27.19,0L14.73,0C11.48,0 8.45,1.64 6.67,4.36C4.89,7.08 4.61,10.51 5.91,13.49C26.64,60.8 95.56,218.1 109.63,250.24C111.17,253.74 114.63,256 118.45,256L137.55,256C141.37,256 144.83,253.74 146.36,250.24C160.44,218.1 229.36,60.8 250.09,13.49Z" />
15-
<path
16-
android:fillColor="#FF000000"
17-
android:pathData="M135.14,123.87C133.67,126.43 130.94,128 128,128C125.05,128 122.33,126.43 120.85,123.87C105.89,97.97 71.44,38.28 56.48,12.37C55,9.82 55,6.68 56.48,4.12C57.95,1.57 60.68,-0 63.62,-0L192.37,-0C195.32,-0 198.04,1.57 199.52,4.12C200.99,6.68 200.99,9.82 199.52,12.37C184.56,38.28 150.1,97.97 135.14,123.87Z" />
18-
</group>
19-
</vector>
6+
android:viewportWidth="24"
7+
android:viewportHeight="24">
8+
9+
<path
10+
android:fillColor="#000000"
11+
android:pathData="M4.62891,3.59375 C4.41406,3.59375,4.21875,3.69922,4.10156,3.875 C3.98828,4.05469,3.96875,4.27734,4.05078,4.46875 C5.40234,7.55078,9.88672,17.7891,10.8047,19.8828 C10.9063,20.1094,11.1289,20.2578,11.3789,20.2578 L12.6211,20.2578 C12.8711,20.2578,13.0938,20.1094,13.1953,19.8828 C14.1133,17.7891,18.5977,7.55078,19.9492,4.46875 C20.0313,4.27734,20.0117,4.05469,19.8984,3.875 C19.7813,3.69922,19.5859,3.59375,19.375,3.59375 L18.5625,3.59375 C18.3867,3.59375,18.2227,3.69531,18.1523,3.85938 C17.4375,5.48828,13.668,14.0703,12.4102,16.9375 C12.3398,17.1016,12.1758,17.207,12,17.207 C11.8242,17.207,11.6602,17.1016,11.5898,16.9375 C10.332,14.0703,6.5625,5.48828,5.84766,3.85938 C5.77734,3.69531,5.61328,3.59375,5.4375,3.59375 Z M7.80859,3.59375 C7.61719,3.59375,7.44141,3.69531,7.34375,3.85938 C7.24609,4.02734,7.24609,4.23047,7.34375,4.39844 C8.31641,6.08203,10.5625,9.96875,11.5352,11.6563 C11.6289,11.8203,11.8086,11.9258,12,11.9258 C12.1914,11.9258,12.3672,11.8203,12.4648,11.6563 C13.4375,9.96875,15.6836,6.08203,16.6563,4.39844 C16.75,4.23047,16.75,4.02734,16.6563,3.85938 C16.5586,3.69531,16.3828,3.59375,16.1914,3.59375 Z M7.80859,3.59375" />
12+
</vector>
Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<!-- Copyright 2024 ReVanced. Not licensed under GPL. See https://github.com/ReVanced/revanced-branding -->
23
<vector xmlns:android="http://schemas.android.com/apk/res/android"
34
android:width="24dp"
45
android:height="24dp"
5-
android:viewportWidth="256"
6-
android:viewportHeight="256">
7-
<group
8-
android:scaleX="0.95"
9-
android:scaleY="0.95"
10-
android:translateX="12"
11-
android:translateY="12">
12-
<path
13-
android:fillColor="#FF000000"
14-
android:pathData="M250.09,13.49C251.39,10.51 251.11,7.08 249.33,4.36C247.55,1.64 244.52,0 241.27,0L228.81,0C226.08,0 223.61,1.62 222.51,4.11C211.54,29.1 153.63,160.99 134.29,205.04C133.2,207.54 130.73,209.15 128,209.15C125.27,209.15 122.8,207.54 121.7,205.04C102.36,160.99 44.46,29.1 33.49,4.11C32.39,1.62 29.92,0 27.19,0L14.73,0C11.48,0 8.45,1.64 6.67,4.36C4.89,7.08 4.61,10.51 5.91,13.49C26.64,60.8 95.56,218.1 109.63,250.24C111.17,253.74 114.63,256 118.45,256L137.55,256C141.37,256 144.83,253.74 146.36,250.24C160.44,218.1 229.36,60.8 250.09,13.49Z" />
15-
<path
16-
android:fillColor="#FF000000"
17-
android:pathData="M135.14,123.87C133.67,126.43 130.94,128 128,128C125.05,128 122.33,126.43 120.85,123.87C105.89,97.97 71.44,38.28 56.48,12.37C55,9.82 55,6.68 56.48,4.12C57.95,1.57 60.68,-0 63.62,-0L192.37,-0C195.32,-0 198.04,1.57 199.52,4.12C200.99,6.68 200.99,9.82 199.52,12.37C184.56,38.28 150.1,97.97 135.14,123.87Z" />
18-
</group>
19-
</vector>
6+
android:viewportWidth="24"
7+
android:viewportHeight="24">
8+
9+
<path
10+
android:fillColor="#000000"
11+
android:pathData="M4.62891,3.59375 C4.41406,3.59375,4.21875,3.69922,4.10156,3.875 C3.98828,4.05469,3.96875,4.27734,4.05078,4.46875 C5.40234,7.55078,9.88672,17.7891,10.8047,19.8828 C10.9063,20.1094,11.1289,20.2578,11.3789,20.2578 L12.6211,20.2578 C12.8711,20.2578,13.0938,20.1094,13.1953,19.8828 C14.1133,17.7891,18.5977,7.55078,19.9492,4.46875 C20.0313,4.27734,20.0117,4.05469,19.8984,3.875 C19.7813,3.69922,19.5859,3.59375,19.375,3.59375 L18.5625,3.59375 C18.3867,3.59375,18.2227,3.69531,18.1523,3.85938 C17.4375,5.48828,13.668,14.0703,12.4102,16.9375 C12.3398,17.1016,12.1758,17.207,12,17.207 C11.8242,17.207,11.6602,17.1016,11.5898,16.9375 C10.332,14.0703,6.5625,5.48828,5.84766,3.85938 C5.77734,3.69531,5.61328,3.59375,5.4375,3.59375 Z M7.80859,3.59375 C7.61719,3.59375,7.44141,3.69531,7.34375,3.85938 C7.24609,4.02734,7.24609,4.23047,7.34375,4.39844 C8.31641,6.08203,10.5625,9.96875,11.5352,11.6563 C11.6289,11.8203,11.8086,11.9258,12,11.9258 C12.1914,11.9258,12.3672,11.8203,12.4648,11.6563 C13.4375,9.96875,15.6836,6.08203,16.6563,4.39844 C16.75,4.23047,16.75,4.02734,16.6563,3.85938 C16.5586,3.69531,16.3828,3.59375,16.1914,3.59375 Z M7.80859,3.59375" />
12+
</vector>

0 commit comments

Comments
 (0)