Skip to content

Commit 8547eb1

Browse files
author
menghanli
committed
fix(tablet): fix a11y button gesture assets to match new fancy ones on other a11y preferences
Fix: 269717670 Test: 1. Go to Settings > Accessibility shortcuts > accessibility button & gesture. 2. Observe The Gesture's picture. 3. Go to any other accessibility's shortcut. 4. Observe the picture of the Use accessibility gesture. #2 should look like #4 Change-Id: I11f64648412c9795383d356e80d9dd499095f53b
1 parent aa18934 commit 8547eb1

18 files changed

+575
-315
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (C) 2023 The Android Open Source Project
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
18+
xmlns:aapt="http://schemas.android.com/aapt"
19+
android:width="412dp"
20+
android:height="300dp"
21+
android:viewportWidth="412"
22+
android:viewportHeight="300">
23+
<group>
24+
<clip-path
25+
android:pathData="M0,0h412v300h-412z"/>
26+
<path
27+
android:pathData="M263.59,50.35C263.59,48.98 264.7,47.86 266.06,47.86L287.85,47.86C289.22,47.86 290.33,48.98 290.33,50.35L277.45,51.34L263.59,50.35Z"
28+
android:fillColor="#80868B"/>
29+
<path
30+
android:pathData="M364.52,66.19L364.52,236.14A14.75,14.75 0,0 1,349.77 250.89L62.23,250.89A14.75,14.75 0,0 1,47.48 236.14L47.48,66.19A14.75,14.75 0,0 1,62.23 51.44L349.77,51.44A14.75,14.75 0,0 1,364.52 66.19z"
31+
android:strokeWidth="2.5"
32+
android:fillColor="#000000"
33+
android:strokeColor="#80868B"/>
34+
<path
35+
android:pathData="M311.45,50.35C311.45,48.98 312.56,47.86 313.92,47.86L322.84,47.86C324.2,47.86 325.32,48.98 325.32,50.35L319.37,51.34L311.45,50.35Z"
36+
android:fillColor="#80868B"/>
37+
<path
38+
android:pathData="M176.84,188.94C173.14,188.94 170.24,191.94 170.24,195.54V220.14H183.54V195.54C183.54,191.94 180.54,188.94 176.84,188.94Z">
39+
<aapt:attr name="android:fillColor">
40+
<gradient
41+
android:startX="176.89"
42+
android:startY="220.23"
43+
android:endX="176.89"
44+
android:endY="188.97"
45+
android:type="linear">
46+
<item android:offset="0" android:color="#00669DF6"/>
47+
<item android:offset="0.69" android:color="#FF669DF6"/>
48+
</gradient>
49+
</aapt:attr>
50+
</path>
51+
<path
52+
android:pathData="M206.14,188.94C202.44,188.94 199.54,191.94 199.54,195.54V220.14H212.84V195.54C212.74,191.94 209.84,188.94 206.14,188.94Z">
53+
<aapt:attr name="android:fillColor">
54+
<gradient
55+
android:startX="206.19"
56+
android:startY="220.23"
57+
android:endX="206.19"
58+
android:endY="188.97"
59+
android:type="linear">
60+
<item android:offset="0" android:color="#00669DF6"/>
61+
<item android:offset="0.69" android:color="#FF669DF6"/>
62+
</gradient>
63+
</aapt:attr>
64+
</path>
65+
<path
66+
android:pathData="M235.44,188.94C231.74,188.94 228.84,191.94 228.84,195.54V220.14H242.14V195.54C242.04,191.94 239.14,188.94 235.44,188.94Z">
67+
<aapt:attr name="android:fillColor">
68+
<gradient
69+
android:startX="235.49"
70+
android:startY="220.23"
71+
android:endX="235.49"
72+
android:endY="188.97"
73+
android:type="linear">
74+
<item android:offset="0" android:color="#00669DF6"/>
75+
<item android:offset="0.69" android:color="#FF669DF6"/>
76+
</gradient>
77+
</aapt:attr>
78+
</path>
79+
</group>
80+
</vector>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (C) 2023 The Android Open Source Project
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
18+
xmlns:aapt="http://schemas.android.com/aapt"
19+
android:width="412dp"
20+
android:height="300dp"
21+
android:viewportWidth="412"
22+
android:viewportHeight="300">
23+
<group>
24+
<clip-path
25+
android:pathData="M0,0h412v300h-412z"/>
26+
<path
27+
android:pathData="M263.59,50.35C263.59,48.98 264.7,47.86 266.06,47.86L287.85,47.86C289.22,47.86 290.33,48.98 290.33,50.35L277.45,51.34L263.59,50.35Z"
28+
android:fillColor="#80868B"/>
29+
<path
30+
android:pathData="M364.52,66.19L364.52,236.14A14.75,14.75 0,0 1,349.77 250.89L62.23,250.89A14.75,14.75 0,0 1,47.48 236.14L47.48,66.19A14.75,14.75 0,0 1,62.23 51.44L349.77,51.44A14.75,14.75 0,0 1,364.52 66.19z"
31+
android:strokeWidth="2.5"
32+
android:fillColor="#000000"
33+
android:strokeColor="#80868B"/>
34+
<path
35+
android:pathData="M311.45,50.35C311.45,48.98 312.56,47.86 313.92,47.86L322.84,47.86C324.2,47.86 325.32,48.98 325.32,50.35L319.37,51.34L311.45,50.35Z"
36+
android:fillColor="#80868B"/>
37+
<path
38+
android:pathData="M188.15,188.94C184.45,188.94 181.55,191.94 181.55,195.54V220.14H194.85V195.54C194.85,191.94 191.85,188.94 188.15,188.94Z">
39+
<aapt:attr name="android:fillColor">
40+
<gradient
41+
android:startX="188.2"
42+
android:startY="220.23"
43+
android:endX="188.2"
44+
android:endY="188.97"
45+
android:type="linear">
46+
<item android:offset="0" android:color="#00669DF6"/>
47+
<item android:offset="0.69" android:color="#FF669DF6"/>
48+
</gradient>
49+
</aapt:attr>
50+
</path>
51+
<path
52+
android:pathData="M222.95,188.94C219.25,188.94 216.35,191.94 216.35,195.54V220.14H229.55V195.54C229.55,191.94 226.65,188.94 222.95,188.94Z">
53+
<aapt:attr name="android:fillColor">
54+
<gradient
55+
android:startX="222.95"
56+
android:startY="220.23"
57+
android:endX="222.95"
58+
android:endY="188.97"
59+
android:type="linear">
60+
<item android:offset="0" android:color="#00669DF6"/>
61+
<item android:offset="0.69" android:color="#FF669DF6"/>
62+
</gradient>
63+
</aapt:attr>
64+
</path>
65+
</group>
66+
</vector>

