Skip to content

Commit a2d063e

Browse files
committed
fix(Compose): Adjust ReVanced icons
1 parent 8d9c243 commit a2d063e

File tree

8 files changed

+20
-14
lines changed

8 files changed

+20
-14
lines changed

β€Žapp/src/main/res/drawable/ic_launcher_foreground.xmlβ€Ž

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,29 @@
22
xmlns:aapt="http://schemas.android.com/aapt"
33
android:width="108dp"
44
android:height="108dp"
5-
android:viewportWidth="256"
6-
android:viewportHeight="256">
7-
<group android:scaleX="0.23"
8-
android:scaleY="0.23"
9-
android:translateX="98.56"
10-
android:translateY="98.56">
5+
android:viewportWidth="800"
6+
android:viewportHeight="800">
7+
<group android:scaleX="0.7"
8+
android:scaleY="0.7"
9+
android:translateX="120"
10+
android:translateY="120">
1111
<path
12-
android:pathData="M253.85,4.9C254.32,3.82 254.22,2.57 253.58,1.58C252.93,0.6 251.83,0 250.64,0C243.29,0 230.47,0 225.95,0C224.96,0 224.06,0.59 223.66,1.5C216.03,18.88 144.1,182.7 130.29,214.16C129.89,215.07 128.99,215.66 128,215.66C127.01,215.66 126.11,215.07 125.71,214.16C111.9,182.7 39.97,18.88 32.34,1.5C31.94,0.59 31.04,0 30.05,0C25.53,0 12.71,0 5.36,0C4.17,0 3.07,0.6 2.42,1.58C1.78,2.57 1.68,3.82 2.15,4.9C16.78,38.3 101.47,231.61 111.24,253.9C111.8,255.18 113.06,256 114.45,256C120.29,256 135.71,256 141.55,256C142.94,256 144.2,255.18 144.76,253.9C154.52,231.61 239.22,38.3 253.85,4.9Z"
13-
android:fillColor="#ffffff"/>
12+
android:pathData="m566.89,249.7c1.78,-3.91 1.39,-8.41 -1.04,-11.98C563.43,234.15 559.28,232 554.84,232c-6.19,0 -12.55,0 -17.04,0 -3.73,0 -7.11,2.12 -8.6,5.4 -15,32.8 -94.16,205.9 -120.59,263.72 -1.5,3.28 -4.88,5.39 -8.61,5.39 -3.73,0 -7.11,-2.12 -8.6,-5.39C364.96,443.3 285.8,270.19 270.8,237.4 269.3,234.12 265.93,232 262.2,232c-4.49,0 -10.85,0 -17.04,0 -4.44,0 -8.58,2.15 -11.01,5.72 -2.43,3.57 -2.82,8.07 -1.04,11.98 28.34,62.1 122.54,268.56 141.79,310.73 2.1,4.6 6.83,7.56 12.05,7.56 7.57,0 18.53,0 26.1,0 5.23,0 9.95,-2.97 12.05,-7.56 19.25,-42.17 113.45,-248.63 141.79,-310.73z"
13+
android:strokeLineJoin="round"
14+
android:strokeWidth="1.17874"
15+
android:fillColor="#ffffff"
16+
android:fillType="evenOdd"/>
1417
<path
15-
android:pathData="M130.59,131.75C130.06,132.68 129.07,133.25 128,133.25C126.93,133.25 125.94,132.68 125.4,131.75C113.45,111.06 63.88,25.19 51.93,4.5C51.4,3.57 51.4,2.43 51.93,1.5C52.47,0.57 53.46,-0 54.53,-0L201.47,-0C202.54,-0 203.53,0.57 204.06,1.5C204.6,2.43 204.6,3.57 204.06,4.5C192.12,25.19 142.54,111.06 130.59,131.75Z">
18+
android:pathData="M409.77,394.59C407.75,397.94 404.03,400 400,400c-4.03,0 -7.75,-2.06 -9.77,-5.41 -20.45,-34 -67.55,-112.34 -88,-146.34 -2.01,-3.35 -2.01,-7.48 0,-10.83 2.01,-3.35 5.74,-5.41 9.77,-5.41 40.89,0 135.1,0 176,0 4.03,0 7.75,2.06 9.77,5.41 2.01,3.35 2.01,7.48 0,10.83 -20.45,34 -67.55,112.34 -88,146.34z"
19+
android:strokeLineJoin="round"
20+
android:strokeWidth="1.17874"
21+
android:fillType="evenOdd">
1622
<aapt:attr name="android:fillColor">
17-
<gradient
18-
android:startX="128"
19-
android:startY="-0"
20-
android:endX="128"
21-
android:endY="254.6"
23+
<gradient
24+
android:startX="400"
25+
android:startY="232"
26+
android:endX="400"
27+
android:endY="566.16"
2228
android:type="linear">
2329
<item android:offset="0" android:color="#FFF04E98"/>
2430
<item android:offset="0.5" android:color="#FF5F65D4"/>
4.42 KB
Loading
124 Bytes
Loading
309 Bytes
Loading
231 Bytes
Loading
316 Bytes
Loading
575 Bytes
Loading
728 Bytes
Loading

0 commit comments

Comments
Β (0)