-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #347 from GabrielBRDeveloper/master
Pandroid: Best Screen Gamepad accessibility
- Loading branch information
Showing
26 changed files
with
613 additions
and
149 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
src/pandroid/app/src/main/res/drawable/analog_background.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:aapt="http://schemas.android.com/aapt" | ||
android:width="100dp" | ||
android:height="100dp" | ||
android:viewportWidth="100" | ||
android:viewportHeight="100"> | ||
<path | ||
android:pathData="M50,7C26.27,7 7,26.27 7,50 7,73.73 26.27,93 50,93 73.73,93 93,73.73 93,50 93,26.27 73.73,7 50,7ZM50,10.06C72.08,10.06 89.94,27.92 89.94,50 89.94,72.08 72.08,89.94 50,89.94 27.92,89.94 10.06,72.08 10.06,50 10.06,27.92 27.92,10.06 50,10.06Z" | ||
android:fillColor="#000000" | ||
android:fillType="evenOdd" | ||
android:fillAlpha="0.285353"/> | ||
<path | ||
android:pathData="M50,7.55C26.57,7.55 7.55,26.57 7.55,50 7.55,73.43 26.57,92.45 50,92.45 73.43,92.45 92.45,73.43 92.45,50 92.45,26.57 73.43,7.55 50,7.55ZM50,9.51C72.38,9.51 90.49,27.62 90.49,50 90.49,72.38 72.38,90.49 50,90.49 27.62,90.49 9.51,72.38 9.51,50 9.51,27.62 27.62,9.51 50,9.51Z" | ||
android:fillType="evenOdd"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:centerX="0.32" | ||
android:centerY="14.57" | ||
android:gradientRadius="112.13" | ||
android:type="radial"> | ||
<item android:offset="0" android:color="#FFFFFFFF"/> | ||
<item android:offset="1" android:color="#FF525252"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
</vector> |
41 changes: 41 additions & 0 deletions
41
src/pandroid/app/src/main/res/drawable/analog_foreground.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:aapt="http://schemas.android.com/aapt" | ||
android:width="100dp" | ||
android:height="100dp" | ||
android:viewportWidth="100" | ||
android:viewportHeight="100"> | ||
<path | ||
android:pathData="M50,50m-45,0a45,45 0,1 1,90 0a45,45 0,1 1,-90 0" | ||
android:strokeWidth="0.321096" | ||
android:fillType="evenOdd"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:centerX="50" | ||
android:centerY="50" | ||
android:gradientRadius="45" | ||
android:type="radial"> | ||
<item android:offset="0" android:color="#FFFFFFFF"/> | ||
<item android:offset="1" android:color="#FF888888"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
<path | ||
android:pathData="M50,3.34C24.25,3.34 3.34,24.25 3.34,50 3.34,75.75 24.25,96.66 50,96.66 75.75,96.66 96.66,75.75 96.66,50 96.66,24.25 75.75,3.34 50,3.34ZM50,6.66C73.96,6.66 93.34,26.04 93.34,50 93.34,73.96 73.96,93.34 50,93.34 26.04,93.34 6.66,73.96 6.66,50 6.66,26.04 26.04,6.66 50,6.66Z" | ||
android:fillColor="#000000" | ||
android:fillType="evenOdd" | ||
android:fillAlpha="0.285353"/> | ||
<path | ||
android:pathData="M50,3.94C24.57,3.94 3.94,24.57 3.94,50 3.94,75.43 24.57,96.06 50,96.06 75.43,96.06 96.06,75.43 96.06,50 96.06,24.57 75.43,3.94 50,3.94ZM50,6.06C74.28,6.06 93.94,25.72 93.94,50 93.94,74.28 74.28,93.94 50,93.94 25.72,93.94 6.06,74.28 6.06,50 6.06,25.72 25.72,6.06 50,6.06Z" | ||
android:fillType="evenOdd"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:centerX="-3.9" | ||
android:centerY="11.55" | ||
android:gradientRadius="121.67" | ||
android:type="radial"> | ||
<item android:offset="0" android:color="#FFFFFFFF"/> | ||
<item android:offset="1" android:color="#FF525252"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:aapt="http://schemas.android.com/aapt" | ||
android:width="100dp" | ||
android:height="100dp" | ||
android:viewportWidth="100" | ||
android:viewportHeight="100"> | ||
<path | ||
android:pathData="M50,50m-47.79,0a47.79,47.79 0,1 1,95.58 0a47.79,47.79 0,1 1,-95.58 0" | ||
android:strokeWidth="0.425" | ||
android:strokeColor="#00000000" | ||
android:fillType="evenOdd"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:startX="94.17" | ||
android:startY="88.44" | ||
android:endX="15.07" | ||
android:endY="7.22" | ||
android:type="linear"> | ||
<item android:offset="0" android:color="#FF383838"/> | ||
<item android:offset="0.6" android:color="#FFFFFFFF"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
<path | ||
android:pathData="m50,2c-26.51,0 -48,21.49 -48,48 0,26.51 21.49,48 48,48 26.51,0 48,-21.49 48,-48 0,-26.51 -21.49,-48 -48,-48zM50,2.43c26.28,0 47.58,21.3 47.58,47.57 0,26.28 -21.3,47.57 -47.58,47.57 -26.28,0 -47.57,-21.3 -47.57,-47.57 0,-26.28 21.3,-47.57 47.57,-47.57z" | ||
android:fillColor="#070707" | ||
android:fillType="evenOdd"/> | ||
<path | ||
android:pathData="M50,50m-45,0a45,45 0,1 1,90 0a45,45 0,1 1,-90 0" | ||
android:strokeWidth="0.4" | ||
android:fillColor="#afafaf" | ||
android:strokeColor="#00000000" | ||
android:fillType="evenOdd"/> | ||
<path | ||
android:pathData="m60.36,69.56q-0.62,-2.03 -1.41,-4.18 -0.73,-2.14 -1.47,-4.29l-15.24,0q-0.73,2.14 -1.52,4.29 -0.73,2.14 -1.35,4.18l-9.14,0q2.2,-6.32 4.18,-11.68 1.98,-5.36 3.84,-10.1 1.92,-4.74 3.73,-8.97 1.86,-4.29 3.84,-8.35l8.41,0q1.92,4.06 3.78,8.35 1.86,4.23 3.73,8.97 1.92,4.74 3.89,10.1 1.98,5.36 4.18,11.68zM49.8,39.3q-0.28,0.85 -0.85,2.31 -0.56,1.47 -1.3,3.39 -0.73,1.92 -1.64,4.23 -0.85,2.31 -1.75,4.85l11.12,0q-0.9,-2.54 -1.75,-4.85 -0.85,-2.31 -1.64,-4.23 -0.73,-1.92 -1.3,-3.39 -0.56,-1.47 -0.9,-2.31z" | ||
android:strokeAlpha="0.396361" | ||
android:strokeWidth="0.45" | ||
android:fillColor="#424242"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:aapt="http://schemas.android.com/aapt" | ||
android:width="100dp" | ||
android:height="100dp" | ||
android:viewportWidth="100" | ||
android:viewportHeight="100"> | ||
<path | ||
android:pathData="M50,50m-47.79,0a47.79,47.79 0,1 1,95.58 0a47.79,47.79 0,1 1,-95.58 0" | ||
android:strokeWidth="0.425" | ||
android:strokeColor="#00000000" | ||
android:fillType="evenOdd"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:startX="94.17" | ||
android:startY="88.44" | ||
android:endX="15.07" | ||
android:endY="7.22" | ||
android:type="linear"> | ||
<item android:offset="0" android:color="#FF383838"/> | ||
<item android:offset="0.6" android:color="#FFFFFFFF"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
<path | ||
android:pathData="m50,2c-26.51,0 -48,21.49 -48,48 0,26.51 21.49,48 48,48 26.51,0 48,-21.49 48,-48 0,-26.51 -21.49,-48 -48,-48zM50,2.43c26.28,0 47.58,21.3 47.58,47.57 0,26.28 -21.3,47.57 -47.58,47.57 -26.28,0 -47.57,-21.3 -47.57,-47.57 0,-26.28 21.3,-47.57 47.57,-47.57z" | ||
android:fillColor="#070707" | ||
android:fillType="evenOdd"/> | ||
<path | ||
android:pathData="M50,50m-45,0a45,45 0,1 1,90 0a45,45 0,1 1,-90 0" | ||
android:strokeWidth="0.4" | ||
android:fillColor="#afafaf" | ||
android:strokeColor="#00000000" | ||
android:fillType="evenOdd"/> | ||
<path | ||
android:pathData="m48.59,70.07q-3.22,0 -6.43,-0.23 -3.16,-0.17 -6.6,-0.9l0,-37.93q2.71,-0.51 5.93,-0.73 3.22,-0.28 5.98,-0.28 3.73,0 6.83,0.56 3.16,0.51 5.42,1.81 2.26,1.3 3.5,3.44 1.3,2.09 1.3,5.19 0,4.68 -4.52,7.39 3.73,1.41 5.08,3.84 1.35,2.43 1.35,5.48 0,6.15 -4.52,9.26 -4.46,3.1 -13.32,3.1zM44.13,52.51l0,10.1q0.96,0.11 2.09,0.17 1.13,0.06 2.48,0.06 3.95,0 6.38,-1.13 2.43,-1.13 2.43,-4.18 0,-2.71 -2.03,-3.84 -2.03,-1.19 -5.81,-1.19zM44.13,45.79l4.29,0q4.06,0 5.81,-1.02 1.75,-1.07 1.75,-3.39 0,-2.37 -1.81,-3.33 -1.81,-0.96 -5.31,-0.96 -1.13,0 -2.43,0.06 -1.3,0 -2.31,0.11z" | ||
android:strokeAlpha="0.396361" | ||
android:strokeWidth="0.45" | ||
android:fillColor="#424242"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<vector android:height="24dp" android:viewportHeight="64" | ||
android:viewportWidth="264" android:width="99dp" | ||
xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<path android:fillType="evenOdd" | ||
android:pathData="m12.36,1c-5.54,0 -10.12,3.92 -11.14,9.15 -0.14,0.71 -0.21,1.45 -0.21,2.2v39.29c0,6.29 5.06,11.36 11.36,11.36h144.42c0.81,0 1.6,-0.08 2.36,-0.24 58.82,-1.71 103.87,-12.44 103.87,-25.52L263,31.87 263,26.76 263,11 263,10.14c0,-0.17 -0.04,-0.34 -0.09,-0.49 -0.66,-4.89 -4.83,-8.64 -9.91,-8.64h-96.23z" | ||
android:strokeColor="#00000000" android:strokeLineCap="butt" | ||
android:strokeLineJoin="miter" android:strokeWidth="0.556"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient android:centerX="0" android:centerY="0" | ||
android:gradientRadius="132.57" android:type="radial"> | ||
<item android:color="#FFFCFCFC" android:offset="0"/> | ||
<item android:color="#FF484848" android:offset="1"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
<path android:fillColor="#afafaf" android:fillType="evenOdd" | ||
android:pathData="m14.35,4.15c-5.51,0 -9.95,4.44 -9.95,9.95v34.41c0,5.51 4.44,9.95 9.95,9.95h151.37c0.71,0 1.4,-0.07 2.07,-0.21 51.52,-1.5 90.98,-10.9 90.98,-22.35L258.76,31.19 258.76,26.72 258.76,12.91 258.76,12.15c0,-0.15 -0.03,-0.3 -0.08,-0.43 -0.58,-4.29 -4.23,-7.57 -8.68,-7.57h-84.29z" | ||
android:strokeColor="#00000000" android:strokeLineCap="butt" | ||
android:strokeLineJoin="miter" android:strokeWidth="0.487007"/> | ||
<path android:fillColor="#000000" android:fillType="evenOdd" android:pathData="m12.36,0.72c-5.67,0 -10.37,4.02 -11.42,9.38 -0.14,0.73 -0.22,1.48 -0.22,2.26L0.72,51.64c0,6.44 5.19,11.63 11.63,11.63L156.77,63.28c0.81,0 1.6,-0.09 2.37,-0.24 29.42,-0.86 55.4,-3.97 74.05,-8.51 9.32,-2.27 16.81,-4.89 21.99,-7.79 2.59,-1.45 4.6,-2.96 5.98,-4.54 1.38,-1.58 2.12,-3.25 2.12,-4.96L263.28,31.87 263.28,26.76 263.28,11 263.28,10.14c0,-0.2 -0.04,-0.39 -0.11,-0.56C262.48,4.56 258.2,0.72 253,0.72L156.77,0.72ZM12.36,1.28h144.42,96.23c4.94,0 8.99,3.64 9.63,8.4l0,0.03 0.01,0.03c0.05,0.13 0.08,0.26 0.08,0.4v0.87,15.76 5.11,5.37c0,1.55 -0.67,3.08 -1.98,4.6 -1.32,1.51 -3.28,3 -5.83,4.42 -5.11,2.85 -12.56,5.47 -21.85,7.73 -18.59,4.52 -44.54,7.63 -73.93,8.49l-0.03,0 -0.02,0c-0.74,0.16 -1.51,0.24 -2.3,0.24L12.36,62.72c-6.14,0 -11.08,-4.94 -11.08,-11.08L1.28,12.36c0,-0.74 0.07,-1.46 0.21,-2.15 1,-5.1 5.47,-8.93 10.87,-8.93z"/> | ||
<path android:fillColor="#424242" | ||
android:pathData="m53.32,42.88l0,7.37L27.85,50.25l0,-38.12l8.58,0l0,30.75z" | ||
android:strokeAlpha="0.396361" android:strokeWidth="0.38"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<vector android:height="24dp" android:viewportHeight="64" | ||
android:viewportWidth="264" android:width="99dp" | ||
xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<path android:fillType="evenOdd" | ||
android:pathData="m251.64,1c5.54,0 10.12,3.92 11.14,9.15 0.14,0.71 0.21,1.45 0.21,2.2v39.29c0,6.29 -5.06,11.36 -11.36,11.36h-144.42c-0.81,0 -1.6,-0.08 -2.36,-0.24C46.05,61.04 1,50.31 1,37.24L1,31.87 1,26.76 1,11 1,10.14c0,-0.17 0.04,-0.34 0.09,-0.49 0.66,-4.89 4.83,-8.64 9.91,-8.64h96.23z" | ||
android:strokeColor="#00000000" android:strokeLineCap="butt" | ||
android:strokeLineJoin="miter" android:strokeWidth="0.556"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient android:centerX="37.3" android:centerY="23.14" | ||
android:gradientRadius="132.57" android:type="radial"> | ||
<item android:color="#FFFCFCFC" android:offset="0"/> | ||
<item android:color="#FF484848" android:offset="0.61"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
<path android:fillColor="#afafaf" android:fillType="evenOdd" | ||
android:pathData="m248.82,4.15c5.51,0 9.95,4.44 9.95,9.95v34.41c0,5.51 -4.44,9.95 -9.95,9.95L97.45,58.46c-0.71,0 -1.4,-0.07 -2.07,-0.21C43.87,56.74 4.4,47.34 4.4,35.89L4.4,31.19 4.4,26.72 4.4,12.91 4.4,12.15c0,-0.15 0.03,-0.3 0.08,-0.43 0.58,-4.29 4.23,-7.57 8.68,-7.57h84.29z" | ||
android:strokeColor="#00000000" android:strokeLineCap="butt" | ||
android:strokeLineJoin="miter" android:strokeWidth="0.487007"/> | ||
<path android:fillColor="#000000" android:fillType="evenOdd" android:pathData="m251.64,0.72c5.67,0 10.37,4.02 11.42,9.38 0.14,0.73 0.22,1.48 0.22,2.26L263.28,51.64c0,6.44 -5.19,11.63 -11.63,11.63L107.23,63.28c-0.81,0 -1.6,-0.09 -2.37,-0.24 -29.42,-0.86 -55.4,-3.97 -74.05,-8.51 -9.32,-2.27 -16.81,-4.89 -21.99,-7.79 -2.59,-1.45 -4.6,-2.96 -5.98,-4.54 -1.38,-1.58 -2.12,-3.25 -2.12,-4.96L0.72,31.87 0.72,26.76 0.72,11 0.72,10.14c0,-0.2 0.04,-0.39 0.11,-0.56 0.69,-5.01 4.97,-8.85 10.17,-8.85h96.23zM251.64,1.28L107.23,1.28 11,1.28c-4.94,0 -8.99,3.64 -9.63,8.4l-0,0.03 -0.01,0.03c-0.05,0.13 -0.08,0.26 -0.08,0.4v0.87,15.76 5.11,5.37c0,1.55 0.67,3.08 1.98,4.6 1.32,1.51 3.28,3 5.83,4.42 5.11,2.85 12.56,5.47 21.85,7.73 18.59,4.52 44.54,7.63 73.93,8.49l0.03,0 0.02,0c0.74,0.16 1.51,0.24 2.3,0.24h31.1,113.32c6.14,0 11.08,-4.94 11.08,-11.08L262.72,12.36c0,-0.74 -0.07,-1.46 -0.21,-2.15 -1,-5.1 -5.47,-8.93 -10.87,-8.93z"/> | ||
<path android:fillColor="#424242" | ||
android:pathData="m221.58,11.81q8.58,0 13.15,3.08 4.57,3.03 4.57,9.46 0,4.02 -1.87,6.55 -1.82,2.48 -5.28,3.91 1.16,1.43 2.42,3.3 1.27,1.82 2.48,3.85 1.27,1.98 2.42,4.18 1.16,2.15 2.15,4.24l-9.63,0q-1.05,-1.87 -2.15,-3.8 -1.05,-1.93 -2.2,-3.74 -1.1,-1.82 -2.2,-3.41 -1.1,-1.65 -2.2,-2.97l-4.24,0l0,13.92l-8.58,0l0,-37.57q2.81,-0.55 5.78,-0.77 3.03,-0.22 5.39,-0.22zM222.08,19.12q-0.94,0 -1.71,0.06 -0.72,0.06 -1.38,0.11l0,10.34l2.42,0q4.84,0 6.93,-1.21 2.09,-1.21 2.09,-4.13 0,-2.81 -2.15,-3.96 -2.09,-1.21 -6.22,-1.21z" | ||
android:strokeAlpha="0.396361" android:strokeWidth="0.38"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:aapt="http://schemas.android.com/aapt" | ||
android:width="175dp" | ||
android:height="50dp" | ||
android:viewportWidth="175" | ||
android:viewportHeight="50"> | ||
<path | ||
android:pathData="M7.62,1L167.38,1A6.62,6.62 0,0 1,174 7.62L174,42.38A6.62,6.62 0,0 1,167.38 49L7.62,49A6.62,6.62 0,0 1,1 42.38L1,7.62A6.62,6.62 0,0 1,7.62 1z" | ||
android:strokeLineJoin="miter" | ||
android:strokeWidth="1.04136" | ||
android:fillType="evenOdd" | ||
android:strokeLineCap="butt"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:centerX="4.7" | ||
android:centerY="0" | ||
android:gradientRadius="208.29" | ||
android:type="radial"> | ||
<item android:offset="0" android:color="#FFFFFFFF"/> | ||
<item android:offset="0.56" android:color="#FF4D4D4D"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
<path | ||
android:pathData="M166.91,4.17C122.64,4.21 78.37,4.16 34.09,4.19 25.08,4.2 16.05,4.18 7.04,4.23 5.09,4.52 3.82,6.66 4.19,8.54c0.01,11.53 -0.08,23.08 0.07,34.6 0.39,1.91 2.53,3.03 4.37,2.67 53.05,0.01 106.1,0.01 159.14,-0.01 2.03,-0.2 3.42,-2.4 3.03,-4.34 -0,-11.53 0.08,-23.07 -0.07,-34.6 -0.35,-1.69 -2.14,-2.89 -3.83,-2.7z" | ||
android:strokeLineJoin="miter" | ||
android:strokeWidth="1.04136" | ||
android:fillColor="#afafaf" | ||
android:fillType="evenOdd" | ||
android:strokeLineCap="butt"/> | ||
<path | ||
android:pathData="M33.72,12.26C32.33,12.26 31.09,12.44 29.98,12.79C28.87,13.12 27.93,13.6 27.16,14.24C26.38,14.87 25.78,15.65 25.36,16.56C24.94,17.46 24.72,18.47 24.72,19.6C24.72,20.73 24.92,21.69 25.32,22.49C25.72,23.27 26.24,23.94 26.88,24.5C27.51,25.04 28.23,25.5 29.03,25.88C29.83,26.23 30.63,26.55 31.43,26.83C33.26,27.44 34.55,28.02 35.31,28.56C36.06,29.08 36.44,29.73 36.44,30.53C36.44,30.91 36.38,31.25 36.26,31.56C36.14,31.86 35.93,32.13 35.62,32.37C35.32,32.58 34.91,32.76 34.39,32.9C33.9,33.01 33.26,33.07 32.48,33.07C30.93,33.07 29.62,32.92 28.53,32.61C27.48,32.29 26.58,31.92 25.85,31.52L24.3,35.9C24.63,36.08 25.03,36.28 25.5,36.5C25.99,36.71 26.57,36.91 27.23,37.09C27.91,37.28 28.69,37.44 29.56,37.55C30.43,37.69 31.4,37.77 32.48,37.77C35.71,37.77 38.12,37.14 39.72,35.9C41.32,34.63 42.12,32.85 42.12,30.57C42.12,29.39 41.96,28.39 41.66,27.57C41.35,26.75 40.88,26.03 40.25,25.42C39.63,24.81 38.86,24.28 37.92,23.83C36.98,23.36 35.87,22.89 34.6,22.42C33.99,22.21 33.43,22.01 32.91,21.82C32.41,21.61 31.97,21.38 31.57,21.15C31.19,20.89 30.9,20.61 30.69,20.3C30.47,20 30.37,19.62 30.37,19.17C30.37,18.42 30.65,17.87 31.22,17.52C31.8,17.14 32.76,16.95 34.07,16.95C35.25,16.95 36.25,17.09 37.07,17.37C37.92,17.63 38.68,17.94 39.36,18.29L40.95,13.95C40.18,13.53 39.19,13.14 37.99,12.79C36.79,12.44 35.37,12.26 33.72,12.26zM120.4,12.26C118.61,12.26 116.95,12.54 115.42,13.11C113.89,13.67 112.58,14.51 111.47,15.61C110.37,16.69 109.5,18.03 108.86,19.63C108.23,21.21 107.91,23.01 107.91,25.03C107.91,29.1 108.94,32.24 111.01,34.45C113.11,36.66 116.14,37.77 120.11,37.77C121.97,37.77 123.61,37.58 125.02,37.2C126.43,36.82 127.52,36.4 128.3,35.93L126.78,31.52C126.48,31.66 126.14,31.82 125.76,31.98C125.38,32.14 124.95,32.3 124.45,32.44C123.96,32.56 123.4,32.66 122.76,32.76C122.13,32.85 121.41,32.9 120.61,32.9C119.34,32.9 118.26,32.7 117.36,32.3C116.47,31.87 115.74,31.31 115.18,30.6C114.63,29.9 114.24,29.06 113.98,28.1C113.74,27.11 113.62,26.05 113.62,24.92C113.62,23.51 113.81,22.31 114.19,21.33C114.56,20.34 115.06,19.54 115.67,18.93C116.3,18.29 117.02,17.83 117.82,17.55C118.64,17.27 119.48,17.13 120.33,17.13C121.6,17.13 122.73,17.27 123.71,17.55C124.72,17.83 125.61,18.17 126.36,18.57L127.95,14.13C127.76,14.01 127.45,13.85 127.03,13.64C126.61,13.42 126.08,13.22 125.44,13.04C124.81,12.82 124.07,12.65 123.22,12.51C122.37,12.34 121.43,12.26 120.4,12.26zM46.35,12.82L46.35,37.27L63.67,37.27L63.67,32.65L51.85,32.65L51.85,26.76L61.62,26.76L61.62,22.24L51.85,22.24L51.85,17.45L62.86,17.45L62.86,12.82L46.35,12.82zM67.73,12.82L67.73,37.27L84.06,37.27L84.06,32.54L73.23,32.54L73.23,12.82L67.73,12.82zM87.59,12.82L87.59,37.27L104.91,37.27L104.91,32.65L93.09,32.65L93.09,26.76L102.86,26.76L102.86,22.24L93.09,22.24L93.09,17.45L104.1,17.45L104.1,12.82L87.59,12.82zM130.45,12.82L130.45,17.52L137.82,17.52L137.82,37.27L143.33,37.27L143.33,17.52L150.7,17.52L150.7,12.82L130.45,12.82z" | ||
android:fillColor="#424242"/> | ||
<path | ||
android:pathData="m7.62,0.68c-3.84,0 -6.94,3.1 -6.94,6.94L0.68,42.38c0,3.84 3.1,6.94 6.94,6.94L167.38,49.32c3.84,0 6.94,-3.1 6.94,-6.94L174.32,7.62c0,-3.84 -3.1,-6.94 -6.94,-6.94L27.61,0.68ZM7.62,1.32L167.38,1.32c3.49,0 6.3,2.8 6.3,6.3L173.68,42.38c0,3.49 -2.8,6.3 -6.3,6.3L7.62,48.68c-3.49,0 -6.3,-2.8 -6.3,-6.3L1.32,7.62c0,-3.49 2.8,-6.3 6.3,-6.3z" | ||
android:fillColor="#000000" | ||
android:fillType="evenOdd"/> | ||
</vector> |
Oops, something went wrong.