res/drawable-night/accessibility_shortcut_type_software_gesture.xml

+19-19
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,22 @@
1919
android:height="300dp"
2020
android:viewportWidth="412"
2121
android:viewportHeight="300">
22-
<path
23-
android:fillColor="#FF000000"
24-
android:pathData="M384.2,300H27.8C12.5,300 0,287.2 0,271.5v-243C0,12.8 12.5,0 27.8,0h356.5C399.5,0 412,12.8 412,28.5v243.2C412,287.2 399.5,300 384.2,300z"/>
25-
<path
26-
android:pathData="M139.5,225.3h133.1c8,0 14.5,-6.5 14.5,-14.5V69c1.6,0 2.9,-1.3 2.9,-2.9v-17c-1.9,-1.6 -3.8,-3.2 -5.8,-4.7v166.4c0,6.4 -5.2,11.6 -11.6,11.6H139.5c-6.4,0 -11.6,-5.2 -11.6,-11.6V42.7c-1,0.7 -1.9,1.4 -2.9,2.1v166.1C125.1,218.8 131.6,225.3 139.5,225.3z"
27-
android:fillColor="#80868B"/>
28-
<path
29-
android:pathData="M229.9,207.9h-47.8c-1.1,0 -2,0.9 -2,2s0.9,2 2,2h47.8c1.1,0 2,-0.9 2,-2S231,207.9 229.9,207.9z"
30-
android:fillColor="#80868B"/>
31-
<path
32-
android:pathData="M198.4,205.7v-11.4h4.9l-6.9,-12.2l-6.9,12.2h4.9v11.4c-1.9,0.8 -3.2,2.6 -3.2,4.8c0,2.9 2.3,5.2 5.2,5.2s5.2,-2.3 5.2,-5.2C201.6,208.4 200.2,206.5 198.4,205.7z"
33-
android:fillColor="#669DF6"/>
34-
<path
35-
android:pathData="M217.7,205.7v-11.4h4.9l-6.9,-12.2l-6.9,12.2h4.9v11.4c-1.9,0.8 -3.2,2.6 -3.2,4.8c0,2.9 2.3,5.2 5.2,5.2s5.2,-2.3 5.2,-5.2C220.9,208.4 219.6,206.5 217.7,205.7z"
36-
android:fillColor="#669DF6"/>
37-
<path
38-
android:pathData="M206.1,19.1c35,0 67.9,13.6 92.6,38.4c24.7,24.7 38.4,57.6 38.4,92.6s-13.6,67.9 -38.4,92.6c-24.7,24.7 -57.6,38.4 -92.6,38.4s-67.9,-13.6 -92.6,-38.4C88.8,217.9 75.1,185 75.1,150s13.6,-67.9 38.4,-92.6C138.2,32.7 171.1,19.1 206.1,19.1M206.1,17.1c-73.4,0 -133,59.5 -133,132.9S132.6,282.9 206,282.9S339,223.4 339,150S279.5,17.1 206.1,17.1L206.1,17.1z"
39-
android:fillColor="#3C4043"/>
40-
</vector>
22+
<path
23+
android:fillColor="#FF000000"
24+
android:pathData="M384.2,300H27.8C12.5,300 0,287.2 0,271.5v-243C0,12.8 12.5,0 27.8,0h356.5C399.5,0 412,12.8 412,28.5v243.2C412,287.2 399.5,300 384.2,300z"/>
25+
<path
26+
android:pathData="M139.5,225.3h133.1c8,0 14.5,-6.5 14.5,-14.5V69c1.6,0 2.9,-1.3 2.9,-2.9v-17c-1.9,-1.6 -3.8,-3.2 -5.8,-4.7v166.4c0,6.4 -5.2,11.6 -11.6,11.6H139.5c-6.4,0 -11.6,-5.2 -11.6,-11.6V42.7c-1,0.7 -1.9,1.4 -2.9,2.1v166.1C125.1,218.8 131.6,225.3 139.5,225.3z"
27+
android:fillColor="#80868B"/>
28+
<path
29+
android:pathData="M229.9,207.9h-47.8c-1.1,0 -2,0.9 -2,2s0.9,2 2,2h47.8c1.1,0 2,-0.9 2,-2S231,207.9 229.9,207.9z"
30+
android:fillColor="#80868B"/>
31+
<path
32+
android:pathData="M198.4,205.7v-11.4h4.9l-6.9,-12.2l-6.9,12.2h4.9v11.4c-1.9,0.8 -3.2,2.6 -3.2,4.8c0,2.9 2.3,5.2 5.2,5.2s5.2,-2.3 5.2,-5.2C201.6,208.4 200.2,206.5 198.4,205.7z"
33+
android:fillColor="#669DF6"/>
34+
<path
35+
android:pathData="M217.7,205.7v-11.4h4.9l-6.9,-12.2l-6.9,12.2h4.9v11.4c-1.9,0.8 -3.2,2.6 -3.2,4.8c0,2.9 2.3,5.2 5.2,5.2s5.2,-2.3 5.2,-5.2C220.9,208.4 219.6,206.5 217.7,205.7z"
36+
android:fillColor="#669DF6"/>
37+
<path
38+
android:pathData="M206.1,19.1c35,0 67.9,13.6 92.6,38.4c24.7,24.7 38.4,57.6 38.4,92.6s-13.6,67.9 -38.4,92.6c-24.7,24.7 -57.6,38.4 -92.6,38.4s-67.9,-13.6 -92.6,-38.4C88.8,217.9 75.1,185 75.1,150s13.6,-67.9 38.4,-92.6C138.2,32.7 171.1,19.1 206.1,19.1M206.1,17.1c-73.4,0 -133,59.5 -133,132.9S132.6,282.9 206,282.9S339,223.4 339,150S279.5,17.1 206.1,17.1L206.1,17.1z"
39+
android:fillColor="#3C4043"/>
40+
</vector>
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,46 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (C) 2023 The Android Open Source Project
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
117
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2-
xmlns:aapt="http://schemas.android.com/aapt"
318
android:width="412dp"
419
android:height="300dp"
520
android:viewportWidth="412"
621
android:viewportHeight="300">
7-
<group>
8-
<clip-path
9-
android:pathData="M0,0h412v300h-412z"/>
10-
<path
11-
android:pathData="M263.59,50.35C263.59,48.98 264.7,47.86 266.06,47.86L287.85,47.86C289.22,47.86 290.33,48.98 290.33,50.35L277.45,51.34L263.59,50.35Z"
12-
android:fillColor="#80868B"/>
13-
<path
14-
android:pathData="M364.52,66.19L364.52,236.14A14.75,14.75 0,0 1,349.77 250.89L62.23,250.89A14.75,14.75 0,0 1,47.48 236.14L47.48,66.19A14.75,14.75 0,0 1,62.23 51.44L349.77,51.44A14.75,14.75 0,0 1,364.52 66.19z"
15-
android:strokeWidth="2.5"
16-
android:fillColor="#000000"
17-
android:strokeColor="#80868B"/>
18-
<path
19-
android:pathData="M311.45,50.35C311.45,48.98 312.56,47.86 313.92,47.86L322.84,47.86C324.2,47.86 325.32,48.98 325.32,50.35L319.37,51.34L311.45,50.35Z"
20-
android:fillColor="#80868B"/>
21-
<path
22-
android:pathData="M188.15,188.94C184.45,188.94 181.55,191.94 181.55,195.54V220.14H194.85V195.54C194.85,191.94 191.85,188.94 188.15,188.94Z">
23-
<aapt:attr name="android:fillColor">
24-
<gradient
25-
android:startX="188.2"
26-
android:startY="220.23"
27-
android:endX="188.2"
28-
android:endY="188.97"
29-
android:type="linear">
30-
<item android:offset="0" android:color="#00669DF6"/>
31-
<item android:offset="0.69" android:color="#FF669DF6"/>
32-
</gradient>
33-
</aapt:attr>
34-
</path>
35-
<path
36-
android:pathData="M222.95,188.94C219.25,188.94 216.35,191.94 216.35,195.54V220.14H229.55V195.54C229.55,191.94 226.65,188.94 222.95,188.94Z">
37-
<aapt:attr name="android:fillColor">
38-
<gradient
39-
android:startX="222.95"
40-
android:startY="220.23"
41-
android:endX="222.95"
42-
android:endY="188.97"
43-
android:type="linear">
44-
<item android:offset="0" android:color="#00669DF6"/>
45-
<item android:offset="0.69" android:color="#FF669DF6"/>
46-
</gradient>
47-
</aapt:attr>
48-
</path>
49-
</group>
22+
<group>
23+
<clip-path
24+
android:pathData="M0,0h412v300h-412z"/>
25+
<path
26+
android:pathData="M263.59,50.35C263.59,48.98 264.7,47.86 266.06,47.86L287.85,47.86C289.22,47.86 290.33,48.98 290.33,50.35L277.45,51.34L263.59,50.35Z"
27+
android:fillColor="#80868B"/>
28+
<path
29+
android:pathData="M364.52,66.19L364.52,236.14A14.75,14.75 0,0 1,349.77 250.89L62.23,250.89A14.75,14.75 0,0 1,47.48 236.14L47.48,66.19A14.75,14.75 0,0 1,62.23 51.44L349.77,51.44A14.75,14.75 0,0 1,364.52 66.19z"
30+
android:strokeWidth="2.5"
31+
android:fillColor="#000000"
32+
android:strokeColor="#80868B"/>
33+
<path
34+
android:pathData="M311.45,50.35C311.45,48.98 312.56,47.86 313.92,47.86L322.84,47.86C324.2,47.86 325.32,48.98 325.32,50.35L319.37,51.34L311.45,50.35Z"
35+
android:fillColor="#80868B"/>
36+
<path
37+
android:pathData="M170.9,232.14L241.9,232.14A2,2 0,0 1,243.9 234.14L243.9,234.14A2,2 0,0 1,241.9 236.14L170.9,236.14A2,2 0,0 1,168.9 234.14L168.9,234.14A2,2 0,0 1,170.9 232.14z"
38+
android:fillColor="#80868B"/>
39+
<path
40+
android:pathData="M198.35,229.14V217.74H203.25L196.35,205.54L189.45,217.74H194.35V229.14C192.45,229.94 191.15,231.74 191.15,233.94C191.15,236.84 193.45,239.14 196.35,239.14C199.25,239.14 201.55,236.84 201.55,233.94C201.55,231.84 200.15,229.94 198.35,229.14Z"
41+
android:fillColor="#669DF6"/>
42+
<path
43+
android:pathData="M217.65,229.14V217.74H222.55L215.65,205.54L208.75,217.74H213.65V229.14C211.75,229.94 210.45,231.74 210.45,233.94C210.45,236.84 212.75,239.14 215.65,239.14C218.55,239.14 220.85,236.84 220.85,233.94C220.85,231.84 219.55,229.94 217.65,229.14Z"
44+
android:fillColor="#669DF6"/>
45+
</group>
5046
</vector>

res/drawable-night/accessibility_shortcut_type_software_gesture_talkback.xml

+22-22
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@
1919
android:height="300dp"
2020
android:viewportWidth="412"
2121
android:viewportHeight="300">
22-
<path
23-
android:fillColor="#FF000000"
24-
android:pathData="M384.2,300H27.8C12.5,300 0,287.2 0,271.5v-243C0,12.8 12.5,0 27.8,0h356.5C399.5,0 412,12.8 412,28.5v243.2C412,287.2 399.5,300 384.2,300z"/>
25-
<path
26-
android:pathData="M138,225.3h133.1c8,0 14.5,-6.5 14.5,-14.5V69c1.6,0 2.9,-1.3 2.9,-2.9V45.7c-1.9,-1.5 -3.8,-2.9 -5.8,-4.3v169.4c0,6.4 -5.2,11.6 -11.6,11.6H138c-6.4,0 -11.6,-5.2 -11.6,-11.6V43.5c-1,0.7 -1.9,1.5 -2.9,2.2v165C123.5,218.8 130,225.3 138,225.3z"
27-
android:fillColor="#80868B"/>
28-
<path
29-
android:pathData="M206,283.9c-73.9,0 -133.9,-60.1 -133.9,-133.9S132.1,16.1 206,16.1c73.9,0 133.9,60.1 133.9,133.9S279.9,283.9 206,283.9zM206,18.1C133.2,18.1 74.1,77.2 74.1,150S133.2,281.9 206,281.9S337.9,222.8 337.9,150S278.8,18.1 206,18.1z"
30-
android:fillColor="#3C4043"/>
31-
<path
32-
android:pathData="M229.9,207.9h-47.8c-1.1,0 -2,0.9 -2,2s0.9,2 2,2h47.8c1.1,0 2,-0.9 2,-2S231,207.9 229.9,207.9z"
33-
android:fillColor="#80868B"/>
34-
<path
35-
android:pathData="M190.9,205.7v-11.4h4.9l-6.9,-12.2l-6.9,12.2h4.9v11.4c-1.9,0.8 -3.2,2.6 -3.2,4.8c0,2.9 2.3,5.2 5.2,5.2c2.9,0 5.2,-2.3 5.2,-5.2C194.1,208.4 192.8,206.5 190.9,205.7z"
36-
android:fillColor="#669DF6"/>
37-
<path
38-
android:pathData="M208,205.7v-11.4h4.9l-6.9,-12.2l-6.9,12.2h4.9v11.4c-1.9,0.8 -3.2,2.6 -3.2,4.8c0,2.9 2.3,5.2 5.2,5.2c2.9,0 5.2,-2.3 5.2,-5.2C211.2,208.4 209.9,206.5 208,205.7z"
39-
android:fillColor="#669DF6"/>
40-
<path
41-
android:pathData="M225.1,205.7v-11.4h4.9l-6.9,-12.2l-6.9,12.2h4.9v11.4c-1.9,0.8 -3.2,2.6 -3.2,4.8c0,2.9 2.3,5.2 5.2,5.2c2.9,0 5.2,-2.3 5.2,-5.2C228.2,208.4 226.9,206.5 225.1,205.7z"
42-
android:fillColor="#669DF6"/>
43-
</vector>
22+
<path
23+
android:fillColor="#FF000000"
24+
android:pathData="M384.2,300H27.8C12.5,300 0,287.2 0,271.5v-243C0,12.8 12.5,0 27.8,0h356.5C399.5,0 412,12.8 412,28.5v243.2C412,287.2 399.5,300 384.2,300z"/>
25+
<path
26+
android:pathData="M138,225.3h133.1c8,0 14.5,-6.5 14.5,-14.5V69c1.6,0 2.9,-1.3 2.9,-2.9V45.7c-1.9,-1.5 -3.8,-2.9 -5.8,-4.3v169.4c0,6.4 -5.2,11.6 -11.6,11.6H138c-6.4,0 -11.6,-5.2 -11.6,-11.6V43.5c-1,0.7 -1.9,1.5 -2.9,2.2v165C123.5,218.8 130,225.3 138,225.3z"
27+
android:fillColor="#80868B"/>
28+
<path
29+
android:pathData="M206,283.9c-73.9,0 -133.9,-60.1 -133.9,-133.9S132.1,16.1 206,16.1c73.9,0 133.9,60.1 133.9,133.9S279.9,283.9 206,283.9zM206,18.1C133.2,18.1 74.1,77.2 74.1,150S133.2,281.9 206,281.9S337.9,222.8 337.9,150S278.8,18.1 206,18.1z"
30+
android:fillColor="#3C4043"/>
31+
<path
32+
android:pathData="M229.9,207.9h-47.8c-1.1,0 -2,0.9 -2,2s0.9,2 2,2h47.8c1.1,0 2,-0.9 2,-2S231,207.9 229.9,207.9z"
33+
android:fillColor="#80868B"/>
34+
<path
35+
android:pathData="M190.9,205.7v-11.4h4.9l-6.9,-12.2l-6.9,12.2h4.9v11.4c-1.9,0.8 -3.2,2.6 -3.2,4.8c0,2.9 2.3,5.2 5.2,5.2c2.9,0 5.2,-2.3 5.2,-5.2C194.1,208.4 192.8,206.5 190.9,205.7z"
36+
android:fillColor="#669DF6"/>
37+
<path
38+
android:pathData="M208,205.7v-11.4h4.9l-6.9,-12.2l-6.9,12.2h4.9v11.4c-1.9,0.8 -3.2,2.6 -3.2,4.8c0,2.9 2.3,5.2 5.2,5.2c2.9,0 5.2,-2.3 5.2,-5.2C211.2,208.4 209.9,206.5 208,205.7z"
39+
android:fillColor="#669DF6"/>
40+
<path
41+
android:pathData="M225.1,205.7v-11.4h4.9l-6.9,-12.2l-6.9,12.2h4.9v11.4c-1.9,0.8 -3.2,2.6 -3.2,4.8c0,2.9 2.3,5.2 5.2,5.2c2.9,0 5.2,-2.3 5.2,-5.2C228.2,208.4 226.9,206.5 225.1,205.7z"
42+
android:fillColor="#669DF6"/>
43+
</vector>

0 commit comments

Comments
 (0)