Changes of com.discord v1011

This commit is contained in:
root 2019-12-18 10:41:56 +01:00
parent 786e6643a6
commit eaff223b42
8250 changed files with 397391 additions and 366909 deletions

View File

@ -1,5 +1,5 @@
!!brut.androlib.meta.MetaInfo
apkFileName: com.discord-1010.apk
apkFileName: com.discord-1011.apk
compressionType: false
doNotCompress:
- arsc
@ -184,5 +184,5 @@ usesFramework:
tag: null
version: 2.4.1-197d46-SNAPSHOT
versionInfo:
versionCode: '1010'
versionName: 10.1.0
versionCode: '1011'
versionName: 10.1.1

View File

@ -3,9 +3,9 @@
#
#Do NOT modify, delete, or commit to source control!
#
#Wed Dec 18 05:39:16 UTC 2019
version_name=10.1.0
#Wed Dec 18 08:19:49 UTC 2019
version_name=10.1.1
package_name=com.discord
build_id=e9533d5e-8eb7-41cf-8301-2ea7ab541edb
version_code=1010
build_id=d55deef7-930d-42af-8d0f-22cece690ad0
version_code=1011
app_name=com.discord

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="23.0dip" android:width="23.0dip" android:viewportWidth="23.0" android:viewportHeight="23.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,-1h24v24h-24z M 0,0" />
<path android:fillColor="#ffffffff" android:pathData="M18,11V14H2V5H13V3H2C1.4696,3 0.9609,3.2107 0.5858,3.5858C0.2107,3.9609 0,4.4696 0,5L0,16C0,16.5304 0.2107,17.0391 0.5858,17.4142C0.9609,17.7893 1.4696,18 2,18H9V20H5V22H15V20H11V18H18C18.5304,18 19.0391,17.7893 19.4142,17.4142C19.7893,17.0391 20,16.5304 20,16V11H18Z" android:fillType="evenOdd" />
<path android:fillColor="#ffffffff" android:pathData="M23,2.41L21.59,1L19.12,3.48L16.64,1L15.23,2.41L17.71,4.88L15.23,7.36L16.64,8.77L19.12,6.29L21.59,8.77L23,7.36L20.52,4.88L23,2.41Z" android:fillType="evenOdd" />
</group>
</vector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 496 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 610 B

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/black" />
<corners android:radius="4.0dip" />
</shape>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/black_alpha_60" />
<corners android:radius="128.0dip" />
</shape>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?stream_preview_bg" />
<corners android:radius="@dimen/uikit_spacing_small" />
</shape>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" android:drawable="@drawable/drawable_button_primary_700_pressed" />
<item android:drawable="@drawable/drawable_button_primary_700_neutral" />
</selector>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/primary_700" />
<corners android:radius="4.0dip" />
</shape>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/primary_800" />
<corners android:radius="4.0dip" />
</shape>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:topRightRadius="4.0dip" android:bottomRightRadius="4.0dip" />
</shape>

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="@color/primary_630" android:endColor="#00000000" android:type="linear" />
</shape>

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="120.0dip" android:width="300.0dip" android:viewportWidth="300.0" android:viewportHeight="120.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h300v120h-300z M 0,0" />
<path android:fillColor="#ffaec7ff" android:pathData="M239.64,38.34H205.12C202.833,38.336 200.579,37.791 198.544,36.748C196.508,35.705 194.749,34.194 193.41,32.34L179.92,13.74C176.923,9.6 172.986,6.229 168.433,3.905C163.881,1.581 158.842,0.369 153.73,0.37H96.9C92.952,0.366 89.041,1.141 85.393,2.651C81.745,4.161 78.43,6.376 75.64,9.17C72.85,11.966 69.536,14.185 65.889,15.7C62.241,17.215 58.33,17.997 54.38,18H49.67C43.067,18 36.734,20.622 32.063,25.289C27.392,29.956 24.765,36.287 24.76,42.89V63.38C24.76,65.244 24.251,67.072 23.289,68.669C22.327,70.265 20.948,71.569 19.3,72.44C13.394,75.568 8.452,80.247 5.006,85.973C1.56,91.699 -0.261,98.257 -0.26,104.94V120H300V98.7C300.004,90.77 298.444,82.917 295.41,75.59C292.377,68.263 287.929,61.606 282.32,56C270.998,44.688 255.646,38.335 239.64,38.34Z" android:strokeAlpha="0.2" android:fillAlpha="0.2" />
<path android:fillColor="#ff7196ff" android:pathData="M209.42,17.32C209.42,16.79 208.99,16.36 208.46,16.36C207.93,16.36 207.5,16.79 207.5,17.32V18.28C207.5,18.81 207.93,19.24 208.46,19.24C208.99,19.24 209.42,18.81 209.42,18.28V17.32Z" />
<path android:fillColor="#ff7196ff" android:pathData="M209.42,24.99C209.42,24.46 208.99,24.03 208.46,24.03C207.93,24.03 207.5,24.46 207.5,24.99V25.95C207.5,26.48 207.93,26.91 208.46,26.91C208.99,26.91 209.42,26.48 209.42,25.95V24.99Z" />
<path android:fillColor="#ff7196ff" android:pathData="M212.77,22.6C213.3,22.6 213.73,22.17 213.73,21.64C213.73,21.11 213.3,20.68 212.77,20.68H211.81C211.28,20.68 210.85,21.11 210.85,21.64C210.85,22.17 211.28,22.6 211.81,22.6H212.77Z" />
<path android:fillColor="#ff7196ff" android:pathData="M205.1,22.6C205.63,22.6 206.06,22.17 206.06,21.64C206.06,21.11 205.63,20.68 205.1,20.68H204.14C203.61,20.68 203.18,21.11 203.18,21.64C203.18,22.17 203.61,22.6 204.14,22.6H205.1Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M77.9,22.65L76.68,25.18C76.619,25.31 76.6,25.456 76.625,25.597C76.65,25.739 76.718,25.869 76.82,25.97C76.921,26.072 77.052,26.14 77.193,26.165C77.334,26.19 77.48,26.171 77.61,26.11L80.14,24.89C80.234,24.846 80.336,24.823 80.44,24.823C80.544,24.823 80.646,24.846 80.74,24.89L83.28,26.11C83.41,26.174 83.556,26.195 83.699,26.171C83.841,26.147 83.973,26.079 84.074,25.976C84.176,25.873 84.243,25.741 84.266,25.598C84.288,25.455 84.265,25.309 84.2,25.18L83,22.65C82.949,22.549 82.923,22.438 82.923,22.325C82.923,22.212 82.949,22.101 83,22L84.22,19.47C84.285,19.341 84.308,19.195 84.285,19.052C84.263,18.909 84.196,18.777 84.094,18.674C83.993,18.572 83.861,18.503 83.719,18.479C83.576,18.455 83.43,18.476 83.3,18.54L80.74,19.8C80.646,19.844 80.544,19.868 80.44,19.868C80.336,19.868 80.234,19.844 80.14,19.8L77.61,18.58C77.48,18.519 77.334,18.5 77.193,18.525C77.052,18.55 76.921,18.618 76.82,18.72C76.718,18.821 76.65,18.951 76.625,19.093C76.6,19.234 76.619,19.38 76.68,19.51L77.9,22C77.951,22.101 77.978,22.212 77.978,22.325C77.978,22.438 77.951,22.549 77.9,22.65Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M15.16,44.47C15.16,43.94 14.73,43.51 14.2,43.51C13.67,43.51 13.24,43.94 13.24,44.47V45.43C13.24,45.96 13.67,46.39 14.2,46.39C14.73,46.39 15.16,45.96 15.16,45.43V44.47Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M15.16,52.14C15.16,51.61 14.73,51.18 14.2,51.18C13.67,51.18 13.24,51.61 13.24,52.14V53.1C13.24,53.63 13.67,54.06 14.2,54.06C14.73,54.06 15.16,53.63 15.16,53.1V52.14Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M18.5,49.75C19.03,49.75 19.46,49.32 19.46,48.79C19.46,48.26 19.03,47.83 18.5,47.83H17.54C17.01,47.83 16.58,48.26 16.58,48.79C16.58,49.32 17.01,49.75 17.54,49.75H18.5Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M10.84,49.75C11.37,49.75 11.8,49.32 11.8,48.79C11.8,48.26 11.37,47.83 10.84,47.83H9.88C9.35,47.83 8.92,48.26 8.92,48.79C8.92,49.32 9.35,49.75 9.88,49.75H10.84Z" />
<path android:fillColor="#ffffffff" android:pathData="M214.49,88.46H272.74C274.448,88.46 276.086,89.138 277.294,90.346C278.501,91.554 279.18,93.192 279.18,94.9V120H208.05V94.89C208.052,93.184 208.732,91.548 209.94,90.343C211.147,89.137 212.784,88.46 214.49,88.46Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M38,106.64H221L213,52.1C212.661,49.775 211.497,47.649 209.719,46.112C207.942,44.575 205.67,43.729 203.32,43.73H47.09C45.896,43.718 44.712,43.944 43.607,44.394C42.501,44.844 41.496,45.509 40.65,46.352C39.804,47.194 39.134,48.196 38.679,49.299C38.224,50.403 37.993,51.586 38,52.78V106.64Z" />
<path android:fillColor="#ff567ef7" android:pathData="M158.34,106.64H104.42V83.23C104.42,79.843 105.765,76.595 108.16,74.2C110.555,71.805 113.803,70.46 117.19,70.46H158.34V106.64Z" />
<path android:fillColor="#ff567ef7" android:pathData="M147.69,100.96H184.59C191.643,100.96 197.36,95.243 197.36,88.19V68.32C197.36,61.267 191.643,55.55 184.59,55.55L147.69,55.55C140.637,55.55 134.92,61.267 134.92,68.32V88.19C134.92,95.243 140.637,100.96 147.69,100.96Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M183.88,91V101H193.81C194.563,101 195.286,101.299 195.818,101.832C196.351,102.364 196.65,103.087 196.65,103.84C196.65,104.593 196.351,105.316 195.818,105.848C195.286,106.381 194.563,106.68 193.81,106.68H155.5V91H183.88Z" />
<path android:fillColor="#ff567ef7" android:pathData="M171.11,91V101H181C181.753,101 182.476,101.299 183.008,101.832C183.541,102.364 183.84,103.087 183.84,103.84C183.84,104.593 183.541,105.316 183.008,105.848C182.476,106.381 181.753,106.68 181,106.68H142.72V91H171.11Z" />
<path android:fillColor="#ff567ef7" android:pathData="M101.7,60.74L104.32,69.74C104.35,69.838 104.351,69.942 104.325,70.041C104.298,70.14 104.245,70.23 104.17,70.3C104.099,70.373 104.009,70.425 103.91,70.451C103.812,70.478 103.708,70.477 103.61,70.45L94.61,67.82C93.295,67.435 92.163,66.589 91.421,65.436C90.679,64.284 90.377,62.903 90.57,61.547C90.763,60.19 91.438,58.948 92.472,58.049C93.506,57.15 94.829,56.653 96.2,56.65H96.64C97.799,56.738 98.903,57.177 99.807,57.907C100.71,58.638 101.371,59.626 101.7,60.74Z" />
<path android:fillColor="#ff567ef7" android:pathData="M105.12,83.93V100.93H95.19C93.683,100.93 92.239,101.528 91.173,102.594C90.108,103.659 89.51,105.104 89.51,106.61H127.82C128.573,106.61 129.295,106.311 129.828,105.778C130.361,105.246 130.66,104.523 130.66,103.77V86.77C130.66,86.017 130.361,85.294 129.828,84.762C129.295,84.229 128.573,83.93 127.82,83.93H105.12Z" />
<path android:fillColor="#ff7196ff" android:pathData="M155.5,100.96H192.4C199.453,100.96 205.17,95.243 205.17,88.19V68.32C205.17,61.267 199.453,55.55 192.4,55.55L155.5,55.55C148.447,55.55 142.73,61.267 142.73,68.32V88.19C142.73,95.243 148.447,100.96 155.5,100.96Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M198.06,93.19H185.29C183.61,93.19 181.947,92.859 180.396,92.215C178.845,91.572 177.436,90.628 176.25,89.439C175.063,88.25 174.123,86.839 173.483,85.286C172.843,83.733 172.516,82.07 172.52,80.39V73.29C172.52,72.731 172.63,72.177 172.844,71.66C173.058,71.143 173.372,70.673 173.768,70.278C174.163,69.882 174.633,69.568 175.15,69.354C175.666,69.14 176.22,69.03 176.78,69.03H205.16C205.719,69.03 206.273,69.14 206.79,69.354C207.307,69.568 207.777,69.882 208.172,70.278C208.568,70.673 208.882,71.143 209.096,71.66C209.31,72.177 209.42,72.731 209.42,73.29V81.81C209.424,83.304 209.133,84.784 208.564,86.165C207.994,87.546 207.158,88.801 206.103,89.859C205.047,90.916 203.794,91.754 202.413,92.326C201.033,92.898 199.554,93.191 198.06,93.19Z" />
<path android:fillColor="#ff7196ff" android:pathData="M198.41,87.12H201.97C202.948,87.12 203.74,86.327 203.74,85.35V85.34C203.74,84.363 202.948,83.57 201.97,83.57H198.41C197.433,83.57 196.64,84.363 196.64,85.34V85.35C196.64,86.327 197.433,87.12 198.41,87.12Z" />
<path android:fillColor="#ff7196ff" android:pathData="M186.42,87.12H191.39C192.368,87.12 193.16,86.327 193.16,85.35V85.34C193.16,84.363 192.368,83.57 191.39,83.57H186.42C185.443,83.57 184.65,84.363 184.65,85.34V85.35C184.65,86.327 185.443,87.12 186.42,87.12Z" />
<path android:fillColor="#ff7196ff" android:pathData="M145.57,91.03H134.22C132.713,91.03 131.269,90.432 130.203,89.366C129.138,88.301 128.54,86.856 128.54,85.35V72.58C128.548,71.08 129.148,69.645 130.21,68.587C131.273,67.528 132.71,66.933 134.21,66.93H145.57V91.03Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M142.02,86.77H136.34C135.59,86.765 134.873,86.463 134.345,85.931C133.816,85.399 133.52,84.68 133.52,83.93V74C133.52,73.247 133.819,72.524 134.352,71.992C134.884,71.459 135.607,71.16 136.36,71.16H142.02V86.77Z" />
<path android:fillColor="#ff202225" android:pathData="M157.98,78.96H164.37C164.956,78.96 165.43,78.485 165.43,77.9V77.89C165.43,77.305 164.956,76.83 164.37,76.83H157.98C157.395,76.83 156.92,77.305 156.92,77.89V77.9C156.92,78.485 157.395,78.96 157.98,78.96Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M47.09,43.73C49.49,43.73 51.792,44.683 53.489,46.381C55.187,48.078 56.14,50.38 56.14,52.78V106.63H38V52.78C38,51.588 38.235,50.408 38.693,49.307C39.15,48.207 39.82,47.207 40.665,46.367C41.509,45.526 42.512,44.86 43.614,44.407C44.717,43.955 45.898,43.725 47.09,43.73Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M272.73,88.46C274.438,88.46 276.076,89.138 277.284,90.346C278.491,91.554 279.17,93.192 279.17,94.9V120H266.3V94.89C266.302,93.186 266.981,91.551 268.186,90.346C269.391,89.141 271.025,88.463 272.73,88.46Z" />
<path android:fillColor="#ff000000" android:pathData="M52.51,81.26L50.08,81.5C49.075,81.601 48.151,82.097 47.512,82.879C46.872,83.661 46.569,84.665 46.67,85.67C46.773,86.673 47.27,87.594 48.052,88.232C48.834,88.869 49.836,89.171 50.84,89.07L53.24,88.83C54.354,88.717 55.474,88.981 56.42,89.58C57.392,90.173 58.51,90.483 59.648,90.474C60.787,90.465 61.9,90.139 62.863,89.531C63.826,88.924 64.6,88.059 65.098,87.035C65.595,86.011 65.797,84.868 65.68,83.736C65.563,82.603 65.131,81.526 64.435,80.626C63.738,79.725 62.804,79.037 61.737,78.639C60.67,78.242 59.513,78.15 58.397,78.374C57.281,78.599 56.25,79.131 55.42,79.91C54.624,80.667 53.602,81.142 52.51,81.26Z" />
<path android:fillColor="#ff000000" android:pathData="M246.17,96L247.91,94.28C248.624,93.568 249.592,93.168 250.6,93.168C251.608,93.168 252.576,93.568 253.29,94.28C254.002,94.994 254.402,95.962 254.402,96.97C254.402,97.979 254.002,98.946 253.29,99.66L251.57,101.36C250.779,102.152 250.269,103.181 250.12,104.29C250.013,105.106 249.739,105.89 249.316,106.596C248.893,107.301 248.329,107.912 247.66,108.39C246.906,108.947 246.035,109.323 245.112,109.49C244.19,109.656 243.242,109.609 242.341,109.351C241.44,109.093 240.61,108.632 239.916,108.003C239.221,107.374 238.68,106.593 238.335,105.722C237.99,104.851 237.849,103.912 237.924,102.978C237.999,102.044 238.287,101.139 238.767,100.334C239.247,99.529 239.905,98.845 240.691,98.335C241.477,97.824 242.369,97.501 243.3,97.39C244.384,97.257 245.393,96.768 246.17,96Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M31.66,88.46H76.61C78.308,88.473 79.931,89.156 81.128,90.36C82.325,91.564 82.997,93.192 83,94.89V120H25.23V94.89C25.233,93.186 25.911,91.551 27.116,90.346C28.322,89.141 29.955,88.463 31.66,88.46Z" />
<path android:fillColor="#ffffd836" android:pathData="M228.59,106.77C231.208,106.77 233.33,104.648 233.33,102.03C233.33,99.412 231.208,97.29 228.59,97.29C225.972,97.29 223.85,99.412 223.85,102.03C223.85,104.648 225.972,106.77 228.59,106.77Z" />
<path android:fillColor="#ffffd836" android:pathData="M210.37,102C209.11,102 207.902,102.5 207.011,103.391C206.121,104.282 205.62,105.49 205.62,106.75H215.11C215.11,105.492 214.611,104.285 213.722,103.395C212.834,102.504 211.628,102.003 210.37,102Z" />
<path android:fillColor="#ffffd836" android:pathData="M230.6,107.66C231.832,107.66 232.83,106.662 232.83,105.43C232.83,104.198 231.832,103.2 230.6,103.2C229.369,103.2 228.37,104.198 228.37,105.43C228.37,106.662 229.369,107.66 230.6,107.66Z" />
<path android:fillColor="#ffffd836" android:pathData="M225.23,107.66C226.196,107.66 226.98,106.877 226.98,105.91C226.98,104.944 226.196,104.16 225.23,104.16C224.263,104.16 223.48,104.944 223.48,105.91C223.48,106.877 224.263,107.66 225.23,107.66Z" />
<path android:fillColor="#ffffd836" android:pathData="M224.81,104.16C226.158,104.16 227.25,103.068 227.25,101.72C227.25,100.372 226.158,99.28 224.81,99.28C223.463,99.28 222.37,100.372 222.37,101.72C222.37,103.068 223.463,104.16 224.81,104.16Z" />
<path android:fillColor="#ffff9a15" android:pathData="M227.56,104.59C227.485,104.587 227.412,104.563 227.35,104.52C227.269,104.463 227.213,104.377 227.194,104.28C227.176,104.183 227.196,104.083 227.25,104C227.748,103.291 228.506,102.809 229.359,102.659C230.212,102.509 231.09,102.704 231.8,103.2C231.881,103.257 231.936,103.344 231.953,103.441C231.969,103.539 231.947,103.639 231.89,103.72C231.833,103.801 231.746,103.856 231.648,103.873C231.551,103.89 231.451,103.867 231.37,103.81C230.824,103.429 230.15,103.279 229.494,103.393C228.838,103.508 228.254,103.877 227.87,104.42C227.836,104.472 227.791,104.515 227.736,104.544C227.682,104.574 227.622,104.59 227.56,104.59Z" />
<path android:fillColor="#ff000000" android:pathData="M64,88.46C63.735,88.46 63.48,88.355 63.293,88.167C63.105,87.98 63,87.725 63,87.46C63,87.195 63.105,86.94 63.293,86.753C63.48,86.565 63.735,86.46 64,86.46L76,86.38C76.265,86.38 76.52,86.485 76.707,86.673C76.895,86.86 77,87.115 77,87.38C77,87.645 76.895,87.9 76.707,88.087C76.52,88.275 76.265,88.38 76,88.38L64,88.46Z" />
<path android:fillColor="#ff000000" android:pathData="M64,85.53C63.774,85.529 63.555,85.451 63.379,85.309C63.203,85.168 63.08,84.971 63.03,84.751C62.981,84.531 63.007,84.3 63.105,84.096C63.203,83.893 63.367,83.728 63.57,83.63L74.3,78.42C74.419,78.362 74.548,78.329 74.679,78.321C74.811,78.314 74.943,78.332 75.068,78.376C75.192,78.42 75.307,78.488 75.405,78.576C75.504,78.664 75.583,78.771 75.64,78.89C75.753,79.129 75.768,79.403 75.679,79.652C75.591,79.901 75.408,80.105 75.17,80.22L64.39,85.43C64.268,85.489 64.135,85.523 64,85.53Z" />
<path android:fillColor="#ff000000" android:pathData="M51.53,95.08C51.265,95.08 51.01,94.975 50.823,94.787C50.635,94.6 50.53,94.345 50.53,94.08V93.32C50.53,90.4 50.53,87.88 53.25,86.55C53.369,86.477 53.502,86.429 53.64,86.411C53.778,86.392 53.919,86.403 54.053,86.442C54.187,86.481 54.312,86.548 54.418,86.638C54.525,86.728 54.612,86.839 54.673,86.965C54.734,87.09 54.768,87.227 54.773,87.367C54.778,87.506 54.754,87.646 54.701,87.775C54.649,87.905 54.571,88.022 54.47,88.119C54.37,88.216 54.251,88.292 54.12,88.34C52.57,89.1 52.52,90.34 52.53,93.34V94.11C52.522,94.37 52.413,94.617 52.227,94.798C52.04,94.979 51.79,95.08 51.53,95.08Z" />
<path android:fillColor="#ff000000" android:pathData="M89,95.56L88.35,93.48C88.217,93.056 88.002,92.663 87.716,92.323C87.431,91.983 87.082,91.702 86.688,91.496C86.294,91.291 85.864,91.166 85.422,91.127C84.979,91.088 84.534,91.137 84.11,91.27C83.256,91.541 82.543,92.139 82.128,92.933C81.712,93.727 81.627,94.653 81.89,95.51L82.54,97.51C82.831,98.46 82.799,99.48 82.45,100.41C82.199,101.097 82.089,101.828 82.129,102.559C82.168,103.289 82.356,104.004 82.68,104.66C83.293,105.871 84.337,106.809 85.607,107.29C86.876,107.771 88.28,107.759 89.541,107.258C90.803,106.757 91.832,105.802 92.426,104.581C93.019,103.361 93.135,101.962 92.75,100.66C92.398,99.519 91.677,98.527 90.7,97.84C89.896,97.29 89.297,96.488 89,95.56Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M83,106.64H257.82C260.069,106.64 262.226,107.533 263.816,109.124C265.407,110.714 266.3,112.871 266.3,115.12V120H83V106.64Z" />
<path android:fillColor="#ff000000" android:pathData="M91.7,112.67C91.519,112.668 91.343,112.603 91.205,112.487C91.066,112.37 90.973,112.208 90.94,112.03L90.55,109.85C90,107.15 89.81,106.64 87.11,106.64C87.008,106.64 86.907,106.62 86.813,106.58C86.719,106.541 86.633,106.484 86.562,106.411C86.49,106.338 86.434,106.252 86.396,106.158C86.357,106.063 86.339,105.962 86.34,105.86C86.339,105.759 86.358,105.658 86.396,105.564C86.434,105.47 86.491,105.384 86.562,105.313C86.634,105.241 86.72,105.184 86.814,105.146C86.908,105.108 87.008,105.089 87.11,105.09C90.8,105.09 91.43,106.38 92.11,109.56L92.51,111.76C92.542,111.962 92.494,112.169 92.377,112.337C92.259,112.505 92.081,112.621 91.88,112.66L91.7,112.67Z" />
<path android:fillColor="#ff000000" android:pathData="M239,112.67C239.182,112.672 239.359,112.609 239.499,112.491C239.638,112.374 239.731,112.21 239.76,112.03L240.15,109.85C240.7,107.15 240.89,106.64 243.6,106.64C243.805,106.637 244.001,106.554 244.145,106.408C244.289,106.262 244.37,106.065 244.37,105.86C244.37,105.656 244.289,105.46 244.144,105.316C244,105.171 243.804,105.09 243.6,105.09C239.91,105.09 239.28,106.38 238.6,109.56L238.2,111.76C238.181,111.86 238.182,111.962 238.203,112.062C238.224,112.161 238.265,112.255 238.322,112.339C238.38,112.423 238.454,112.494 238.539,112.549C238.624,112.604 238.72,112.642 238.82,112.66L239,112.67Z" />
<path android:fillColor="#ff000000" android:pathData="M96.5,111.34C96.335,111.341 96.174,111.289 96.041,111.192C95.908,111.095 95.809,110.957 95.76,110.8C94.66,107.24 93.59,106.64 90.96,106.64C90.753,106.64 90.555,106.558 90.409,106.412C90.262,106.265 90.18,106.067 90.18,105.86C90.18,105.758 90.2,105.657 90.24,105.563C90.279,105.469 90.337,105.384 90.409,105.312C90.482,105.24 90.568,105.184 90.662,105.146C90.757,105.108 90.858,105.089 90.96,105.09C94.48,105.09 95.96,106.37 97.24,110.34C97.274,110.439 97.288,110.544 97.281,110.648C97.273,110.753 97.245,110.855 97.198,110.948C97.15,111.042 97.084,111.124 97.004,111.192C96.923,111.259 96.83,111.309 96.73,111.34H96.5Z" />
<path android:fillColor="#ff000000" android:pathData="M93.51,100.19C93.401,100.204 93.29,100.204 93.18,100.19L89.08,98.76C88.839,98.667 88.643,98.484 88.533,98.249C88.424,98.014 88.41,97.746 88.494,97.502C88.578,97.257 88.754,97.054 88.985,96.937C89.215,96.819 89.482,96.795 89.73,96.87L93.84,98.3C94.06,98.38 94.246,98.535 94.363,98.737C94.481,98.939 94.524,99.177 94.485,99.408C94.446,99.639 94.327,99.849 94.148,100.001C93.97,100.153 93.744,100.237 93.51,100.24V100.19Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M139.08,104.58L140.44,106.64H141.12V100.96H138.26L139.08,104.58Z" />
<path android:fillColor="#ffffffff" android:pathData="M141.11,99.8V103.24L139.11,104.58C138.352,103.814 137.326,103.372 136.248,103.346C135.171,103.32 134.125,103.712 133.33,104.44L132.39,105.3C131.448,106.162 130.217,106.64 128.94,106.64H126.25C125.884,106.642 125.527,106.53 125.227,106.321C124.927,106.111 124.699,105.814 124.575,105.469C124.452,105.125 124.437,104.751 124.535,104.398C124.632,104.045 124.837,103.732 125.12,103.5L125.3,103.35H124.89C122.952,103.35 121.057,103.921 119.44,104.99L119.23,105.13C117.749,106.117 116.009,106.642 114.23,106.64H113.89C113.472,106.641 113.063,106.516 112.718,106.28C112.373,106.045 112.107,105.71 111.955,105.32C111.804,104.931 111.774,104.504 111.869,104.097C111.965,103.69 112.181,103.322 112.49,103.04L117.31,98.62C118.247,97.763 119.471,97.288 120.74,97.29H138.64C139.299,97.3 139.927,97.57 140.389,98.039C140.851,98.509 141.11,99.141 141.11,99.8Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M122.41,97.78H121.27C121.041,97.782 120.821,97.867 120.65,98.02L118.54,100C118.522,100.016 118.509,100.038 118.503,100.061C118.497,100.085 118.499,100.11 118.507,100.133C118.516,100.156 118.532,100.175 118.552,100.189C118.572,100.203 118.596,100.21 118.62,100.21H119.76C119.989,100.208 120.21,100.123 120.38,99.97L122.49,98C122.513,97.985 122.53,97.963 122.539,97.937C122.548,97.912 122.547,97.884 122.538,97.858C122.529,97.832 122.511,97.811 122.488,97.797C122.465,97.782 122.437,97.777 122.41,97.78Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M123,98.54H119.13C118.875,98.536 118.628,98.629 118.44,98.8L118.18,99.04C118.158,99.06 118.142,99.087 118.136,99.116C118.129,99.145 118.131,99.176 118.142,99.204C118.153,99.232 118.172,99.256 118.196,99.273C118.221,99.29 118.25,99.3 118.28,99.3H122.15C122.405,99.304 122.651,99.211 122.84,99.04L123.1,98.8C123.122,98.78 123.137,98.753 123.144,98.724C123.151,98.695 123.149,98.664 123.138,98.636C123.127,98.608 123.108,98.584 123.084,98.567C123.059,98.55 123.03,98.54 123,98.54Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M134.54,97.78C134.95,97.78 135.08,97.98 134.81,98.22C134.457,98.493 134.026,98.647 133.58,98.66H133.31C132.89,98.66 132.76,98.46 133.03,98.22C133.383,97.947 133.814,97.793 134.26,97.78H134.54Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M135.34,98.66C135.75,98.66 135.88,98.85 135.61,99.09C135.257,99.363 134.826,99.517 134.38,99.53H134.1C133.69,99.53 133.56,99.33 133.83,99.09C134.184,98.82 134.615,98.669 135.06,98.66H135.34Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M131.79,98.66C132.21,98.66 132.33,98.85 132.07,99.09C131.714,99.365 131.28,99.519 130.83,99.53H130.56C130.14,99.53 130.02,99.33 130.28,99.09C130.638,98.82 131.072,98.669 131.52,98.66H131.79Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M132.6,99.55C133.02,99.55 133.14,99.74 132.88,99.98C132.523,100.253 132.089,100.407 131.64,100.42H131.37C130.95,100.42 130.83,100.22 131.09,99.98C131.448,99.71 131.882,99.559 132.33,99.55H132.6Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M128.71,100.76C129.35,100.76 129.54,101.06 129.14,101.43C128.59,101.848 127.921,102.083 127.23,102.1H126.8C126.16,102.1 125.97,101.8 126.38,101.43C126.926,101.01 127.592,100.775 128.28,100.76H128.71Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M122.35,100.76C122.99,100.76 123.19,101.06 122.78,101.43C122.229,101.848 121.561,102.083 120.87,102.1H120.45C119.81,102.1 119.61,101.8 120.02,101.43C120.57,101.012 121.239,100.777 121.93,100.76H122.35Z" />
<path android:fillColor="#ffff9a15" android:pathData="M47.484,103.411C47.072,103.332 46.709,103.093 46.474,102.746C46.239,102.399 46.151,101.973 46.23,101.561L48.061,92.026L51.125,92.614L49.294,102.15C49.216,102.555 48.984,102.913 48.646,103.149C48.307,103.384 47.89,103.479 47.484,103.411Z" />
<path android:fillColor="#ffff9a15" android:pathData="M52.507,98.847L48.763,98.121L49.863,92.447L55.302,93.502L54.529,97.49C54.486,97.713 54.399,97.924 54.274,98.113C54.149,98.301 53.988,98.463 53.8,98.589C53.612,98.715 53.401,98.803 53.179,98.848C52.957,98.892 52.729,98.892 52.507,98.847Z" />
<path android:fillColor="#ffffd836" android:pathData="M49.666,97.047L49.419,97.295L47.414,95.298L48.394,94.313L49.67,95.583C49.77,95.677 49.85,95.79 49.904,95.916C49.959,96.042 49.987,96.178 49.987,96.315C49.986,96.453 49.958,96.589 49.903,96.714C49.847,96.84 49.767,96.953 49.666,97.047Z" />
<path android:fillColor="#ffffd836" android:pathData="M47.42,95.3L48.05,92L51.16,92.6V92.67C51.104,92.973 50.988,93.262 50.819,93.52C50.651,93.778 50.433,94.001 50.179,94.174C49.924,94.348 49.638,94.47 49.336,94.533C49.034,94.595 48.723,94.598 48.42,94.54L47.42,95.3Z" />
<path android:fillColor="#ff000000" android:pathData="M241.34,106.62H230.58C230.315,106.62 230.061,106.515 229.873,106.327C229.685,106.14 229.58,105.885 229.58,105.62C229.58,105.355 229.685,105.1 229.873,104.913C230.061,104.725 230.315,104.62 230.58,104.62H241.34C241.605,104.62 241.86,104.725 242.047,104.913C242.235,105.1 242.34,105.355 242.34,105.62C242.34,105.885 242.235,106.14 242.047,106.327C241.86,106.515 241.605,106.62 241.34,106.62Z" />
<path android:fillColor="#ffffffff" android:pathData="M76.61,88.46C78.308,88.473 79.931,89.156 81.128,90.36C82.325,91.564 82.997,93.192 83,94.89V120H70.17V94.89C70.17,93.182 70.848,91.544 72.056,90.336C73.264,89.129 74.902,88.45 76.61,88.45V88.46Z" />
<path android:fillColor="#ff000000" android:pathData="M250.71,106.93C250.71,106.93 249.77,103.93 249.15,101.81C249.076,101.555 249.106,101.282 249.233,101.049C249.361,100.817 249.575,100.644 249.83,100.57C250.084,100.496 250.358,100.526 250.591,100.653C250.823,100.781 250.996,100.995 251.07,101.25C251.69,103.35 252.62,106.34 252.62,106.34L250.71,106.93Z" />
</group>
</vector>

View File

@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="120.0dip" android:width="300.0dip" android:viewportWidth="300.0" android:viewportHeight="120.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h300v120h-300z M 0,0" />
<path android:fillColor="#ffaec7ff" android:pathData="M239.64,38.34H205.12C202.833,38.336 200.579,37.791 198.544,36.748C196.508,35.705 194.749,34.194 193.41,32.34L179.92,13.74C176.923,9.6 172.986,6.229 168.433,3.905C163.881,1.581 158.842,0.369 153.73,0.37H96.9C92.952,0.366 89.041,1.141 85.393,2.651C81.745,4.161 78.43,6.376 75.64,9.17C72.85,11.966 69.536,14.185 65.889,15.7C62.241,17.215 58.33,17.997 54.38,18H49.67C43.067,18 36.734,20.622 32.063,25.289C27.392,29.956 24.765,36.287 24.76,42.89V63.38C24.76,65.244 24.251,67.072 23.289,68.669C22.327,70.265 20.948,71.569 19.3,72.44C13.394,75.568 8.452,80.247 5.006,85.973C1.56,91.699 -0.261,98.257 -0.26,104.94V120H300V98.7C300.004,90.77 298.444,82.917 295.41,75.59C292.377,68.263 287.929,61.606 282.32,56C270.998,44.688 255.646,38.335 239.64,38.34Z" android:strokeAlpha="0.55" android:fillAlpha="0.55" />
<path android:fillColor="#ff7196ff" android:pathData="M209.42,17.32C209.42,16.79 208.99,16.36 208.46,16.36C207.93,16.36 207.5,16.79 207.5,17.32V18.28C207.5,18.81 207.93,19.24 208.46,19.24C208.99,19.24 209.42,18.81 209.42,18.28V17.32Z" />
<path android:fillColor="#ff7196ff" android:pathData="M209.42,24.99C209.42,24.46 208.99,24.03 208.46,24.03C207.93,24.03 207.5,24.46 207.5,24.99V25.95C207.5,26.48 207.93,26.91 208.46,26.91C208.99,26.91 209.42,26.48 209.42,25.95V24.99Z" />
<path android:fillColor="#ff7196ff" android:pathData="M212.77,22.6C213.3,22.6 213.73,22.17 213.73,21.64C213.73,21.11 213.3,20.68 212.77,20.68H211.81C211.28,20.68 210.85,21.11 210.85,21.64C210.85,22.17 211.28,22.6 211.81,22.6H212.77Z" />
<path android:fillColor="#ff7196ff" android:pathData="M205.1,22.6C205.63,22.6 206.06,22.17 206.06,21.64C206.06,21.11 205.63,20.68 205.1,20.68H204.14C203.61,20.68 203.18,21.11 203.18,21.64C203.18,22.17 203.61,22.6 204.14,22.6H205.1Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M77.9,22.65L76.68,25.18C76.619,25.31 76.6,25.456 76.625,25.597C76.65,25.739 76.718,25.869 76.82,25.97C76.921,26.072 77.052,26.14 77.193,26.165C77.334,26.19 77.48,26.171 77.61,26.11L80.14,24.89C80.234,24.846 80.336,24.823 80.44,24.823C80.544,24.823 80.646,24.846 80.74,24.89L83.28,26.11C83.41,26.174 83.556,26.195 83.699,26.171C83.841,26.147 83.973,26.079 84.074,25.976C84.176,25.873 84.243,25.741 84.266,25.598C84.288,25.455 84.265,25.309 84.2,25.18L83,22.65C82.949,22.549 82.923,22.438 82.923,22.325C82.923,22.212 82.949,22.101 83,22L84.22,19.47C84.285,19.341 84.308,19.195 84.285,19.052C84.263,18.909 84.196,18.777 84.094,18.674C83.993,18.572 83.861,18.503 83.719,18.479C83.576,18.455 83.43,18.476 83.3,18.54L80.74,19.8C80.646,19.844 80.544,19.868 80.44,19.868C80.336,19.868 80.234,19.844 80.14,19.8L77.61,18.58C77.48,18.519 77.334,18.5 77.193,18.525C77.052,18.55 76.921,18.618 76.82,18.72C76.718,18.821 76.65,18.951 76.625,19.093C76.6,19.234 76.619,19.38 76.68,19.51L77.9,22C77.951,22.101 77.978,22.212 77.978,22.325C77.978,22.438 77.951,22.549 77.9,22.65Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M15.16,44.47C15.16,43.94 14.73,43.51 14.2,43.51C13.67,43.51 13.24,43.94 13.24,44.47V45.43C13.24,45.96 13.67,46.39 14.2,46.39C14.73,46.39 15.16,45.96 15.16,45.43V44.47Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M15.16,52.14C15.16,51.61 14.73,51.18 14.2,51.18C13.67,51.18 13.24,51.61 13.24,52.14V53.1C13.24,53.63 13.67,54.06 14.2,54.06C14.73,54.06 15.16,53.63 15.16,53.1V52.14Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M18.5,49.75C19.03,49.75 19.46,49.32 19.46,48.79C19.46,48.26 19.03,47.83 18.5,47.83H17.54C17.01,47.83 16.58,48.26 16.58,48.79C16.58,49.32 17.01,49.75 17.54,49.75H18.5Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M10.84,49.75C11.37,49.75 11.8,49.32 11.8,48.79C11.8,48.26 11.37,47.83 10.84,47.83H9.88C9.35,47.83 8.92,48.26 8.92,48.79C8.92,49.32 9.35,49.75 9.88,49.75H10.84Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M214.49,88.46H272.74C274.448,88.46 276.086,89.138 277.294,90.346C278.501,91.554 279.18,93.192 279.18,94.9V120H208.05V94.89C208.052,93.184 208.732,91.548 209.94,90.343C211.147,89.137 212.784,88.46 214.49,88.46Z" />
<path android:fillColor="#ffffffff" android:pathData="M38,106.64H221L213,52.1C212.661,49.775 211.497,47.649 209.719,46.112C207.942,44.575 205.67,43.729 203.32,43.73H47.09C45.896,43.718 44.712,43.944 43.607,44.394C42.501,44.844 41.496,45.509 40.65,46.352C39.804,47.194 39.134,48.196 38.679,49.299C38.224,50.403 37.993,51.586 38,52.78V106.64Z" />
<path android:fillColor="#ff567ef7" android:pathData="M158.34,106.64H104.42V83.23C104.42,79.843 105.765,76.595 108.16,74.2C110.555,71.805 113.803,70.46 117.19,70.46H158.34V106.64Z" />
<path android:fillColor="#ff567ef7" android:pathData="M147.69,100.96H184.59C191.643,100.96 197.36,95.243 197.36,88.19V68.32C197.36,61.267 191.643,55.55 184.59,55.55L147.69,55.55C140.637,55.55 134.92,61.267 134.92,68.32V88.19C134.92,95.243 140.637,100.96 147.69,100.96Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M183.88,91V101H193.81C194.563,101 195.286,101.299 195.818,101.832C196.351,102.364 196.65,103.087 196.65,103.84C196.65,104.593 196.351,105.316 195.818,105.848C195.286,106.381 194.563,106.68 193.81,106.68H155.5V91H183.88Z" />
<path android:fillColor="#ff567ef7" android:pathData="M171.11,91V101H181C181.753,101 182.476,101.299 183.008,101.832C183.541,102.364 183.84,103.087 183.84,103.84C183.84,104.593 183.541,105.316 183.008,105.848C182.476,106.381 181.753,106.68 181,106.68H142.72V91H171.11Z" />
<path android:fillColor="#ff567ef7" android:pathData="M101.7,60.74L104.32,69.74C104.35,69.838 104.351,69.942 104.325,70.041C104.298,70.14 104.245,70.23 104.17,70.3C104.099,70.373 104.009,70.425 103.91,70.451C103.812,70.478 103.708,70.477 103.61,70.45L94.61,67.82C93.295,67.435 92.163,66.589 91.421,65.436C90.679,64.284 90.377,62.903 90.57,61.547C90.763,60.19 91.438,58.948 92.472,58.049C93.506,57.15 94.829,56.653 96.2,56.65H96.64C97.799,56.738 98.903,57.177 99.807,57.907C100.71,58.638 101.371,59.626 101.7,60.74Z" />
<path android:fillColor="#ff567ef7" android:pathData="M105.12,83.93V100.93H95.19C93.683,100.93 92.239,101.528 91.173,102.594C90.108,103.659 89.51,105.104 89.51,106.61H127.82C128.573,106.61 129.295,106.311 129.828,105.778C130.361,105.246 130.66,104.523 130.66,103.77V86.77C130.66,86.017 130.361,85.294 129.828,84.762C129.295,84.229 128.573,83.93 127.82,83.93H105.12Z" />
<path android:fillColor="#ff7196ff" android:pathData="M155.5,100.96H192.4C199.453,100.96 205.17,95.243 205.17,88.19V68.32C205.17,61.267 199.453,55.55 192.4,55.55L155.5,55.55C148.447,55.55 142.73,61.267 142.73,68.32V88.19C142.73,95.243 148.447,100.96 155.5,100.96Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M198.06,93.19H185.29C183.61,93.19 181.947,92.859 180.396,92.215C178.845,91.572 177.436,90.628 176.25,89.439C175.063,88.25 174.123,86.839 173.483,85.286C172.843,83.733 172.516,82.07 172.52,80.39V73.29C172.52,72.731 172.63,72.177 172.844,71.66C173.058,71.143 173.372,70.673 173.768,70.278C174.163,69.882 174.633,69.568 175.15,69.354C175.666,69.14 176.22,69.03 176.78,69.03H205.16C205.719,69.03 206.273,69.14 206.79,69.354C207.307,69.568 207.777,69.882 208.172,70.278C208.568,70.673 208.882,71.143 209.096,71.66C209.31,72.177 209.42,72.731 209.42,73.29V81.81C209.424,83.304 209.133,84.784 208.564,86.165C207.994,87.546 207.158,88.801 206.103,89.859C205.047,90.916 203.794,91.754 202.413,92.326C201.033,92.898 199.554,93.191 198.06,93.19Z" />
<path android:fillColor="#ff7196ff" android:pathData="M198.41,87.12H201.97C202.948,87.12 203.74,86.327 203.74,85.35V85.34C203.74,84.363 202.948,83.57 201.97,83.57H198.41C197.433,83.57 196.64,84.363 196.64,85.34V85.35C196.64,86.327 197.433,87.12 198.41,87.12Z" />
<path android:fillColor="#ff7196ff" android:pathData="M186.42,87.12H191.39C192.368,87.12 193.16,86.327 193.16,85.35V85.34C193.16,84.363 192.368,83.57 191.39,83.57H186.42C185.443,83.57 184.65,84.363 184.65,85.34V85.35C184.65,86.327 185.443,87.12 186.42,87.12Z" />
<path android:fillColor="#ff7196ff" android:pathData="M145.57,91.03H134.22C132.713,91.03 131.269,90.432 130.203,89.366C129.138,88.301 128.54,86.856 128.54,85.35V72.58C128.548,71.08 129.148,69.645 130.21,68.587C131.273,67.528 132.71,66.933 134.21,66.93H145.57V91.03Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M142.02,86.77H136.34C135.59,86.765 134.873,86.463 134.345,85.931C133.816,85.399 133.52,84.68 133.52,83.93V74C133.52,73.247 133.819,72.524 134.352,71.992C134.884,71.459 135.607,71.16 136.36,71.16H142.02V86.77Z" />
<path android:fillColor="#ff202225" android:pathData="M157.98,78.96H164.37C164.956,78.96 165.43,78.485 165.43,77.9V77.89C165.43,77.305 164.956,76.83 164.37,76.83H157.98C157.395,76.83 156.92,77.305 156.92,77.89V77.9C156.92,78.485 157.395,78.96 157.98,78.96Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M47.09,43.73C49.49,43.73 51.792,44.683 53.489,46.381C55.187,48.078 56.14,50.38 56.14,52.78V106.63H38V52.78C38,51.588 38.235,50.408 38.693,49.307C39.15,48.207 39.82,47.207 40.665,46.367C41.509,45.526 42.512,44.86 43.614,44.407C44.717,43.955 45.898,43.725 47.09,43.73Z" />
<path android:fillColor="#ffffffff" android:pathData="M272.73,88.46C274.438,88.46 276.076,89.138 277.284,90.346C278.491,91.554 279.17,93.192 279.17,94.9V120H266.3V94.89C266.302,93.186 266.981,91.551 268.186,90.346C269.391,89.141 271.025,88.463 272.73,88.46Z" />
<path android:fillColor="#ff000000" android:pathData="M52.51,81.26L50.08,81.5C49.075,81.601 48.151,82.097 47.512,82.879C46.872,83.661 46.569,84.665 46.67,85.67C46.773,86.673 47.27,87.594 48.052,88.232C48.834,88.869 49.836,89.171 50.84,89.07L53.24,88.83C54.354,88.717 55.474,88.981 56.42,89.58C57.392,90.173 58.51,90.483 59.648,90.474C60.787,90.465 61.9,90.139 62.863,89.531C63.826,88.924 64.6,88.059 65.098,87.035C65.595,86.011 65.797,84.868 65.68,83.736C65.563,82.603 65.131,81.526 64.435,80.626C63.738,79.725 62.804,79.037 61.737,78.639C60.67,78.242 59.513,78.15 58.397,78.374C57.281,78.599 56.25,79.131 55.42,79.91C54.624,80.667 53.602,81.142 52.51,81.26Z" />
<path android:fillColor="#ff000000" android:pathData="M246.17,96L247.91,94.28C248.624,93.568 249.592,93.168 250.6,93.168C251.608,93.168 252.576,93.568 253.29,94.28C254.002,94.994 254.402,95.962 254.402,96.97C254.402,97.979 254.002,98.946 253.29,99.66L251.57,101.36C250.779,102.152 250.269,103.181 250.12,104.29C250.013,105.106 249.739,105.89 249.316,106.596C248.893,107.301 248.329,107.912 247.66,108.39C246.906,108.947 246.035,109.323 245.112,109.49C244.19,109.656 243.242,109.609 242.341,109.351C241.44,109.093 240.61,108.632 239.916,108.003C239.221,107.374 238.68,106.593 238.335,105.722C237.99,104.851 237.849,103.912 237.924,102.978C237.999,102.044 238.287,101.139 238.767,100.334C239.247,99.529 239.905,98.845 240.691,98.335C241.477,97.824 242.369,97.501 243.3,97.39C244.384,97.257 245.393,96.768 246.17,96Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M31.66,88.46H76.61C78.308,88.473 79.931,89.156 81.128,90.36C82.325,91.564 82.997,93.192 83,94.89V120H25.23V94.89C25.233,93.186 25.911,91.551 27.116,90.346C28.322,89.141 29.955,88.463 31.66,88.46Z" />
<path android:fillColor="#ffffd836" android:pathData="M228.59,106.77C231.208,106.77 233.33,104.648 233.33,102.03C233.33,99.412 231.208,97.29 228.59,97.29C225.972,97.29 223.85,99.412 223.85,102.03C223.85,104.648 225.972,106.77 228.59,106.77Z" />
<path android:fillColor="#ffffd836" android:pathData="M210.37,102C209.11,102 207.902,102.5 207.011,103.391C206.121,104.282 205.62,105.49 205.62,106.75H215.11C215.11,105.492 214.611,104.285 213.722,103.395C212.834,102.504 211.628,102.003 210.37,102Z" />
<path android:fillColor="#ffffd836" android:pathData="M230.6,107.66C231.832,107.66 232.83,106.662 232.83,105.43C232.83,104.198 231.832,103.2 230.6,103.2C229.369,103.2 228.37,104.198 228.37,105.43C228.37,106.662 229.369,107.66 230.6,107.66Z" />
<path android:fillColor="#ffffd836" android:pathData="M225.23,107.66C226.196,107.66 226.98,106.877 226.98,105.91C226.98,104.944 226.196,104.16 225.23,104.16C224.263,104.16 223.48,104.944 223.48,105.91C223.48,106.877 224.263,107.66 225.23,107.66Z" />
<path android:fillColor="#ffffd836" android:pathData="M224.81,104.16C226.158,104.16 227.25,103.068 227.25,101.72C227.25,100.372 226.158,99.28 224.81,99.28C223.463,99.28 222.37,100.372 222.37,101.72C222.37,103.068 223.463,104.16 224.81,104.16Z" />
<path android:fillColor="#ffff9a15" android:pathData="M227.56,104.59C227.485,104.587 227.412,104.563 227.35,104.52C227.269,104.463 227.213,104.377 227.194,104.28C227.176,104.183 227.196,104.083 227.25,104C227.748,103.291 228.506,102.809 229.359,102.659C230.212,102.509 231.09,102.704 231.8,103.2C231.881,103.257 231.936,103.344 231.953,103.441C231.969,103.539 231.947,103.639 231.89,103.72C231.833,103.801 231.746,103.856 231.648,103.873C231.551,103.89 231.451,103.867 231.37,103.81C230.824,103.429 230.15,103.279 229.494,103.393C228.838,103.508 228.254,103.877 227.87,104.42C227.836,104.472 227.791,104.515 227.736,104.544C227.682,104.574 227.622,104.59 227.56,104.59Z" />
<path android:fillColor="#ff000000" android:pathData="M64,88.46C63.735,88.46 63.48,88.355 63.293,88.167C63.105,87.98 63,87.725 63,87.46C63,87.195 63.105,86.94 63.293,86.753C63.48,86.565 63.735,86.46 64,86.46L76,86.38C76.265,86.38 76.52,86.485 76.707,86.673C76.895,86.86 77,87.115 77,87.38C77,87.645 76.895,87.9 76.707,88.087C76.52,88.275 76.265,88.38 76,88.38L64,88.46Z" />
<path android:fillColor="#ff000000" android:pathData="M64,85.53C63.774,85.529 63.555,85.451 63.379,85.309C63.203,85.168 63.08,84.971 63.03,84.751C62.981,84.531 63.007,84.3 63.105,84.096C63.203,83.893 63.367,83.728 63.57,83.63L74.3,78.42C74.419,78.362 74.548,78.329 74.679,78.321C74.811,78.314 74.943,78.332 75.068,78.376C75.192,78.42 75.307,78.488 75.405,78.576C75.504,78.664 75.583,78.771 75.64,78.89C75.753,79.129 75.768,79.403 75.679,79.652C75.591,79.901 75.408,80.105 75.17,80.22L64.39,85.43C64.268,85.489 64.135,85.523 64,85.53Z" />
<path android:fillColor="#ff000000" android:pathData="M51.53,95.08C51.265,95.08 51.01,94.975 50.823,94.787C50.635,94.6 50.53,94.345 50.53,94.08V93.32C50.53,90.4 50.53,87.88 53.25,86.55C53.369,86.477 53.502,86.429 53.64,86.411C53.778,86.392 53.919,86.403 54.053,86.442C54.187,86.481 54.312,86.548 54.418,86.638C54.525,86.728 54.612,86.839 54.673,86.965C54.734,87.09 54.768,87.227 54.773,87.367C54.778,87.506 54.754,87.646 54.701,87.775C54.649,87.905 54.571,88.022 54.47,88.119C54.37,88.216 54.251,88.292 54.12,88.34C52.57,89.1 52.52,90.34 52.53,93.34V94.11C52.522,94.37 52.413,94.617 52.227,94.798C52.04,94.979 51.79,95.08 51.53,95.08Z" />
<path android:fillColor="#ff000000" android:pathData="M89,95.56L88.35,93.48C88.217,93.056 88.002,92.663 87.716,92.323C87.431,91.983 87.082,91.702 86.688,91.496C86.294,91.291 85.864,91.166 85.422,91.127C84.979,91.088 84.534,91.137 84.11,91.27C83.256,91.541 82.543,92.139 82.128,92.933C81.712,93.727 81.627,94.653 81.89,95.51L82.54,97.51C82.831,98.46 82.799,99.48 82.45,100.41C82.199,101.097 82.089,101.828 82.129,102.559C82.168,103.289 82.356,104.004 82.68,104.66C83.293,105.871 84.337,106.809 85.607,107.29C86.876,107.771 88.28,107.759 89.541,107.258C90.803,106.757 91.832,105.802 92.426,104.581C93.019,103.361 93.135,101.962 92.75,100.66C92.398,99.519 91.677,98.527 90.7,97.84C89.896,97.29 89.297,96.488 89,95.56Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M83,106.64H257.82C260.069,106.64 262.226,107.533 263.816,109.124C265.407,110.714 266.3,112.871 266.3,115.12V120H83V106.64Z" />
<path android:fillColor="#ff000000" android:pathData="M91.7,112.67C91.519,112.668 91.343,112.603 91.205,112.487C91.066,112.37 90.973,112.208 90.94,112.03L90.55,109.85C90,107.15 89.81,106.64 87.11,106.64C87.008,106.64 86.907,106.62 86.813,106.58C86.719,106.541 86.633,106.484 86.562,106.411C86.49,106.338 86.434,106.252 86.396,106.158C86.357,106.063 86.339,105.962 86.34,105.86C86.339,105.759 86.358,105.658 86.396,105.564C86.434,105.47 86.491,105.384 86.562,105.313C86.634,105.241 86.72,105.184 86.814,105.146C86.908,105.108 87.008,105.089 87.11,105.09C90.8,105.09 91.43,106.38 92.11,109.56L92.51,111.76C92.542,111.962 92.494,112.169 92.377,112.337C92.259,112.505 92.081,112.621 91.88,112.66L91.7,112.67Z" />
<path android:fillColor="#ff000000" android:pathData="M239,112.67C239.182,112.672 239.359,112.609 239.499,112.491C239.638,112.374 239.731,112.21 239.76,112.03L240.15,109.85C240.7,107.15 240.89,106.64 243.6,106.64C243.805,106.637 244.001,106.554 244.145,106.408C244.289,106.262 244.37,106.065 244.37,105.86C244.37,105.656 244.289,105.46 244.144,105.316C244,105.171 243.804,105.09 243.6,105.09C239.91,105.09 239.28,106.38 238.6,109.56L238.2,111.76C238.181,111.86 238.182,111.962 238.203,112.062C238.224,112.161 238.265,112.255 238.322,112.339C238.38,112.423 238.454,112.494 238.539,112.549C238.624,112.604 238.72,112.642 238.82,112.66L239,112.67Z" />
<path android:fillColor="#ff000000" android:pathData="M96.5,111.34C96.335,111.341 96.174,111.289 96.041,111.192C95.908,111.095 95.809,110.957 95.76,110.8C94.66,107.24 93.59,106.64 90.96,106.64C90.753,106.64 90.555,106.558 90.409,106.412C90.262,106.265 90.18,106.067 90.18,105.86C90.18,105.758 90.2,105.657 90.24,105.563C90.279,105.469 90.337,105.384 90.409,105.312C90.482,105.24 90.568,105.184 90.662,105.146C90.757,105.108 90.858,105.089 90.96,105.09C94.48,105.09 95.96,106.37 97.24,110.34C97.274,110.439 97.288,110.544 97.281,110.648C97.273,110.753 97.245,110.855 97.198,110.948C97.15,111.042 97.084,111.124 97.004,111.192C96.923,111.259 96.83,111.309 96.73,111.34H96.5Z" />
<path android:fillColor="#ff000000" android:pathData="M93.51,100.19C93.401,100.204 93.29,100.204 93.18,100.19L89.08,98.76C88.839,98.667 88.643,98.484 88.533,98.249C88.424,98.014 88.41,97.746 88.494,97.502C88.578,97.257 88.754,97.054 88.985,96.937C89.215,96.819 89.482,96.795 89.73,96.87L93.84,98.3C94.06,98.38 94.246,98.535 94.363,98.737C94.481,98.939 94.524,99.177 94.485,99.408C94.446,99.639 94.327,99.849 94.148,100.001C93.97,100.153 93.744,100.237 93.51,100.24V100.19Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M139.08,104.58L140.44,106.64H141.12V100.96H138.26L139.08,104.58Z" />
<path android:fillColor="#ffffffff" android:pathData="M141.11,99.8V103.24L139.11,104.58C138.352,103.814 137.326,103.372 136.248,103.346C135.171,103.32 134.125,103.712 133.33,104.44L132.39,105.3C131.448,106.162 130.217,106.64 128.94,106.64H126.25C125.884,106.642 125.527,106.53 125.227,106.321C124.927,106.111 124.699,105.814 124.575,105.469C124.452,105.125 124.437,104.751 124.535,104.398C124.632,104.045 124.837,103.732 125.12,103.5L125.3,103.35H124.89C122.952,103.35 121.057,103.921 119.44,104.99L119.23,105.13C117.749,106.117 116.009,106.642 114.23,106.64H113.89C113.472,106.641 113.063,106.516 112.718,106.28C112.373,106.045 112.107,105.71 111.955,105.32C111.804,104.931 111.774,104.504 111.869,104.097C111.965,103.69 112.181,103.322 112.49,103.04L117.31,98.62C118.247,97.763 119.471,97.288 120.74,97.29H138.64C139.299,97.3 139.927,97.57 140.389,98.039C140.851,98.509 141.11,99.141 141.11,99.8Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M122.41,97.78H121.27C121.041,97.782 120.821,97.867 120.65,98.02L118.54,100C118.522,100.016 118.509,100.038 118.503,100.061C118.497,100.085 118.499,100.11 118.507,100.133C118.516,100.156 118.532,100.175 118.552,100.189C118.572,100.203 118.596,100.21 118.62,100.21H119.76C119.989,100.208 120.21,100.123 120.38,99.97L122.49,98C122.513,97.985 122.53,97.963 122.539,97.937C122.548,97.912 122.547,97.884 122.538,97.858C122.529,97.832 122.511,97.811 122.488,97.797C122.465,97.782 122.437,97.777 122.41,97.78Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M123,98.54H119.13C118.875,98.536 118.628,98.629 118.44,98.8L118.18,99.04C118.158,99.06 118.142,99.087 118.136,99.116C118.129,99.145 118.131,99.176 118.142,99.204C118.153,99.232 118.172,99.256 118.196,99.273C118.221,99.29 118.25,99.3 118.28,99.3H122.15C122.405,99.304 122.651,99.211 122.84,99.04L123.1,98.8C123.122,98.78 123.137,98.753 123.144,98.724C123.151,98.695 123.149,98.664 123.138,98.636C123.127,98.608 123.108,98.584 123.084,98.567C123.059,98.55 123.03,98.54 123,98.54Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M134.54,97.78C134.95,97.78 135.08,97.98 134.81,98.22C134.457,98.493 134.026,98.647 133.58,98.66H133.31C132.89,98.66 132.76,98.46 133.03,98.22C133.383,97.947 133.814,97.793 134.26,97.78H134.54Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M135.34,98.66C135.75,98.66 135.88,98.85 135.61,99.09C135.257,99.363 134.826,99.517 134.38,99.53H134.1C133.69,99.53 133.56,99.33 133.83,99.09C134.184,98.82 134.615,98.669 135.06,98.66H135.34Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M131.79,98.66C132.21,98.66 132.33,98.85 132.07,99.09C131.714,99.365 131.28,99.519 130.83,99.53H130.56C130.14,99.53 130.02,99.33 130.28,99.09C130.638,98.82 131.072,98.669 131.52,98.66H131.79Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M132.6,99.55C133.02,99.55 133.14,99.74 132.88,99.98C132.523,100.253 132.089,100.407 131.64,100.42H131.37C130.95,100.42 130.83,100.22 131.09,99.98C131.448,99.71 131.882,99.559 132.33,99.55H132.6Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M128.71,100.76C129.35,100.76 129.54,101.06 129.14,101.43C128.59,101.848 127.921,102.083 127.23,102.1H126.8C126.16,102.1 125.97,101.8 126.38,101.43C126.926,101.01 127.592,100.775 128.28,100.76H128.71Z" />
<path android:fillColor="#ffdae1ea" android:pathData="M122.35,100.76C122.99,100.76 123.19,101.06 122.78,101.43C122.229,101.848 121.561,102.083 120.87,102.1H120.45C119.81,102.1 119.61,101.8 120.02,101.43C120.57,101.012 121.239,100.777 121.93,100.76H122.35Z" />
<path android:fillColor="#ffff9a15" android:pathData="M47.484,103.411C47.072,103.332 46.709,103.093 46.474,102.746C46.239,102.399 46.151,101.973 46.23,101.561L48.061,92.026L51.125,92.614L49.294,102.15C49.216,102.555 48.984,102.913 48.646,103.149C48.307,103.384 47.89,103.479 47.484,103.411Z" />
<path android:fillColor="#ffff9a15" android:pathData="M52.271,98.728L48.519,98.008L49.611,92.322L55.062,93.368L54.294,97.365C54.251,97.588 54.165,97.8 54.04,97.989C53.915,98.178 53.754,98.341 53.566,98.468C53.378,98.594 53.167,98.683 52.944,98.727C52.722,98.772 52.493,98.772 52.271,98.728Z" />
<path android:fillColor="#ffffd836" android:pathData="M49.666,97.047L49.419,97.295L47.414,95.298L48.394,94.313L49.67,95.583C49.77,95.677 49.85,95.79 49.904,95.916C49.959,96.042 49.987,96.178 49.987,96.315C49.986,96.453 49.958,96.589 49.903,96.714C49.847,96.84 49.767,96.953 49.666,97.047Z" />
<path android:fillColor="#ffffd836" android:pathData="M47.42,95.3L48.05,92L51.16,92.6V92.67C51.104,92.973 50.988,93.262 50.819,93.52C50.651,93.778 50.433,94.001 50.179,94.174C49.924,94.348 49.638,94.47 49.336,94.533C49.034,94.595 48.723,94.598 48.42,94.54L47.42,95.3Z" />
<path android:fillColor="#ff000000" android:pathData="M241.34,106.62H230.58C230.315,106.62 230.061,106.515 229.873,106.327C229.685,106.14 229.58,105.885 229.58,105.62C229.58,105.355 229.685,105.1 229.873,104.913C230.061,104.725 230.315,104.62 230.58,104.62H241.34C241.605,104.62 241.86,104.725 242.047,104.913C242.235,105.1 242.34,105.355 242.34,105.62C242.34,105.885 242.235,106.14 242.047,106.327C241.86,106.515 241.605,106.62 241.34,106.62Z" />
<path android:fillColor="#ffffffff" android:pathData="M76.61,88.46C78.308,88.473 79.931,89.156 81.128,90.36C82.325,91.564 82.997,93.192 83,94.89V120H70.17V94.89C70.17,93.182 70.848,91.544 72.056,90.336C73.264,89.129 74.902,88.45 76.61,88.45V88.46Z" />
<path android:fillColor="#ff000000" android:pathData="M250.71,106.93C250.71,106.93 249.77,103.93 249.15,101.81C249.076,101.555 249.106,101.282 249.233,101.049C249.361,100.817 249.575,100.644 249.83,100.57C250.084,100.496 250.358,100.526 250.591,100.653C250.823,100.781 250.996,100.995 251.07,101.25C251.69,103.35 252.62,106.34 252.62,106.34L250.71,106.93Z" />
</group>
</vector>

View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="93.0dip" android:width="272.0dip" android:viewportWidth="272.0" android:viewportHeight="93.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ff72767d" android:pathData="M216,40.7L205.5,25.5C201.4,19.5 194.6,16 187.4,16H27.6C20.6,16 15,21.6 15,28.6V61.2C15,63.3 13.3,65 11.2,65H11C4.9,65 0,69.9 0,76C0,91.8 0,92 0,92H21H268V63C268,53.1 259.9,45 250,45H224.3C221,45 217.9,43.4 216,40.7Z" android:strokeAlpha="0.2" android:fillAlpha="0.2" />
<path android:fillColor="#ff040505" android:pathData="M241.2,70.7C241.2,68.8 239.8,67 237.9,66.7C235.5,66.3 233.4,68.2 233.4,70.5C233.4,72.6 233,74.8 231.9,76.6C231.4,77.5 231.1,78.6 231.1,79.7C231.2,82.9 233.8,85.5 236.9,85.7C240.4,85.9 243.3,83.1 243.3,79.6C243.3,78.5 243,77.5 242.5,76.7C241.6,74.9 241.2,72.9 241.2,70.7Z" />
<path android:fillColor="#ff040505" android:pathData="M234.6,93C234.1,93 233.7,92.6 233.7,92.1V81.1C233.7,80.6 234.1,80.2 234.6,80.2C235.1,80.2 235.5,80.6 235.5,81.1V92.1C235.5,92.6 235.1,93 234.6,93Z" />
<path android:fillColor="#ff040505" android:pathData="M239.9,93C239.4,93 239,92.6 239,92.1V81.1C239,80.6 239.4,80.2 239.9,80.2C240.4,80.2 240.8,80.6 240.8,81.1V92.1C240.8,92.6 240.4,93 239.9,93Z" />
<path android:fillColor="#ff040505" android:pathData="M257.2,70.7C257.2,68.8 255.8,67 253.9,66.7C251.5,66.3 249.4,68.2 249.4,70.5C249.4,72.6 249,74.8 247.9,76.6C247.4,77.5 247.1,78.6 247.1,79.7C247.2,82.9 249.8,85.5 252.9,85.7C256.4,85.9 259.3,83.1 259.3,79.6C259.3,78.5 259,77.5 258.5,76.7C257.6,74.9 257.2,72.9 257.2,70.7Z" />
<path android:fillColor="#ff040505" android:pathData="M250.6,93C250.1,93 249.7,92.6 249.7,92.1V81.1C249.7,80.6 250.1,80.2 250.6,80.2C251.1,80.2 251.5,80.6 251.5,81.1V92.1C251.5,92.6 251.1,93 250.6,93Z" />
<path android:fillColor="#ff040505" android:pathData="M255.9,93C255.4,93 255,92.6 255,92.1V81.1C255,80.6 255.4,80.2 255.9,80.2C256.4,80.2 256.8,80.6 256.8,81.1V92.1C256.8,92.6 256.4,93 255.9,93Z" />
<path android:fillColor="#ff040505" android:pathData="M226.2,70.7C226.2,68.8 224.8,67 222.9,66.7C220.5,66.3 218.4,68.2 218.4,70.5C218.4,72.6 218,74.8 216.9,76.6C216.4,77.5 216.1,78.6 216.1,79.7C216.2,82.9 218.8,85.5 221.9,85.7C225.4,85.9 228.3,83.1 228.3,79.6C228.3,78.5 228,77.5 227.5,76.7C226.6,74.9 226.2,72.9 226.2,70.7Z" />
<path android:fillColor="#ff040505" android:pathData="M219.6,93C219.1,93 218.7,92.6 218.7,92.1V81.1C218.7,80.6 219.1,80.2 219.6,80.2C220.1,80.2 220.5,80.6 220.5,81.1V92.1C220.5,92.6 220.1,93 219.6,93Z" />
<path android:fillColor="#ff040505" android:pathData="M224.9,93C224.4,93 224,92.6 224,92.1V81.1C224,80.6 224.4,80.2 224.9,80.2C225.4,80.2 225.8,80.6 225.8,81.1V92.1C225.8,92.6 225.4,93 224.9,93Z" />
<path android:fillColor="#ffffffff" android:pathData="M193.3,36.3L192,38.9C191.7,39.5 192.3,40.2 193,39.9L195.6,38.6C195.8,38.5 196,38.5 196.2,38.6L198.8,39.9C199.4,40.2 200.1,39.6 199.8,38.9L198.5,36.3C198.4,36.1 198.4,35.9 198.5,35.7L199.8,33.1C200.1,32.5 199.5,31.8 198.8,32.1L196.2,33.4C196,33.5 195.8,33.5 195.6,33.4L193,32C192.4,31.7 191.7,32.3 192,33L193.3,35.6C193.4,35.9 193.4,36.1 193.3,36.3Z" />
<path android:fillColor="#ff72767d" android:pathData="M220.8,14.3C220.2,14.3 219.8,13.9 219.8,13.3V12.3C219.8,11.7 220.2,11.3 220.8,11.3C221.4,11.3 221.8,11.7 221.8,12.3V13.3C221.8,13.9 221.4,14.3 220.8,14.3Z" />
<path android:fillColor="#ff72767d" android:pathData="M220.8,22.3C220.2,22.3 219.8,21.9 219.8,21.3V20.3C219.8,19.7 220.2,19.3 220.8,19.3C221.4,19.3 221.8,19.7 221.8,20.3V21.3C221.8,21.9 221.4,22.3 220.8,22.3Z" />
<path android:fillColor="#ff72767d" android:pathData="M223.3,16.8C223.3,16.2 223.7,15.8 224.3,15.8H225.3C225.9,15.8 226.3,16.2 226.3,16.8C226.3,17.4 225.9,17.8 225.3,17.8H224.3C223.8,17.8 223.3,17.4 223.3,16.8Z" />
<path android:fillColor="#ff72767d" android:pathData="M215.3,16.8C215.3,16.2 215.7,15.8 216.3,15.8H217.3C217.9,15.8 218.3,16.2 218.3,16.8C218.3,17.4 217.9,17.8 217.3,17.8H216.3C215.8,17.8 215.3,17.4 215.3,16.8Z" />
<path android:fillColor="#ff72767d" android:pathData="M36,92L97.001,92V74H36V92Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M180,0H64V74H180V0Z" />
<path android:fillColor="#ff202225" android:pathData="M170,10H74V64H170V10Z" />
<path android:fillColor="#ff2e3238" android:pathData="M74,50.9C78.6,46.3 83.5,41.4 88.5,36.5C98.1,26.9 107.7,17.3 115,10H109.3C99.5,19.8 86.3,32.9 74,45.2V50.9Z" />
<path android:fillColor="#ff2e3238" android:pathData="M136.6,11.2C137,10.8 137.4,10.4 137.8,10H126.5C112.4,24.1 91.7,44.7 74,62.3V64H83.6C90.8,56.8 100.3,47.4 109.8,37.9C119.6,28.2 129.3,18.5 136.6,11.2Z" />
<path android:fillColor="#ff2e3238" android:pathData="M170,29.3C158,41.3 145,54.2 135.1,64H140.8C148.2,56.7 158.3,46.6 168.5,36.5C169,36 169.5,35.5 170,35V29.3Z" />
<path android:fillColor="#ff72767d" android:pathData="M64,0H36V74H64V0Z" />
<path android:fillColor="#ff202225" android:pathData="M26,51L36,61V21L26,31V51Z" />
<path android:fillColor="#ff4f545c" android:pathData="M188,74H64V80H188V74Z" />
<path android:fillColor="#ff2e3238" android:pathData="M198,80H74V86H198V80Z" />
<path android:fillColor="#ff202225" android:pathData="M208,86H84V92H208V86Z" />
<path android:fillColor="#fff6f6f7" android:pathData="M170,40H148V74H170V40Z" />
<path android:fillColor="#ff2e3238" android:pathData="M154,58.5C155.105,58.5 156,57.605 156,56.5C156,55.395 155.105,54.5 154,54.5C152.895,54.5 152,55.395 152,56.5C152,57.605 152.895,58.5 154,58.5Z" />
<path android:fillColor="#ff72767d" android:pathData="M270,92V80H266V92H270Z" />
<path android:fillColor="#ff72767d" android:pathData="M268,80C269.657,80 271,78.657 271,77C271,75.343 269.657,74 268,74C266.343,74 265,75.343 265,77C265,78.657 266.343,80 268,80Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M272,79H264V81H272V79Z" />
<path android:fillColor="#ff72767d" android:pathData="M210,92V80H206V92H210Z" />
<path android:fillColor="#ff72767d" android:pathData="M208,80C209.657,80 211,78.657 211,77C211,75.343 209.657,74 208,74C206.343,74 205,75.343 205,77C205,78.657 206.343,80 208,80Z" />
<path android:fillColor="#ffb9bbbe" android:pathData="M212,79H204V81H212V79Z" />
<path android:fillColor="#ff4f545c" android:pathData="M270,81H206V83H270V81Z" />
<path android:fillColor="#ff4f545c" android:pathData="M44,16C44.552,16 45,15.552 45,15C45,14.448 44.552,14 44,14C43.448,14 43,14.448 43,15C43,15.552 43.448,16 44,16Z" />
<path android:fillColor="#ff4f545c" android:pathData="M48,16C48.552,16 49,15.552 49,15C49,14.448 48.552,14 48,14C47.448,14 47,14.448 47,15C47,15.552 47.448,16 48,16Z" />
<path android:fillColor="#ff4f545c" android:pathData="M52,16C52.552,16 53,15.552 53,15C53,14.448 52.552,14 52,14C51.448,14 51,14.448 51,15C51,15.552 51.448,16 52,16Z" />
<path android:fillColor="#ff4f545c" android:pathData="M56,16C56.552,16 57,15.552 57,15C57,14.448 56.552,14 56,14C55.448,14 55,14.448 55,15C55,15.552 55.448,16 56,16Z" />
<path android:fillColor="#ff4f545c" android:pathData="M44,22C44.552,22 45,21.552 45,21C45,20.448 44.552,20 44,20C43.448,20 43,20.448 43,21C43,21.552 43.448,22 44,22Z" />
<path android:fillColor="#ff4f545c" android:pathData="M48,22C48.552,22 49,21.552 49,21C49,20.448 48.552,20 48,20C47.448,20 47,20.448 47,21C47,21.552 47.448,22 48,22Z" />
<path android:fillColor="#ff4f545c" android:pathData="M52,22C52.552,22 53,21.552 53,21C53,20.448 52.552,20 52,20C51.448,20 51,20.448 51,21C51,21.552 51.448,22 52,22Z" />
<path android:fillColor="#ff4f545c" android:pathData="M56,22C56.552,22 57,21.552 57,21C57,20.448 56.552,20 56,20C55.448,20 55,20.448 55,21C55,21.552 55.448,22 56,22Z" />
<path android:fillColor="#ff4f545c" android:pathData="M44,28C44.552,28 45,27.552 45,27C45,26.448 44.552,26 44,26C43.448,26 43,26.448 43,27C43,27.552 43.448,28 44,28Z" />
<path android:fillColor="#ff4f545c" android:pathData="M48,28C48.552,28 49,27.552 49,27C49,26.448 48.552,26 48,26C47.448,26 47,26.448 47,27C47,27.552 47.448,28 48,28Z" />
<path android:fillColor="#ff4f545c" android:pathData="M52,28C52.552,28 53,27.552 53,27C53,26.448 52.552,26 52,26C51.448,26 51,26.448 51,27C51,27.552 51.448,28 52,28Z" />
<path android:fillColor="#ff4f545c" android:pathData="M56,28C56.552,28 57,27.552 57,27C57,26.448 56.552,26 56,26C55.448,26 55,26.448 55,27C55,27.552 55.448,28 56,28Z" />
<path android:fillColor="#ff4f545c" android:pathData="M44,34C44.552,34 45,33.552 45,33C45,32.448 44.552,32 44,32C43.448,32 43,32.448 43,33C43,33.552 43.448,34 44,34Z" />
<path android:fillColor="#ff4f545c" android:pathData="M48,34C48.552,34 49,33.552 49,33C49,32.448 48.552,32 48,32C47.448,32 47,32.448 47,33C47,33.552 47.448,34 48,34Z" />
<path android:fillColor="#ff4f545c" android:pathData="M52,34C52.552,34 53,33.552 53,33C53,32.448 52.552,32 52,32C51.448,32 51,32.448 51,33C51,33.552 51.448,34 52,34Z" />
<path android:fillColor="#ff4f545c" android:pathData="M56,34C56.552,34 57,33.552 57,33C57,32.448 56.552,32 56,32C55.448,32 55,32.448 55,33C55,33.552 55.448,34 56,34Z" />
<path android:fillColor="#ff4f545c" android:pathData="M44,40C44.552,40 45,39.552 45,39C45,38.448 44.552,38 44,38C43.448,38 43,38.448 43,39C43,39.552 43.448,40 44,40Z" />
<path android:fillColor="#ff4f545c" android:pathData="M48,40C48.552,40 49,39.552 49,39C49,38.448 48.552,38 48,38C47.448,38 47,38.448 47,39C47,39.552 47.448,40 48,40Z" />
<path android:fillColor="#ff4f545c" android:pathData="M52,40C52.552,40 53,39.552 53,39C53,38.448 52.552,38 52,38C51.448,38 51,38.448 51,39C51,39.552 51.448,40 52,40Z" />
<path android:fillColor="#ff4f545c" android:pathData="M56,40C56.552,40 57,39.552 57,39C57,38.448 56.552,38 56,38C55.448,38 55,38.448 55,39C55,39.552 55.448,40 56,40Z" />
<path android:fillColor="#ff4f545c" android:pathData="M44,46C44.552,46 45,45.552 45,45C45,44.448 44.552,44 44,44C43.448,44 43,44.448 43,45C43,45.552 43.448,46 44,46Z" />
<path android:fillColor="#ff4f545c" android:pathData="M48,46C48.552,46 49,45.552 49,45C49,44.448 48.552,44 48,44C47.448,44 47,44.448 47,45C47,45.552 47.448,46 48,46Z" />
<path android:fillColor="#ff4f545c" android:pathData="M52,46C52.552,46 53,45.552 53,45C53,44.448 52.552,44 52,44C51.448,44 51,44.448 51,45C51,45.552 51.448,46 52,46Z" />
<path android:fillColor="#ff4f545c" android:pathData="M56,46C56.552,46 57,45.552 57,45C57,44.448 56.552,44 56,44C55.448,44 55,44.448 55,45C55,45.552 55.448,46 56,46Z" />
<path android:fillColor="#ff4f545c" android:pathData="M44,52C44.552,52 45,51.552 45,51C45,50.448 44.552,50 44,50C43.448,50 43,50.448 43,51C43,51.552 43.448,52 44,52Z" />
<path android:fillColor="#ff4f545c" android:pathData="M48,52C48.552,52 49,51.552 49,51C49,50.448 48.552,50 48,50C47.448,50 47,50.448 47,51C47,51.552 47.448,52 48,52Z" />
<path android:fillColor="#ff4f545c" android:pathData="M52,52C52.552,52 53,51.552 53,51C53,50.448 52.552,50 52,50C51.448,50 51,50.448 51,51C51,51.552 51.448,52 52,52Z" />
<path android:fillColor="#ff4f545c" android:pathData="M56,52C56.552,52 57,51.552 57,51C57,50.448 56.552,50 56,50C55.448,50 55,50.448 55,51C55,51.552 55.448,52 56,52Z" />
<path android:fillColor="#ff4f545c" android:pathData="M44,58C44.552,58 45,57.552 45,57C45,56.448 44.552,56 44,56C43.448,56 43,56.448 43,57C43,57.552 43.448,58 44,58Z" />
<path android:fillColor="#ff4f545c" android:pathData="M48,58C48.552,58 49,57.552 49,57C49,56.448 48.552,56 48,56C47.448,56 47,56.448 47,57C47,57.552 47.448,58 48,58Z" />
<path android:fillColor="#ff4f545c" android:pathData="M52,58C52.552,58 53,57.552 53,57C53,56.448 52.552,56 52,56C51.448,56 51,56.448 51,57C51,57.552 51.448,58 52,58Z" />
<path android:fillColor="#ff4f545c" android:pathData="M56,58C56.552,58 57,57.552 57,57C57,56.448 56.552,56 56,56C55.448,56 55,56.448 55,57C55,57.552 55.448,58 56,58Z" />
<path android:fillColor="#ff4f545c" android:pathData="M44,64C44.552,64 45,63.552 45,63C45,62.448 44.552,62 44,62C43.448,62 43,62.448 43,63C43,63.552 43.448,64 44,64Z" />
<path android:fillColor="#ff4f545c" android:pathData="M48,64C48.552,64 49,63.552 49,63C49,62.448 48.552,62 48,62C47.448,62 47,62.448 47,63C47,63.552 47.448,64 48,64Z" />
<path android:fillColor="#ff4f545c" android:pathData="M52,64C52.552,64 53,63.552 53,63C53,62.448 52.552,62 52,62C51.448,62 51,62.448 51,63C51,63.552 51.448,64 52,64Z" />
<path android:fillColor="#ff4f545c" android:pathData="M56,64C56.552,64 57,63.552 57,63C57,62.448 56.552,62 56,62C55.448,62 55,62.448 55,63C55,63.552 55.448,64 56,64Z" />
<path android:fillColor="#ff4f545c" android:pathData="M44,70C44.552,70 45,69.552 45,69C45,68.448 44.552,68 44,68C43.448,68 43,68.448 43,69C43,69.552 43.448,70 44,70Z" />
<path android:fillColor="#ff4f545c" android:pathData="M48,70C48.552,70 49,69.552 49,69C49,68.448 48.552,68 48,68C47.448,68 47,68.448 47,69C47,69.552 47.448,70 48,70Z" />
<path android:fillColor="#ff4f545c" android:pathData="M52,70C52.552,70 53,69.552 53,69C53,68.448 52.552,68 52,68C51.448,68 51,68.448 51,69C51,69.552 51.448,70 52,70Z" />
<path android:fillColor="#ff4f545c" android:pathData="M56,70C56.552,70 57,69.552 57,69C57,68.448 56.552,68 56,68C55.448,68 55,68.448 55,69C55,69.552 55.448,70 56,70Z" />
<path android:fillColor="#ff4f545c" android:pathData="M57,8H43V10H57V8Z" />
</vector>

View File

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="120.0dip" android:width="300.0dip" android:viewportWidth="300.0" android:viewportHeight="120.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h300v120h-300z M 0,0" />
<path android:fillColor="#ffaec7ff" android:pathData="M242.3,60V46.64C242.3,34.27 237.386,22.407 228.639,13.66C219.893,4.914 208.03,0 195.66,0L102.87,0C88.825,0.004 75.355,5.582 65.42,15.51L61.12,19.81C59.033,21.899 56.554,23.556 53.826,24.685C51.097,25.814 48.173,26.393 45.22,26.39C33.226,26.393 21.724,31.159 13.244,39.641C4.764,48.123 -0,59.626 0,71.62L0,120H300V80.33C300,74.938 297.858,69.767 294.045,65.954C290.233,62.142 285.062,60 279.67,60H242.3Z" android:strokeAlpha="0.2" android:fillAlpha="0.2" />
<path android:fillColor="#ff000000" android:pathData="M112.68,73.39C112.582,73.391 112.485,73.367 112.399,73.319C112.314,73.272 112.241,73.203 112.19,73.12C112.108,72.99 112.08,72.833 112.114,72.683C112.148,72.533 112.24,72.402 112.37,72.32L118.6,68.44C118.73,68.358 118.887,68.331 119.037,68.364C119.187,68.398 119.318,68.49 119.4,68.62C119.44,68.685 119.467,68.757 119.479,68.833C119.492,68.908 119.489,68.985 119.471,69.06C119.453,69.134 119.421,69.204 119.376,69.266C119.332,69.328 119.275,69.38 119.21,69.42L113,73.3C112.904,73.36 112.793,73.391 112.68,73.39Z" />
<path android:fillColor="#ffdcddde" android:pathData="M25.54,48.22L33.73,87.45C34.062,89.017 34.921,90.423 36.164,91.433C37.407,92.443 38.958,92.996 40.56,93H81.56L72.42,49.11C72.063,47.384 71.123,45.834 69.757,44.721C68.39,43.608 66.682,43 64.92,43H29.77C29.126,42.999 28.49,43.143 27.908,43.419C27.327,43.696 26.815,44.1 26.409,44.6C26.003,45.101 25.715,45.685 25.565,46.312C25.414,46.938 25.406,47.59 25.54,48.22Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M81.58,93H40.58C38.977,92.995 37.424,92.441 36.181,91.429C34.938,90.417 34.08,89.009 33.75,87.44L33.59,86.64L25.59,48.22C25.457,47.594 25.464,46.946 25.611,46.324C25.759,45.701 26.043,45.119 26.443,44.619C26.843,44.12 27.349,43.716 27.924,43.436C28.5,43.155 29.13,43.007 29.77,43H64.92C66.679,42.998 68.384,43.603 69.749,44.712C71.113,45.822 72.053,47.368 72.41,49.09L80.26,86.62L81.58,93Z" />
<path android:fillColor="#ffffffff" android:pathData="M35.74,52.36H26.4L25.54,48.22C25.404,47.591 25.411,46.939 25.56,46.313C25.709,45.686 25.996,45.101 26.401,44.6C26.806,44.1 27.318,43.696 27.899,43.419C28.48,43.142 29.116,42.999 29.76,43H33.76L35.74,52.36Z" />
<path android:fillColor="#ffffffff" android:pathData="M52.48,43.02H43.13L45.09,52.36H54.43L52.48,43.02Z" />
<path android:fillColor="#ffffffff" android:pathData="M45.09,52.36H35.74L37.7,61.7H47.04L45.09,52.36Z" />
<path android:fillColor="#ffffffff" android:pathData="M73.09,52.36H63.77L61.77,43.02H64.87C66.629,43.018 68.334,43.623 69.699,44.732C71.063,45.842 72.003,47.388 72.36,49.11L73.09,52.36Z" />
<path android:fillColor="#ffffffff" android:pathData="M37.7,61.7H28.35L30.3,71.05H39.65L37.7,61.7Z" />
<path android:fillColor="#ffffffff" android:pathData="M56.38,61.7H47.04L48.99,71.05H58.33L56.38,61.7Z" />
<path android:fillColor="#ffffffff" android:pathData="M75.07,61.7H65.72L67.68,71.05H77.02L75.07,61.7Z" />
<path android:fillColor="#ffffffff" android:pathData="M63.77,52.36H54.43L56.38,61.7H65.72L63.77,52.36Z" />
<path android:fillColor="#ffffffff" android:pathData="M48.99,71.05H39.65L41.6,80.39H50.94L48.99,71.05Z" />
<path android:fillColor="#ffffffff" android:pathData="M41.6,80.39H32.26L33.57,86.64H42.92L41.6,80.39Z" />
<path android:fillColor="#ffffffff" android:pathData="M60.28,80.39H50.94L52.89,89.73H62.24L60.28,80.39Z" />
<path android:fillColor="#ffffffff" android:pathData="M78.97,80.39H69.63L71.58,89.73H80.92L78.97,80.39Z" />
<path android:fillColor="#ffffffff" android:pathData="M67.68,71.05H58.33L60.28,80.39H69.63L67.68,71.05Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M115.91,89.82C115.91,90.238 115.828,90.651 115.668,91.037C115.508,91.423 115.274,91.773 114.978,92.069C114.683,92.364 114.333,92.598 113.947,92.758C113.561,92.918 113.147,93 112.73,93H40.56C38.957,92.995 37.404,92.441 36.161,91.429C34.918,90.417 34.06,89.009 33.73,87.44L33.57,86.64H112.73C113.147,86.64 113.561,86.722 113.947,86.882C114.333,87.042 114.683,87.276 114.978,87.571C115.274,87.867 115.508,88.217 115.668,88.603C115.828,88.989 115.91,89.402 115.91,89.82Z" />
<path android:fillColor="#ff7196ff" android:pathData="M73.82,120H34.36C33.767,119.997 33.183,119.863 32.648,119.607C32.114,119.351 31.643,118.98 31.27,118.519C30.897,118.059 30.631,117.522 30.49,116.946C30.35,116.37 30.34,115.77 30.46,115.19C30.522,114.889 30.702,114.625 30.959,114.457C31.215,114.288 31.529,114.228 31.83,114.29C32.132,114.355 32.395,114.536 32.564,114.795C32.732,115.053 32.792,115.368 32.73,115.67C32.681,115.912 32.687,116.161 32.746,116.401C32.805,116.64 32.917,116.864 33.072,117.055C33.228,117.246 33.424,117.401 33.647,117.507C33.87,117.613 34.113,117.669 34.36,117.67H73.82C74.401,117.669 74.965,117.47 75.419,117.107C75.873,116.744 76.191,116.237 76.32,115.67L85.18,73.37C85.235,73.109 85.379,72.875 85.586,72.707C85.794,72.54 86.053,72.449 86.32,72.45H103.7C103.965,72.449 104.223,72.54 104.429,72.708C104.635,72.876 104.777,73.11 104.83,73.37L113.83,116.26C113.863,116.55 113.787,116.841 113.617,117.078C113.447,117.315 113.194,117.479 112.909,117.539C112.623,117.599 112.326,117.55 112.074,117.403C111.823,117.255 111.636,117.019 111.55,116.74L102.76,74.74H87.26L78.59,116.12C78.359,117.215 77.759,118.197 76.891,118.904C76.023,119.61 74.939,119.997 73.82,120Z" />
<path android:fillColor="#ff7196ff" android:pathData="M284.09,79.59C284.09,79.06 283.66,78.63 283.13,78.63C282.6,78.63 282.17,79.06 282.17,79.59V80.55C282.17,81.08 282.6,81.51 283.13,81.51C283.66,81.51 284.09,81.08 284.09,80.55V79.59Z" />
<path android:fillColor="#ff7196ff" android:pathData="M284.09,87.25C284.09,86.72 283.66,86.29 283.13,86.29C282.6,86.29 282.17,86.72 282.17,87.25V88.21C282.17,88.74 282.6,89.17 283.13,89.17C283.66,89.17 284.09,88.74 284.09,88.21V87.25Z" />
<path android:fillColor="#ff7196ff" android:pathData="M287.44,84.86C287.97,84.86 288.4,84.43 288.4,83.9C288.4,83.37 287.97,82.94 287.44,82.94H286.48C285.95,82.94 285.52,83.37 285.52,83.9C285.52,84.43 285.95,84.86 286.48,84.86H287.44Z" />
<path android:fillColor="#ff7196ff" android:pathData="M279.77,84.86C280.3,84.86 280.73,84.43 280.73,83.9C280.73,83.37 280.3,82.94 279.77,82.94H278.81C278.28,82.94 277.85,83.37 277.85,83.9C277.85,84.43 278.28,84.86 278.81,84.86H279.77Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M102.82,21.75L101.6,24.28C101.539,24.41 101.52,24.556 101.545,24.697C101.57,24.838 101.638,24.969 101.739,25.07C101.841,25.172 101.971,25.24 102.113,25.265C102.254,25.29 102.4,25.271 102.53,25.21L105.06,24C105.155,23.955 105.259,23.932 105.365,23.932C105.47,23.932 105.574,23.955 105.67,24L108.2,25.22C108.33,25.281 108.476,25.3 108.617,25.275C108.758,25.25 108.889,25.182 108.99,25.08C109.092,24.979 109.159,24.848 109.184,24.707C109.209,24.566 109.19,24.42 109.13,24.29L107.91,21.76C107.865,21.666 107.842,21.564 107.842,21.46C107.842,21.356 107.865,21.254 107.91,21.16L109.13,18.62C109.193,18.49 109.215,18.344 109.191,18.201C109.167,18.059 109.098,17.927 108.996,17.826C108.893,17.724 108.761,17.657 108.618,17.635C108.475,17.612 108.329,17.635 108.2,17.7L105.67,18.92C105.574,18.965 105.47,18.988 105.365,18.988C105.259,18.988 105.155,18.965 105.06,18.92L102.53,17.7C102.401,17.635 102.254,17.612 102.112,17.635C101.969,17.657 101.837,17.724 101.734,17.826C101.631,17.927 101.563,18.059 101.539,18.201C101.515,18.344 101.536,18.49 101.6,18.62L102.82,21.16C102.863,21.252 102.885,21.353 102.885,21.455C102.885,21.557 102.863,21.658 102.82,21.75Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M22.3,78.98C22.3,78.45 21.87,78.02 21.34,78.02C20.81,78.02 20.38,78.45 20.38,78.98V79.94C20.38,80.47 20.81,80.9 21.34,80.9C21.87,80.9 22.3,80.47 22.3,79.94V78.98Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M22.3,86.65C22.3,86.12 21.87,85.69 21.34,85.69C20.81,85.69 20.38,86.12 20.38,86.65V87.61C20.38,88.14 20.81,88.57 21.34,88.57C21.87,88.57 22.3,88.14 22.3,87.61V86.65Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M25.65,84.25C26.18,84.25 26.61,83.82 26.61,83.29C26.61,82.76 26.18,82.33 25.65,82.33H24.69C24.16,82.33 23.73,82.76 23.73,83.29C23.73,83.82 24.16,84.25 24.69,84.25H25.65Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M17.98,84.25C18.51,84.25 18.94,83.82 18.94,83.29C18.94,82.76 18.51,82.33 17.98,82.33H17.02C16.49,82.33 16.06,82.76 16.06,83.29C16.06,83.82 16.49,84.25 17.02,84.25H17.98Z" />
<path android:fillColor="#ffffffff" android:pathData="M110.76,120H69.9C68.876,119.997 67.883,119.643 67.088,118.997C66.293,118.351 65.743,117.452 65.53,116.45L56.8,74.76H40.36C40.053,74.76 39.757,74.638 39.54,74.42C39.322,74.203 39.2,73.908 39.2,73.6C39.2,73.292 39.322,72.997 39.54,72.78C39.757,72.562 40.053,72.44 40.36,72.44H57.74C58.007,72.441 58.265,72.532 58.472,72.7C58.679,72.867 58.823,73.1 58.88,73.36L67.81,116C67.911,116.48 68.174,116.911 68.554,117.22C68.935,117.53 69.41,117.699 69.9,117.7H110.76C110.883,117.701 111.004,117.673 111.114,117.62C111.224,117.567 111.321,117.489 111.396,117.392C111.472,117.295 111.524,117.183 111.549,117.063C111.574,116.943 111.571,116.819 111.54,116.7L102.54,73.81C102.477,73.509 102.535,73.195 102.703,72.937C102.871,72.679 103.134,72.499 103.435,72.435C103.736,72.371 104.05,72.43 104.308,72.598C104.566,72.766 104.747,73.029 104.81,73.33L113.81,116.22C113.903,116.675 113.894,117.145 113.784,117.596C113.674,118.047 113.465,118.468 113.172,118.829C112.879,119.189 112.51,119.481 112.092,119.681C111.673,119.882 111.215,119.988 110.75,119.99L110.76,120Z" />
<path android:fillColor="#ff7196ff" android:pathData="M31.6,116.61H31.36C31.058,116.545 30.795,116.364 30.626,116.105C30.458,115.847 30.398,115.532 30.46,115.23L39.23,73.38C39.262,73.231 39.322,73.09 39.408,72.964C39.494,72.838 39.605,72.731 39.732,72.648C39.86,72.565 40.003,72.507 40.153,72.479C40.302,72.452 40.456,72.453 40.605,72.485C40.754,72.517 40.896,72.577 41.021,72.663C41.147,72.749 41.254,72.859 41.337,72.987C41.421,73.115 41.478,73.258 41.506,73.407C41.534,73.557 41.532,73.711 41.5,73.86L32.73,115.71C32.675,115.967 32.532,116.198 32.326,116.362C32.12,116.526 31.863,116.614 31.6,116.61Z" />
<path android:fillColor="#ff7196ff" android:pathData="M60.7,72.25H37.07C35.789,72.25 34.75,73.289 34.75,74.57V74.58C34.75,75.861 35.789,76.9 37.07,76.9H60.7C61.981,76.9 63.02,75.861 63.02,74.58V74.57C63.02,73.289 61.981,72.25 60.7,72.25Z" />
<path android:fillColor="#ff7196ff" android:pathData="M106.92,72.25H83.29C82.009,72.25 80.97,73.289 80.97,74.57V74.58C80.97,75.861 82.009,76.9 83.29,76.9H106.92C108.202,76.9 109.24,75.861 109.24,74.58V74.57C109.24,73.289 108.202,72.25 106.92,72.25Z" />
<path android:fillColor="#fff47fff" android:pathData="M135.38,117.61C135.1,117.61 134.829,117.509 134.618,117.325C134.406,117.142 134.268,116.887 134.23,116.61L128.63,77.81C128.444,76.506 127.936,75.269 127.152,74.211C126.369,73.153 125.333,72.307 124.14,71.75L116.94,68.38C116.661,68.247 116.447,68.01 116.344,67.719C116.241,67.428 116.257,67.108 116.39,66.83C116.522,66.551 116.76,66.337 117.051,66.234C117.342,66.131 117.661,66.147 117.94,66.28L125.14,69.65C126.682,70.37 128.021,71.463 129.035,72.83C130.05,74.197 130.708,75.795 130.95,77.48L136.55,116.27C136.572,116.423 136.564,116.578 136.526,116.727C136.488,116.877 136.42,117.017 136.327,117.14C136.234,117.263 136.117,117.366 135.984,117.443C135.85,117.52 135.703,117.57 135.55,117.59L135.38,117.61Z" />
<path android:fillColor="#ffffffff" android:pathData="M134.23,116.62L133.4,110.87L135.7,110.54L136.53,116.28L134.23,116.62ZM132.08,101.68L131.25,95.94L133.54,95.61L134.37,101.35L132.08,101.68ZM129.92,86.75L129.09,81L131.39,80.67L132.22,86.41L129.92,86.75ZM126.25,73.21C125.631,72.615 124.918,72.125 124.14,71.76L121.55,70.55L122.55,68.45L125.14,69.66C126.147,70.127 127.07,70.759 127.87,71.53L126.25,73.21Z" />
<path android:fillColor="#ffffffff" android:pathData="M146.52,89.08H123.83L127.59,120H142.75L146.52,89.08Z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M148.26,89.08H122.09L123.31,86.17H147.03L148.26,89.08Z" />
<path android:fillColor="#ffffd836" android:pathData="M125.61,103.71L127.61,120H142.77L145.17,100.34C138.68,97.48 131.52,101.59 125.61,103.71Z" />
<path android:fillColor="#ffff9a15" android:pathData="M134.45,108.26C137.626,108.26 140.2,105.686 140.2,102.51C140.2,99.334 137.626,96.76 134.45,96.76C131.275,96.76 128.7,99.334 128.7,102.51C128.7,105.686 131.275,108.26 134.45,108.26Z" />
<path android:fillColor="#ff000000" android:pathData="M75.65,77.15V75.15C75.634,74.319 75.29,73.528 74.692,72.951C74.094,72.373 73.291,72.057 72.46,72.07C72.048,72.076 71.641,72.164 71.262,72.328C70.884,72.492 70.541,72.729 70.254,73.025C69.967,73.321 69.742,73.671 69.59,74.054C69.438,74.438 69.364,74.848 69.37,75.26V77.26C69.382,78.186 69.087,79.09 68.53,79.83C67.987,80.583 67.665,81.473 67.599,82.399C67.533,83.325 67.727,84.251 68.157,85.074C68.588,85.896 69.239,86.582 70.038,87.055C70.837,87.529 71.752,87.77 72.68,87.753C73.608,87.735 74.514,87.46 75.294,86.957C76.075,86.454 76.7,85.744 77.099,84.906C77.499,84.068 77.658,83.135 77.557,82.212C77.456,81.289 77.101,80.412 76.53,79.68C75.966,78.957 75.657,78.067 75.65,77.15Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M63.91,93H112.73C113.147,93 113.561,92.918 113.947,92.758C114.333,92.598 114.683,92.364 114.978,92.069C115.274,91.773 115.508,91.423 115.668,91.037C115.828,90.651 115.91,90.238 115.91,89.82C115.907,88.978 115.571,88.172 114.975,87.578C114.379,86.984 113.571,86.65 112.73,86.65H62.55L63.91,93Z" />
<path android:fillColor="#ff000000" android:pathData="M77.3,93.37C77.098,93.369 76.902,93.297 76.747,93.168C76.592,93.038 76.487,92.859 76.45,92.66L76,90.23C75.39,87.23 75.18,86.65 72.16,86.65C71.932,86.65 71.713,86.559 71.552,86.398C71.39,86.237 71.3,86.018 71.3,85.79C71.3,85.562 71.39,85.343 71.552,85.182C71.713,85.021 71.932,84.93 72.16,84.93C76.27,84.93 76.97,86.37 77.69,89.93L78.13,92.38C78.15,92.492 78.148,92.606 78.123,92.717C78.099,92.828 78.053,92.933 77.988,93.026C77.923,93.119 77.84,93.198 77.744,93.259C77.648,93.319 77.542,93.361 77.43,93.38L77.3,93.37Z" />
<path android:fillColor="#ff000000" android:pathData="M82.65,91.9C82.465,91.898 82.285,91.839 82.136,91.729C81.987,91.62 81.877,91.466 81.82,91.29C80.59,87.29 79.41,86.65 76.47,86.65C76.242,86.65 76.023,86.559 75.862,86.398C75.701,86.237 75.61,86.018 75.61,85.79C75.61,85.562 75.701,85.343 75.862,85.182C76.023,85.021 76.242,84.93 76.47,84.93C80.39,84.93 82.1,86.35 83.47,90.78C83.504,90.888 83.516,91.002 83.506,91.115C83.495,91.228 83.463,91.338 83.41,91.439C83.357,91.539 83.285,91.628 83.197,91.7C83.109,91.773 83.008,91.827 82.9,91.86C82.818,91.883 82.734,91.896 82.65,91.9Z" />
<path android:fillColor="#ff000000" android:pathData="M67,87.75H66.8C66.698,87.755 66.595,87.74 66.499,87.705C66.403,87.67 66.315,87.616 66.24,87.546C66.165,87.475 66.106,87.391 66.064,87.297C66.023,87.203 66.001,87.102 66,87C66,86.83 66.25,82.66 68.27,80.27C68.336,80.195 68.415,80.134 68.505,80.09C68.594,80.046 68.691,80.02 68.79,80.013C68.89,80.007 68.99,80.02 69.084,80.052C69.178,80.084 69.265,80.134 69.34,80.2C69.415,80.266 69.476,80.345 69.52,80.435C69.564,80.524 69.59,80.621 69.597,80.72C69.603,80.82 69.59,80.92 69.558,81.014C69.526,81.108 69.476,81.195 69.41,81.27C67.72,83.27 67.49,87.08 67.49,87.12C67.476,87.26 67.422,87.394 67.336,87.506C67.249,87.617 67.133,87.702 67,87.75Z" />
<path android:fillColor="#ff000000" android:pathData="M98.09,109.34L97.76,107.42C97.69,107.032 97.544,106.661 97.331,106.329C97.118,105.997 96.841,105.711 96.517,105.486C96.193,105.261 95.827,105.103 95.442,105.019C95.056,104.936 94.658,104.929 94.27,105C93.877,105.064 93.501,105.206 93.164,105.416C92.826,105.627 92.534,105.903 92.304,106.228C92.074,106.553 91.911,106.92 91.825,107.308C91.738,107.697 91.73,108.098 91.8,108.49L92.13,110.38C92.274,111.256 92.126,112.156 91.71,112.94C91.351,113.624 91.16,114.384 91.153,115.157C91.146,115.93 91.324,116.693 91.671,117.384C92.019,118.074 92.526,118.672 93.15,119.127C93.775,119.582 94.499,119.882 95.263,120.001C96.026,120.12 96.807,120.056 97.541,119.813C98.275,119.57 98.94,119.155 99.481,118.604C100.023,118.052 100.425,117.379 100.654,116.641C100.883,115.903 100.933,115.121 100.8,114.36C100.623,113.308 100.102,112.345 99.32,111.62C98.665,111.02 98.231,110.217 98.09,109.34Z" />
<path android:fillColor="#ff000000" android:pathData="M113,70.36L113.15,68.42C113.183,68.024 113.136,67.626 113.014,67.248C112.892,66.87 112.695,66.521 112.437,66.219C112.178,65.918 111.862,65.671 111.507,65.492C111.153,65.314 110.766,65.208 110.37,65.18C109.968,65.143 109.564,65.187 109.18,65.31C108.796,65.433 108.441,65.632 108.136,65.896C107.831,66.159 107.582,66.481 107.404,66.842C107.226,67.204 107.122,67.598 107.1,68L107,69.87C106.937,70.755 106.586,71.594 106,72.26C105.393,72.937 104.988,73.771 104.83,74.666C104.673,75.562 104.769,76.484 105.109,77.327C105.448,78.171 106.017,78.903 106.751,79.44C107.485,79.977 108.354,80.298 109.261,80.366C110.168,80.434 111.076,80.247 111.882,79.826C112.688,79.405 113.36,78.767 113.822,77.984C114.284,77.201 114.517,76.304 114.495,75.395C114.474,74.485 114.198,73.601 113.7,72.84C113.199,72.113 112.953,71.241 113,70.36Z" />
<path android:fillColor="#ff000000" android:pathData="M106.68,120H96.47C96.374,120.012 96.277,120.003 96.186,119.974C96.094,119.946 96.009,119.898 95.937,119.834C95.865,119.77 95.807,119.692 95.768,119.604C95.728,119.516 95.707,119.421 95.707,119.325C95.707,119.229 95.728,119.134 95.768,119.046C95.807,118.958 95.865,118.88 95.937,118.816C96.009,118.752 96.094,118.704 96.186,118.676C96.277,118.647 96.374,118.638 96.47,118.65H106.68C106.775,118.638 106.872,118.647 106.964,118.676C107.056,118.704 107.141,118.752 107.213,118.816C107.285,118.88 107.343,118.958 107.382,119.046C107.422,119.134 107.442,119.229 107.442,119.325C107.442,119.421 107.422,119.516 107.382,119.604C107.343,119.692 107.285,119.77 107.213,119.834C107.141,119.898 107.056,119.946 106.964,119.974C106.872,120.003 106.775,120.012 106.68,120Z" />
<path android:fillColor="#ff000000" android:pathData="M104,119.83C103.842,119.83 103.688,119.773 103.568,119.671C103.447,119.568 103.366,119.426 103.34,119.27L102.73,115.8C102.724,115.751 102.704,115.705 102.672,115.668C102.64,115.63 102.597,115.603 102.55,115.59C102.503,115.575 102.453,115.573 102.405,115.586C102.357,115.598 102.314,115.624 102.28,115.66L99.17,118.81C99.106,118.879 99.029,118.934 98.943,118.972C98.857,119.01 98.764,119.029 98.67,119.029C98.576,119.029 98.483,119.01 98.397,118.972C98.311,118.934 98.234,118.879 98.17,118.81C98.102,118.746 98.048,118.668 98.011,118.582C97.975,118.496 97.956,118.404 97.956,118.31C97.956,118.216 97.975,118.124 98.011,118.038C98.048,117.952 98.102,117.874 98.17,117.81L101.28,114.66C101.49,114.449 101.754,114.299 102.044,114.227C102.333,114.155 102.636,114.164 102.921,114.253C103.205,114.342 103.46,114.507 103.658,114.73C103.855,114.953 103.987,115.227 104.04,115.52L104.64,118.98C104.669,119.157 104.628,119.339 104.526,119.487C104.423,119.634 104.267,119.736 104.09,119.77L104,119.83Z" />
<path android:fillColor="#ff000000" android:pathData="M88.77,119.93C88.651,119.93 88.534,119.899 88.43,119.84C88.353,119.796 88.285,119.738 88.23,119.668C88.176,119.598 88.136,119.518 88.113,119.432C88.09,119.347 88.084,119.257 88.095,119.169C88.107,119.081 88.135,118.997 88.18,118.92L92.18,111.85C92.275,111.706 92.421,111.604 92.589,111.563C92.757,111.523 92.933,111.548 93.083,111.633C93.233,111.718 93.345,111.857 93.397,112.022C93.448,112.187 93.435,112.365 93.36,112.52L89.36,119.59C89.299,119.693 89.213,119.778 89.11,119.838C89.007,119.897 88.889,119.929 88.77,119.93Z" />
<path android:fillColor="#ff000000" android:pathData="M107.17,86.86H107.1C106.948,86.842 106.808,86.765 106.713,86.645C106.617,86.525 106.573,86.372 106.59,86.22L107.5,78.6C107.526,78.455 107.607,78.326 107.725,78.239C107.843,78.151 107.99,78.111 108.136,78.128C108.282,78.144 108.416,78.216 108.512,78.327C108.607,78.439 108.657,78.583 108.65,78.73L107.74,86.36C107.723,86.499 107.655,86.626 107.55,86.718C107.445,86.811 107.31,86.861 107.17,86.86Z" />
<path android:fillColor="#ff000000" android:pathData="M110.25,86.88C110.174,86.876 110.099,86.857 110.03,86.825C109.961,86.792 109.9,86.746 109.848,86.689C109.797,86.632 109.758,86.566 109.732,86.494C109.707,86.422 109.696,86.346 109.7,86.27L110.05,78.61C110.063,78.457 110.132,78.314 110.245,78.211C110.359,78.107 110.507,78.049 110.66,78.05C110.813,78.06 110.956,78.13 111.059,78.244C111.161,78.357 111.216,78.507 111.21,78.66L110.86,86.33C110.856,86.406 110.837,86.481 110.805,86.55C110.772,86.619 110.726,86.68 110.669,86.732C110.612,86.783 110.546,86.822 110.474,86.848C110.402,86.873 110.326,86.884 110.25,86.88Z" />
<path android:fillColor="#ff747f8d" android:pathData="M233.82,97.49H208.91V120.01H233.82V97.49Z" />
<path android:fillColor="#ff000000" android:pathData="M233.82,115.84H184V120.02H233.82V115.84Z" />
<path android:fillColor="#ff000000" android:pathData="M262.87,14.32H156.9V99.93H262.87V14.32Z" />
<path android:fillColor="#ff747f8d" android:pathData="M271.38,14.32H262.88V99.93H271.38V14.32Z" />
<path android:fillColor="#ff36393f" android:pathData="M251.17,96.01C251.971,96.01 252.62,95.361 252.62,94.56C252.62,93.759 251.971,93.11 251.17,93.11C250.369,93.11 249.72,93.759 249.72,94.56C249.72,95.361 250.369,96.01 251.17,96.01Z" />
<path android:fillColor="#ffff9a15" android:pathData="M245.6,96.01C246.401,96.01 247.05,95.361 247.05,94.56C247.05,93.759 246.401,93.11 245.6,93.11C244.799,93.11 244.15,93.759 244.15,94.56C244.15,95.361 244.799,96.01 245.6,96.01Z" />
<path android:fillColor="#ff36393f" android:pathData="M240.03,96.01C240.831,96.01 241.48,95.361 241.48,94.56C241.48,93.759 240.831,93.11 240.03,93.11C239.229,93.11 238.58,93.759 238.58,94.56C238.58,95.361 239.229,96.01 240.03,96.01Z" />
<path android:fillColor="#ff88a7ff" android:pathData="M167.16,89.06L252.61,89.06V23.81L167.16,23.81V89.06Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M209.94,23.81H167.17V56.43V89.06L209.94,56.43V23.81Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M209.94,89.05C227.955,89.05 242.56,74.446 242.56,56.43C242.56,38.415 227.955,23.81 209.94,23.81C191.924,23.81 177.32,38.415 177.32,56.43C177.32,74.446 191.924,89.05 209.94,89.05Z" android:strokeAlpha="0.8" android:fillAlpha="0.8" />
<path android:fillColor="#ffd9e7ff" android:pathData="M209.94,27.26C215.712,27.26 221.354,28.972 226.152,32.178C230.951,35.385 234.691,39.943 236.9,45.276C239.108,50.608 239.685,56.476 238.558,62.136C237.432,67.797 234.652,72.996 230.57,77.077C226.488,81.157 221.287,83.936 215.626,85.061C209.965,86.185 204.098,85.606 198.766,83.396C193.434,81.186 188.878,77.444 185.673,72.644C182.468,67.844 180.758,62.202 180.76,56.43C180.77,48.695 183.848,41.28 189.319,35.812C194.789,30.343 202.205,27.268 209.94,27.26ZM209.94,23.81C203.485,23.808 197.175,25.72 191.808,29.305C186.44,32.89 182.256,37.986 179.786,43.948C177.315,49.911 176.668,56.473 177.926,62.803C179.185,69.134 182.293,74.949 186.857,79.513C191.421,84.077 197.236,87.185 203.566,88.443C209.897,89.702 216.459,89.055 222.421,86.584C228.384,84.113 233.48,79.929 237.065,74.562C240.65,69.195 242.562,62.884 242.56,56.43C242.56,47.779 239.123,39.482 233.006,33.364C226.888,27.247 218.591,23.81 209.94,23.81Z" />
<path android:fillColor="#ff7196ff" android:pathData="M209.94,23.81C203.86,23.81 197.901,25.509 192.735,28.716C187.569,31.922 183.402,36.509 180.705,41.958C178.007,47.407 176.887,53.502 177.469,59.554C178.051,65.606 180.313,71.375 184,76.21L209.94,56.43V23.81Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
<path android:fillColor="#ff7196ff" android:pathData="M210.47,23.81H209.32V89.06H210.47V23.81Z" />
<path android:fillColor="#ff7196ff" android:pathData="M252.62,55.86H167.17V57.01H252.62V55.86Z" />
<path android:fillColor="#ff000000" android:pathData="M202.36,41.33H196.61V71.54H202.36V41.33Z" />
<path android:fillColor="#ff000000" android:pathData="M218.81,47.07C219.097,47.069 219.382,47.124 219.647,47.233C219.913,47.342 220.155,47.502 220.358,47.705C220.562,47.908 220.723,48.148 220.833,48.413C220.943,48.679 221,48.963 221,49.25V63.62C221,64.196 220.772,64.747 220.365,65.154C219.958,65.561 219.406,65.79 218.83,65.79H216.83C216.545,65.79 216.263,65.734 216,65.625C215.736,65.516 215.497,65.356 215.296,65.154C215.094,64.953 214.934,64.714 214.825,64.45C214.716,64.187 214.66,63.905 214.66,63.62V49.25C214.66,48.674 214.888,48.121 215.295,47.712C215.702,47.304 216.254,47.073 216.83,47.07H218.83H218.81ZM218.83,41.33H216.83C214.73,41.33 212.715,42.164 211.23,43.65C209.745,45.135 208.91,47.15 208.91,49.25V63.62C208.913,65.72 209.748,67.733 211.233,69.217C212.718,70.702 214.73,71.537 216.83,71.54H218.83C220.93,71.537 222.943,70.702 224.428,69.217C225.912,67.733 226.748,65.72 226.75,63.62V49.25C226.75,47.15 225.916,45.135 224.43,43.65C222.945,42.164 220.931,41.33 218.83,41.33Z" />
</group>
</vector>

View File

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="120.0dip" android:width="300.0dip" android:viewportWidth="300.0" android:viewportHeight="120.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<group>
<clip-path android:pathData="M0,0h300v120h-300z M 0,0" />
<path android:fillColor="#ffaec7ff" android:pathData="M242.3,60V46.64C242.3,34.27 237.386,22.407 228.639,13.66C219.893,4.914 208.03,0 195.66,0L102.87,0C88.825,0.004 75.355,5.582 65.42,15.51L61.12,19.81C59.033,21.899 56.554,23.556 53.826,24.685C51.097,25.814 48.173,26.393 45.22,26.39C33.226,26.393 21.724,31.159 13.244,39.641C4.764,48.123 -0,59.626 0,71.62L0,120H300V80.33C300,74.938 297.858,69.767 294.045,65.954C290.233,62.142 285.062,60 279.67,60H242.3Z" android:strokeAlpha="0.55" android:fillAlpha="0.55" />
<path android:fillColor="#ff000000" android:pathData="M112.68,73.39C112.582,73.391 112.485,73.367 112.399,73.319C112.314,73.272 112.241,73.203 112.19,73.12C112.108,72.99 112.08,72.833 112.114,72.683C112.148,72.533 112.24,72.402 112.37,72.32L118.6,68.44C118.73,68.358 118.887,68.331 119.037,68.364C119.187,68.398 119.318,68.49 119.4,68.62C119.44,68.685 119.467,68.757 119.479,68.833C119.492,68.908 119.489,68.985 119.471,69.06C119.453,69.134 119.421,69.204 119.376,69.266C119.332,69.328 119.275,69.38 119.21,69.42L113,73.3C112.904,73.36 112.793,73.391 112.68,73.39Z" />
<path android:fillColor="#ffdcddde" android:pathData="M25.54,48.22L33.73,87.45C34.062,89.017 34.921,90.423 36.164,91.433C37.407,92.443 38.958,92.996 40.56,93H81.56L72.42,49.11C72.063,47.384 71.123,45.834 69.757,44.721C68.39,43.608 66.682,43 64.92,43H29.77C29.126,42.999 28.49,43.143 27.908,43.419C27.327,43.696 26.815,44.1 26.409,44.6C26.003,45.101 25.715,45.685 25.565,46.312C25.414,46.938 25.406,47.59 25.54,48.22Z" />
<path android:fillColor="#ffbbd0ff" android:pathData="M81.58,93H40.58C38.977,92.995 37.424,92.441 36.181,91.429C34.938,90.417 34.08,89.009 33.75,87.44L33.59,86.64L25.59,48.22C25.457,47.594 25.464,46.946 25.611,46.324C25.759,45.701 26.043,45.119 26.443,44.619C26.843,44.12 27.349,43.716 27.924,43.436C28.5,43.155 29.13,43.007 29.77,43H64.92C66.679,42.998 68.384,43.603 69.749,44.712C71.113,45.822 72.053,47.368 72.41,49.09L80.26,86.62L81.58,93Z" />
<path android:fillColor="#ffffffff" android:pathData="M35.74,52.36H26.4L25.54,48.22C25.404,47.591 25.411,46.939 25.56,46.313C25.709,45.686 25.996,45.101 26.401,44.6C26.806,44.1 27.318,43.696 27.899,43.419C28.48,43.142 29.116,42.999 29.76,43H33.76L35.74,52.36Z" />
<path android:fillColor="#ffffffff" android:pathData="M52.48,43.02H43.13L45.09,52.36H54.43L52.48,43.02Z" />
<path android:fillColor="#ffffffff" android:pathData="M45.09,52.36H35.74L37.7,61.7H47.04L45.09,52.36Z" />
<path android:fillColor="#ffffffff" android:pathData="M73.09,52.36H63.77L61.77,43.02H64.87C66.629,43.018 68.334,43.623 69.699,44.732C71.063,45.842 72.003,47.388 72.36,49.11L73.09,52.36Z" />
<path android:fillColor="#ffffffff" android:pathData="M37.7,61.7H28.35L30.3,71.05H39.65L37.7,61.7Z" />
<path android:fillColor="#ffffffff" android:pathData="M56.38,61.7H47.04L48.99,71.05H58.33L56.38,61.7Z" />
<path android:fillColor="#ffffffff" android:pathData="M75.07,61.7H65.72L67.68,71.05H77.02L75.07,61.7Z" />
<path android:fillColor="#ffffffff" android:pathData="M63.77,52.36H54.43L56.38,61.7H65.72L63.77,52.36Z" />
<path android:fillColor="#ffffffff" android:pathData="M48.99,71.05H39.65L41.6,80.39H50.94L48.99,71.05Z" />
<path android:fillColor="#ffffffff" android:pathData="M41.6,80.39H32.26L33.57,86.64H42.92L41.6,80.39Z" />
<path android:fillColor="#ffffffff" android:pathData="M60.28,80.39H50.94L52.89,89.73H62.24L60.28,80.39Z" />
<path android:fillColor="#ffffffff" android:pathData="M78.97,80.39H69.63L71.58,89.73H80.92L78.97,80.39Z" />
<path android:fillColor="#ffffffff" android:pathData="M67.68,71.05H58.33L60.28,80.39H69.63L67.68,71.05Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M115.91,89.82C115.91,90.238 115.828,90.651 115.668,91.037C115.508,91.423 115.274,91.773 114.978,92.069C114.683,92.364 114.333,92.598 113.947,92.758C113.561,92.918 113.147,93 112.73,93H40.56C38.957,92.995 37.404,92.441 36.161,91.429C34.918,90.417 34.06,89.009 33.73,87.44L33.57,86.64H112.73C113.147,86.64 113.561,86.722 113.947,86.882C114.333,87.042 114.683,87.276 114.978,87.571C115.274,87.867 115.508,88.217 115.668,88.603C115.828,88.989 115.91,89.402 115.91,89.82Z" />
<path android:fillColor="#ff7196ff" android:pathData="M73.82,120H34.36C33.767,119.997 33.183,119.863 32.648,119.607C32.114,119.351 31.643,118.98 31.27,118.519C30.897,118.059 30.631,117.522 30.49,116.946C30.35,116.37 30.34,115.77 30.46,115.19C30.522,114.889 30.702,114.625 30.959,114.457C31.215,114.288 31.529,114.228 31.83,114.29C32.132,114.355 32.395,114.536 32.564,114.795C32.732,115.053 32.792,115.368 32.73,115.67C32.681,115.912 32.687,116.161 32.746,116.401C32.805,116.64 32.917,116.864 33.072,117.055C33.228,117.246 33.424,117.401 33.647,117.507C33.87,117.613 34.113,117.669 34.36,117.67H73.82C74.401,117.669 74.965,117.47 75.419,117.107C75.873,116.744 76.191,116.237 76.32,115.67L85.18,73.37C85.235,73.109 85.379,72.875 85.586,72.707C85.794,72.54 86.053,72.449 86.32,72.45H103.7C103.965,72.449 104.223,72.54 104.429,72.708C104.635,72.876 104.777,73.11 104.83,73.37L113.83,116.26C113.863,116.55 113.787,116.841 113.617,117.078C113.447,117.315 113.194,117.479 112.909,117.539C112.623,117.599 112.326,117.55 112.074,117.403C111.823,117.255 111.636,117.019 111.55,116.74L102.76,74.74H87.26L78.59,116.12C78.359,117.215 77.759,118.197 76.891,118.904C76.023,119.61 74.939,119.997 73.82,120Z" />
<path android:fillColor="#ff7196ff" android:pathData="M284.09,79.59C284.09,79.06 283.66,78.63 283.13,78.63C282.6,78.63 282.17,79.06 282.17,79.59V80.55C282.17,81.08 282.6,81.51 283.13,81.51C283.66,81.51 284.09,81.08 284.09,80.55V79.59Z" />
<path android:fillColor="#ff7196ff" android:pathData="M284.09,87.25C284.09,86.72 283.66,86.29 283.13,86.29C282.6,86.29 282.17,86.72 282.17,87.25V88.21C282.17,88.74 282.6,89.17 283.13,89.17C283.66,89.17 284.09,88.74 284.09,88.21V87.25Z" />
<path android:fillColor="#ff7196ff" android:pathData="M287.44,84.86C287.97,84.86 288.4,84.43 288.4,83.9C288.4,83.37 287.97,82.94 287.44,82.94H286.48C285.95,82.94 285.52,83.37 285.52,83.9C285.52,84.43 285.95,84.86 286.48,84.86H287.44Z" />
<path android:fillColor="#ff7196ff" android:pathData="M279.77,84.86C280.3,84.86 280.73,84.43 280.73,83.9C280.73,83.37 280.3,82.94 279.77,82.94H278.81C278.28,82.94 277.85,83.37 277.85,83.9C277.85,84.43 278.28,84.86 278.81,84.86H279.77Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M102.82,21.75L101.6,24.28C101.539,24.41 101.52,24.556 101.545,24.697C101.57,24.838 101.638,24.969 101.739,25.07C101.841,25.172 101.971,25.24 102.113,25.265C102.254,25.29 102.4,25.271 102.53,25.21L105.06,24C105.155,23.955 105.259,23.932 105.365,23.932C105.47,23.932 105.574,23.955 105.67,24L108.2,25.22C108.33,25.281 108.476,25.3 108.617,25.275C108.758,25.25 108.889,25.182 108.99,25.08C109.092,24.979 109.159,24.848 109.184,24.707C109.209,24.566 109.19,24.42 109.13,24.29L107.91,21.76C107.865,21.666 107.842,21.564 107.842,21.46C107.842,21.356 107.865,21.254 107.91,21.16L109.13,18.62C109.193,18.49 109.215,18.344 109.191,18.201C109.167,18.059 109.098,17.927 108.996,17.826C108.893,17.724 108.761,17.657 108.618,17.635C108.475,17.612 108.329,17.635 108.2,17.7L105.67,18.92C105.574,18.965 105.47,18.988 105.365,18.988C105.259,18.988 105.155,18.965 105.06,18.92L102.53,17.7C102.401,17.635 102.254,17.612 102.112,17.635C101.969,17.657 101.837,17.724 101.734,17.826C101.631,17.927 101.563,18.059 101.539,18.201C101.515,18.344 101.536,18.49 101.6,18.62L102.82,21.16C102.863,21.252 102.885,21.353 102.885,21.455C102.885,21.557 102.863,21.658 102.82,21.75Z" />
<path android:fillColor="#ffffffff" android:pathData="M22.3,78.98C22.3,78.45 21.87,78.02 21.34,78.02C20.81,78.02 20.38,78.45 20.38,78.98V79.94C20.38,80.47 20.81,80.9 21.34,80.9C21.87,80.9 22.3,80.47 22.3,79.94V78.98Z" />
<path android:fillColor="#ffffffff" android:pathData="M22.3,86.65C22.3,86.12 21.87,85.69 21.34,85.69C20.81,85.69 20.38,86.12 20.38,86.65V87.61C20.38,88.14 20.81,88.57 21.34,88.57C21.87,88.57 22.3,88.14 22.3,87.61V86.65Z" />
<path android:fillColor="#ffffffff" android:pathData="M25.65,84.25C26.18,84.25 26.61,83.82 26.61,83.29C26.61,82.76 26.18,82.33 25.65,82.33H24.69C24.16,82.33 23.73,82.76 23.73,83.29C23.73,83.82 24.16,84.25 24.69,84.25H25.65Z" />
<path android:fillColor="#ffffffff" android:pathData="M17.98,84.25C18.51,84.25 18.94,83.82 18.94,83.29C18.94,82.76 18.51,82.33 17.98,82.33H17.02C16.49,82.33 16.06,82.76 16.06,83.29C16.06,83.82 16.49,84.25 17.02,84.25H17.98Z" />
<path android:fillColor="#ffffffff" android:pathData="M110.76,120H69.9C68.876,119.997 67.883,119.643 67.088,118.997C66.293,118.351 65.743,117.452 65.53,116.45L56.8,74.76H40.36C40.053,74.76 39.757,74.638 39.54,74.42C39.322,74.203 39.2,73.908 39.2,73.6C39.2,73.292 39.322,72.997 39.54,72.78C39.757,72.562 40.053,72.44 40.36,72.44H57.74C58.007,72.441 58.265,72.532 58.472,72.7C58.679,72.867 58.823,73.1 58.88,73.36L67.81,116C67.911,116.48 68.174,116.911 68.554,117.22C68.935,117.53 69.41,117.699 69.9,117.7H110.76C110.883,117.701 111.004,117.673 111.114,117.62C111.224,117.567 111.321,117.489 111.396,117.392C111.472,117.295 111.524,117.183 111.549,117.063C111.574,116.943 111.571,116.819 111.54,116.7L102.54,73.81C102.477,73.509 102.535,73.195 102.703,72.937C102.871,72.679 103.134,72.499 103.435,72.435C103.736,72.371 104.05,72.43 104.308,72.598C104.566,72.766 104.747,73.029 104.81,73.33L113.81,116.22C113.903,116.675 113.894,117.145 113.784,117.596C113.674,118.047 113.465,118.468 113.172,118.829C112.879,119.189 112.51,119.481 112.092,119.681C111.673,119.882 111.215,119.988 110.75,119.99L110.76,120Z" />
<path android:fillColor="#ff7196ff" android:pathData="M31.6,116.61H31.36C31.058,116.545 30.795,116.364 30.626,116.105C30.458,115.847 30.398,115.532 30.46,115.23L39.23,73.38C39.262,73.231 39.322,73.09 39.408,72.964C39.494,72.838 39.605,72.731 39.732,72.648C39.86,72.565 40.003,72.507 40.153,72.479C40.302,72.452 40.456,72.453 40.605,72.485C40.754,72.517 40.896,72.577 41.021,72.663C41.147,72.749 41.254,72.859 41.337,72.987C41.421,73.115 41.478,73.258 41.506,73.407C41.534,73.557 41.532,73.711 41.5,73.86L32.73,115.71C32.675,115.967 32.532,116.198 32.326,116.362C32.12,116.526 31.863,116.614 31.6,116.61Z" />
<path android:fillColor="#ff7196ff" android:pathData="M60.7,72.25H37.07C35.789,72.25 34.75,73.289 34.75,74.57V74.58C34.75,75.861 35.789,76.9 37.07,76.9H60.7C61.981,76.9 63.02,75.861 63.02,74.58V74.57C63.02,73.289 61.981,72.25 60.7,72.25Z" />
<path android:fillColor="#ff7196ff" android:pathData="M106.92,72.25H83.29C82.009,72.25 80.97,73.289 80.97,74.57V74.58C80.97,75.861 82.009,76.9 83.29,76.9H106.92C108.202,76.9 109.24,75.861 109.24,74.58V74.57C109.24,73.289 108.202,72.25 106.92,72.25Z" />
<path android:fillColor="#fff47fff" android:pathData="M135.38,117.61C135.1,117.61 134.829,117.509 134.618,117.325C134.406,117.142 134.268,116.887 134.23,116.61L128.63,77.81C128.444,76.506 127.936,75.269 127.152,74.211C126.369,73.153 125.333,72.307 124.14,71.75L116.94,68.38C116.661,68.247 116.447,68.01 116.344,67.719C116.241,67.428 116.257,67.108 116.39,66.83C116.522,66.551 116.76,66.337 117.051,66.234C117.342,66.131 117.661,66.147 117.94,66.28L125.14,69.65C126.682,70.37 128.021,71.463 129.035,72.83C130.05,74.197 130.708,75.795 130.95,77.48L136.55,116.27C136.572,116.423 136.564,116.578 136.526,116.727C136.488,116.877 136.42,117.017 136.327,117.14C136.234,117.263 136.117,117.366 135.984,117.443C135.85,117.52 135.703,117.57 135.55,117.59L135.38,117.61Z" />
<path android:fillColor="#ffffffff" android:pathData="M134.23,116.62L133.4,110.87L135.7,110.54L136.53,116.28L134.23,116.62ZM132.08,101.68L131.25,95.94L133.54,95.61L134.37,101.35L132.08,101.68ZM129.92,86.75L129.09,81L131.39,80.67L132.22,86.41L129.92,86.75ZM126.25,73.21C125.631,72.615 124.918,72.125 124.14,71.76L121.55,70.55L122.55,68.45L125.14,69.66C126.147,70.127 127.07,70.759 127.87,71.53L126.25,73.21Z" />
<path android:fillColor="#ffffffff" android:pathData="M146.52,89.08H123.83L127.59,120H142.75L146.52,89.08Z" />
<path android:fillColor="#ffebf0f7" android:pathData="M148.26,89.08H122.09L123.31,86.17H147.03L148.26,89.08Z" />
<path android:fillColor="#ffffd836" android:pathData="M125.61,103.71L127.61,120H142.77L145.17,100.34C138.68,97.48 131.52,101.59 125.61,103.71Z" />
<path android:fillColor="#ffff9a15" android:pathData="M134.45,108.26C137.626,108.26 140.2,105.686 140.2,102.51C140.2,99.334 137.626,96.76 134.45,96.76C131.275,96.76 128.7,99.334 128.7,102.51C128.7,105.686 131.275,108.26 134.45,108.26Z" />
<path android:fillColor="#ff000000" android:pathData="M75.65,77.15V75.15C75.634,74.319 75.29,73.528 74.692,72.951C74.094,72.373 73.291,72.057 72.46,72.07C72.048,72.076 71.641,72.164 71.262,72.328C70.884,72.492 70.541,72.729 70.254,73.025C69.967,73.321 69.742,73.671 69.59,74.054C69.438,74.438 69.364,74.848 69.37,75.26V77.26C69.382,78.186 69.087,79.09 68.53,79.83C67.987,80.583 67.665,81.473 67.599,82.399C67.533,83.325 67.727,84.251 68.157,85.074C68.588,85.896 69.239,86.582 70.038,87.055C70.837,87.529 71.752,87.77 72.68,87.753C73.608,87.735 74.514,87.46 75.294,86.957C76.075,86.454 76.7,85.744 77.099,84.906C77.499,84.068 77.658,83.135 77.557,82.212C77.456,81.289 77.101,80.412 76.53,79.68C75.966,78.957 75.657,78.067 75.65,77.15Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M63.91,93H112.73C113.147,93 113.561,92.918 113.947,92.758C114.333,92.598 114.683,92.364 114.978,92.069C115.274,91.773 115.508,91.423 115.668,91.037C115.828,90.651 115.91,90.238 115.91,89.82C115.907,88.978 115.571,88.172 114.975,87.578C114.379,86.984 113.571,86.65 112.73,86.65H62.55L63.91,93Z" />
<path android:fillColor="#ff000000" android:pathData="M77.3,93.37C77.098,93.369 76.902,93.297 76.747,93.168C76.592,93.038 76.487,92.859 76.45,92.66L76,90.23C75.39,87.23 75.18,86.65 72.16,86.65C71.932,86.65 71.713,86.559 71.552,86.398C71.39,86.237 71.3,86.018 71.3,85.79C71.3,85.562 71.39,85.343 71.552,85.182C71.713,85.021 71.932,84.93 72.16,84.93C76.27,84.93 76.97,86.37 77.69,89.93L78.13,92.38C78.15,92.492 78.148,92.606 78.123,92.717C78.099,92.828 78.053,92.933 77.988,93.026C77.923,93.119 77.84,93.198 77.744,93.259C77.648,93.319 77.542,93.361 77.43,93.38L77.3,93.37Z" />
<path android:fillColor="#ff000000" android:pathData="M82.65,91.9C82.465,91.898 82.285,91.839 82.136,91.729C81.987,91.62 81.877,91.466 81.82,91.29C80.59,87.29 79.41,86.65 76.47,86.65C76.242,86.65 76.023,86.559 75.862,86.398C75.701,86.237 75.61,86.018 75.61,85.79C75.61,85.562 75.701,85.343 75.862,85.182C76.023,85.021 76.242,84.93 76.47,84.93C80.39,84.93 82.1,86.35 83.47,90.78C83.504,90.888 83.516,91.002 83.506,91.115C83.495,91.228 83.463,91.338 83.41,91.439C83.357,91.539 83.285,91.628 83.197,91.7C83.109,91.773 83.008,91.827 82.9,91.86C82.818,91.883 82.734,91.896 82.65,91.9Z" />
<path android:fillColor="#ff000000" android:pathData="M67,87.75H66.8C66.698,87.755 66.595,87.74 66.499,87.705C66.403,87.67 66.315,87.616 66.24,87.546C66.165,87.475 66.106,87.391 66.064,87.297C66.023,87.203 66.001,87.102 66,87C66,86.83 66.25,82.66 68.27,80.27C68.336,80.195 68.415,80.134 68.505,80.09C68.594,80.046 68.691,80.02 68.79,80.013C68.89,80.007 68.99,80.02 69.084,80.052C69.178,80.084 69.265,80.134 69.34,80.2C69.415,80.266 69.476,80.345 69.52,80.435C69.564,80.524 69.59,80.621 69.597,80.72C69.603,80.82 69.59,80.92 69.558,81.014C69.526,81.108 69.476,81.195 69.41,81.27C67.72,83.27 67.49,87.08 67.49,87.12C67.476,87.26 67.422,87.394 67.336,87.506C67.249,87.617 67.133,87.702 67,87.75Z" />
<path android:fillColor="#ff000000" android:pathData="M98.09,109.34L97.76,107.42C97.69,107.032 97.544,106.661 97.331,106.329C97.118,105.997 96.841,105.711 96.517,105.486C96.193,105.261 95.827,105.103 95.442,105.019C95.056,104.936 94.658,104.929 94.27,105C93.877,105.064 93.501,105.206 93.164,105.416C92.826,105.627 92.534,105.903 92.304,106.228C92.074,106.553 91.911,106.92 91.825,107.308C91.738,107.697 91.73,108.098 91.8,108.49L92.13,110.38C92.274,111.256 92.126,112.156 91.71,112.94C91.351,113.624 91.16,114.384 91.153,115.157C91.146,115.93 91.324,116.693 91.671,117.384C92.019,118.074 92.526,118.672 93.15,119.127C93.775,119.582 94.499,119.882 95.263,120.001C96.026,120.12 96.807,120.056 97.541,119.813C98.275,119.57 98.94,119.155 99.481,118.604C100.023,118.052 100.425,117.379 100.654,116.641C100.883,115.903 100.933,115.121 100.8,114.36C100.623,113.308 100.102,112.345 99.32,111.62C98.665,111.02 98.231,110.217 98.09,109.34Z" />
<path android:fillColor="#ff000000" android:pathData="M113,70.36L113.15,68.42C113.183,68.024 113.136,67.626 113.014,67.248C112.892,66.87 112.695,66.521 112.437,66.219C112.178,65.918 111.862,65.671 111.507,65.492C111.153,65.314 110.766,65.208 110.37,65.18C109.968,65.143 109.564,65.187 109.18,65.31C108.796,65.433 108.441,65.632 108.136,65.896C107.831,66.159 107.582,66.481 107.404,66.842C107.226,67.204 107.122,67.598 107.1,68L107,69.87C106.937,70.755 106.586,71.594 106,72.26C105.393,72.937 104.988,73.771 104.83,74.666C104.673,75.562 104.769,76.484 105.109,77.327C105.448,78.171 106.017,78.903 106.751,79.44C107.485,79.977 108.354,80.298 109.261,80.366C110.168,80.434 111.076,80.247 111.882,79.826C112.688,79.405 113.36,78.767 113.822,77.984C114.284,77.201 114.517,76.304 114.495,75.395C114.474,74.485 114.198,73.601 113.7,72.84C113.199,72.113 112.953,71.241 113,70.36Z" />
<path android:fillColor="#ff000000" android:pathData="M106.68,120H96.47C96.374,120.012 96.277,120.003 96.186,119.974C96.094,119.946 96.009,119.898 95.937,119.834C95.865,119.77 95.807,119.692 95.768,119.604C95.728,119.516 95.707,119.421 95.707,119.325C95.707,119.229 95.728,119.134 95.768,119.046C95.807,118.958 95.865,118.88 95.937,118.816C96.009,118.752 96.094,118.704 96.186,118.676C96.277,118.647 96.374,118.638 96.47,118.65H106.68C106.775,118.638 106.872,118.647 106.964,118.676C107.056,118.704 107.141,118.752 107.213,118.816C107.285,118.88 107.343,118.958 107.382,119.046C107.422,119.134 107.442,119.229 107.442,119.325C107.442,119.421 107.422,119.516 107.382,119.604C107.343,119.692 107.285,119.77 107.213,119.834C107.141,119.898 107.056,119.946 106.964,119.974C106.872,120.003 106.775,120.012 106.68,120Z" />
<path android:fillColor="#ff000000" android:pathData="M104,119.83C103.842,119.83 103.688,119.773 103.568,119.671C103.447,119.568 103.366,119.426 103.34,119.27L102.73,115.8C102.724,115.751 102.704,115.705 102.672,115.668C102.64,115.63 102.597,115.603 102.55,115.59C102.503,115.575 102.453,115.573 102.405,115.586C102.357,115.598 102.314,115.624 102.28,115.66L99.17,118.81C99.106,118.879 99.029,118.934 98.943,118.972C98.857,119.01 98.764,119.029 98.67,119.029C98.576,119.029 98.483,119.01 98.397,118.972C98.311,118.934 98.234,118.879 98.17,118.81C98.102,118.746 98.048,118.668 98.011,118.582C97.975,118.496 97.956,118.404 97.956,118.31C97.956,118.216 97.975,118.124 98.011,118.038C98.048,117.952 98.102,117.874 98.17,117.81L101.28,114.66C101.49,114.449 101.754,114.299 102.044,114.227C102.333,114.155 102.636,114.164 102.921,114.253C103.205,114.342 103.46,114.507 103.658,114.73C103.855,114.953 103.987,115.227 104.04,115.52L104.64,118.98C104.669,119.157 104.628,119.339 104.526,119.487C104.423,119.634 104.267,119.736 104.09,119.77L104,119.83Z" />
<path android:fillColor="#ff000000" android:pathData="M88.77,119.93C88.651,119.93 88.534,119.899 88.43,119.84C88.353,119.796 88.285,119.738 88.23,119.668C88.176,119.598 88.136,119.518 88.113,119.432C88.09,119.347 88.084,119.257 88.095,119.169C88.107,119.081 88.135,118.997 88.18,118.92L92.18,111.85C92.275,111.706 92.421,111.604 92.589,111.563C92.757,111.523 92.933,111.548 93.083,111.633C93.233,111.718 93.345,111.857 93.397,112.022C93.448,112.187 93.435,112.365 93.36,112.52L89.36,119.59C89.299,119.693 89.213,119.778 89.11,119.838C89.007,119.897 88.889,119.929 88.77,119.93Z" />
<path android:fillColor="#ff000000" android:pathData="M107.17,86.86H107.1C106.948,86.842 106.808,86.765 106.713,86.645C106.617,86.525 106.573,86.372 106.59,86.22L107.5,78.6C107.526,78.455 107.607,78.326 107.725,78.239C107.843,78.151 107.99,78.111 108.136,78.128C108.282,78.144 108.416,78.216 108.512,78.327C108.607,78.439 108.657,78.583 108.65,78.73L107.74,86.36C107.723,86.499 107.655,86.626 107.55,86.718C107.445,86.811 107.31,86.861 107.17,86.86Z" />
<path android:fillColor="#ff000000" android:pathData="M110.25,86.88C110.174,86.876 110.099,86.857 110.03,86.825C109.961,86.792 109.9,86.746 109.848,86.689C109.797,86.632 109.758,86.566 109.732,86.494C109.707,86.422 109.696,86.346 109.7,86.27L110.05,78.61C110.063,78.457 110.132,78.314 110.245,78.211C110.359,78.107 110.507,78.049 110.66,78.05C110.813,78.06 110.956,78.13 111.059,78.244C111.161,78.357 111.216,78.507 111.21,78.66L110.86,86.33C110.856,86.406 110.837,86.481 110.805,86.55C110.772,86.619 110.726,86.68 110.669,86.732C110.612,86.783 110.546,86.822 110.474,86.848C110.402,86.873 110.326,86.884 110.25,86.88Z" />
<path android:fillColor="#ff4f5660" android:pathData="M233.82,97.49H208.91V120.01H233.82V97.49Z" />
<path android:fillColor="#ff000000" android:pathData="M233.82,115.84H184V120.02H233.82V115.84Z" />
<path android:fillColor="#ff2e3338" android:pathData="M262.87,14.32H156.9V99.93H262.87V14.32Z" />
<path android:fillColor="#ff4f5660" android:pathData="M271.38,14.32H262.88V99.93H271.38V14.32Z" />
<path android:fillColor="#ff4f5660" android:pathData="M251.17,96.01C251.971,96.01 252.62,95.361 252.62,94.56C252.62,93.759 251.971,93.11 251.17,93.11C250.369,93.11 249.72,93.759 249.72,94.56C249.72,95.361 250.369,96.01 251.17,96.01Z" />
<path android:fillColor="#ffff9a15" android:pathData="M245.6,96.01C246.401,96.01 247.05,95.361 247.05,94.56C247.05,93.759 246.401,93.11 245.6,93.11C244.799,93.11 244.15,93.759 244.15,94.56C244.15,95.361 244.799,96.01 245.6,96.01Z" />
<path android:fillColor="#ff4f5660" android:pathData="M240.03,96.01C240.831,96.01 241.48,95.361 241.48,94.56C241.48,93.759 240.831,93.11 240.03,93.11C239.229,93.11 238.58,93.759 238.58,94.56C238.58,95.361 239.229,96.01 240.03,96.01Z" />
<path android:fillColor="#ff88a7ff" android:pathData="M167.16,89.06L252.61,89.06V23.81L167.16,23.81V89.06Z" />
<path android:fillColor="#ff3e70dd" android:pathData="M209.94,23.81H167.17V56.43V89.06L209.94,56.43V23.81Z" />
<path android:fillColor="#ffaec7ff" android:pathData="M209.94,89.05C227.955,89.05 242.56,74.446 242.56,56.43C242.56,38.415 227.955,23.81 209.94,23.81C191.924,23.81 177.32,38.415 177.32,56.43C177.32,74.446 191.924,89.05 209.94,89.05Z" android:strokeAlpha="0.8" android:fillAlpha="0.8" />
<path android:fillColor="#ffd9e7ff" android:pathData="M209.94,27.26C215.712,27.26 221.354,28.972 226.152,32.178C230.951,35.385 234.691,39.943 236.9,45.276C239.108,50.608 239.685,56.476 238.558,62.136C237.432,67.797 234.652,72.996 230.57,77.077C226.488,81.157 221.287,83.936 215.626,85.061C209.965,86.185 204.098,85.606 198.766,83.396C193.434,81.186 188.878,77.444 185.673,72.644C182.468,67.844 180.758,62.202 180.76,56.43C180.77,48.695 183.848,41.28 189.319,35.812C194.789,30.343 202.205,27.268 209.94,27.26ZM209.94,23.81C203.485,23.808 197.175,25.72 191.808,29.305C186.44,32.89 182.256,37.986 179.786,43.948C177.315,49.911 176.668,56.473 177.926,62.803C179.185,69.134 182.293,74.949 186.857,79.513C191.421,84.077 197.236,87.185 203.566,88.443C209.897,89.702 216.459,89.055 222.421,86.584C228.384,84.113 233.48,79.929 237.065,74.562C240.65,69.195 242.562,62.884 242.56,56.43C242.56,47.779 239.123,39.482 233.006,33.364C226.888,27.247 218.591,23.81 209.94,23.81Z" />
<path android:fillColor="#ff7196ff" android:pathData="M209.94,23.81C203.86,23.81 197.901,25.509 192.735,28.716C187.569,31.922 183.402,36.509 180.705,41.958C178.007,47.407 176.887,53.502 177.469,59.554C178.051,65.606 180.313,71.375 184,76.21L209.94,56.43V23.81Z" android:strokeAlpha="0.5" android:fillAlpha="0.5" />
<path android:fillColor="#ff7196ff" android:pathData="M210.47,23.81H209.32V89.06H210.47V23.81Z" />
<path android:fillColor="#ff7196ff" android:pathData="M252.62,55.86H167.17V57.01H252.62V55.86Z" />
<path android:fillColor="#ff000000" android:pathData="M202.36,41.33H196.61V71.54H202.36V41.33Z" />
<path android:fillColor="#ff000000" android:pathData="M218.81,47.07C219.097,47.069 219.382,47.124 219.647,47.233C219.913,47.342 220.155,47.502 220.358,47.705C220.562,47.908 220.723,48.148 220.833,48.413C220.943,48.679 221,48.963 221,49.25V63.62C221,64.196 220.772,64.747 220.365,65.154C219.958,65.561 219.406,65.79 218.83,65.79H216.83C216.545,65.79 216.263,65.734 216,65.625C215.736,65.516 215.497,65.356 215.296,65.154C215.094,64.953 214.934,64.714 214.825,64.45C214.716,64.187 214.66,63.905 214.66,63.62V49.25C214.66,48.674 214.888,48.121 215.295,47.712C215.702,47.304 216.254,47.073 216.83,47.07H218.83H218.81ZM218.83,41.33H216.83C214.73,41.33 212.715,42.164 211.23,43.65C209.745,45.135 208.91,47.15 208.91,49.25V63.62C208.913,65.72 209.748,67.733 211.233,69.217C212.718,70.702 214.73,71.537 216.83,71.54H218.83C220.93,71.537 222.943,70.702 224.428,69.217C225.912,67.733 226.748,65.72 226.75,63.62V49.25C226.75,47.15 225.916,45.135 224.43,43.65C222.945,42.164 220.931,41.33 218.83,41.33Z" />
</group>
</vector>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="12.0" android:viewportHeight="12.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M3.705,4l2.295,2.29l2.295,-2.29l0.705,0.705l-3,3l-3,-3z" />
</vector>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M16,10H21V8H16V3H14V8C14,9.1 14.9,10 16,10Z" />
<path android:fillColor="#ffffffff" android:pathData="M14,16V21H16V16H21V14H16C14.9,14 14,14.9 14,16Z" />
<path android:fillColor="#ffffffff" android:pathData="M10,8V3H8V8H3V10H8C9.1,10 10,9.1 10,8Z" />
<path android:fillColor="#ffffffff" android:pathData="M8,14H3V16H8V21H10V16C10,14.9 9.1,14 8,14Z" />
</vector>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M19,3H14V5H19V10H21V5C21,4.4696 20.7893,3.9609 20.4142,3.5858C20.0391,3.2107 19.5304,3 19,3Z" />
<path android:fillColor="#ffffffff" android:pathData="M21,19V14H19V19H14V21H19C19.5304,21 20.0391,20.7893 20.4142,20.4142C20.7893,20.0391 21,19.5304 21,19Z" />
<path android:fillColor="#ffffffff" android:pathData="M3,5V10H5V5H10V3H5C4.4696,3 3.9609,3.2107 3.5858,3.5858C3.2107,3.9609 3,4.4696 3,5Z" />
<path android:fillColor="#ffffffff" android:pathData="M5,21H10V19H5V14H3V19C3,19.5304 3.2107,20.0391 3.5858,20.4142C3.9609,20.7893 4.4696,21 5,21Z" />
</vector>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="20.0" android:viewportHeight="20.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#fffaa61a" android:pathData="M10,0C4.48,0 0,4.48 0,10C0,15.52 4.48,20 10,20C15.52,20 20,15.52 20,10C20,4.48 15.52,0 10,0ZM11,15H9V13H11V15ZM11,11H9V5H11V11Z" />
</vector>

View File

@ -1,31 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="119.0dip" android:width="311.0dip" android:viewportWidth="311.0" android:viewportHeight="119.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffaec7ff" android:pathData="M44.911,117.5H0v-6.9c0,-11 8.942,-20 19.872,-20h3.975c2.186,0 3.974,-1.8 3.974,-4V62.1c0,-16.6 13.314,-30 29.808,-30h52.562c5.068,0 9.142,-4.1 9.142,-9.2v-0.4c0,-11.1 8.942,-20 19.872,-20h54.648c10.93,0 19.873,9 19.873,20v40h42.625c30.206,0 54.649,24.6 54.649,55H44.911z" android:strokeAlpha="0.2" android:fillAlpha="0.2" />
<path android:fillColor="#ff3e70dd" android:pathData="M148.048,117.5h31.795v-95H154.01c-3.279,0 -5.962,2.7 -5.962,6v89z" />
<path android:fillColor="#ff202225" android:pathData="M166.927,69.5H57.629v42c0,3.3 2.683,6 5.962,6h97.374c3.279,0 5.962,-2.7 5.962,-6v-42z" />
<path android:fillColor="#ff3e70dd" android:pathData="M166.927,55.5H57.629v14h109.298v-14z" />
<path android:fillColor="#ff7196ff" android:pathData="M155.003,79.5h-85.45v4h85.45v-4zM155.003,90.5h-85.45v4h85.45v-4zM155.003,101.5h-85.45v4h85.45v-4z" />
<path android:fillColor="#ffaec7ff" android:pathData="M166.927,41.5H57.629v14h109.298v-14zM87.438,55.5l-9.936,14h19.872l9.936,-14H87.438zM127.183,55.5l-9.936,14h19.872l9.936,-14h-19.872zM156.991,69.5h9.936v-14l-9.936,14z" />
<path android:fillColor="#ffffffff" android:pathData="M156.991,41.5l9.936,14v-14h-9.936zM137.119,41.5h-19.872l9.936,14h19.872l-9.936,-14zM97.374,41.5H77.502l9.936,14h19.872l-9.936,-14z" />
<path android:fillColor="#ffffd836" android:pathData="M58.623,63.5c4.39,0 7.95,-3.582 7.95,-8s-3.56,-8 -7.95,-8c-4.39,0 -7.949,3.582 -7.949,8s3.56,8 7.95,8z" />
<path android:fillColor="#ffff9a15" android:pathData="M58.623,59.5c2.195,0 3.975,-1.79 3.975,-4s-1.78,-4 -3.975,-4c-2.195,0 -3.974,1.79 -3.974,4s1.78,4 3.974,4z" />
<path android:fillColor="#ff7196ff" android:pathData="M267.281,117.5h-87.438v-95h81.476c3.279,0 5.962,2.7 5.962,6v89z" />
<path android:fillColor="#ffff9a15" android:pathData="M198.424,88.5c-5.465,0 -9.936,4.5 -9.936,10s4.471,10 9.936,10h5.266v-20h-5.266z" />
<path android:fillColor="#ffffd836" android:pathData="M203.69,108.5c5.488,0 9.936,-4.477 9.936,-10s-4.448,-10 -9.936,-10c-5.488,0 -9.936,4.477 -9.936,10s4.448,10 9.936,10z" />
<path android:fillColor="#ffffffff" android:pathData="M202.299,97.1c-0.497,0.5 -1.391,0.5 -1.888,0l-1.888,-1.9c-0.496,-0.5 -0.496,-1.4 0,-1.9 0.497,-0.5 1.392,-0.5 1.888,0l1.888,1.9c0.497,0.5 0.497,1.4 0,1.9z" />
<path android:fillColor="#ffff9a15" android:pathData="M228.232,88.5c-5.465,0 -9.936,4.5 -9.936,10s4.471,10 9.936,10h5.266v-20h-5.266z" />
<path android:fillColor="#ffffd836" android:pathData="M233.498,108.5c5.488,0 9.936,-4.477 9.936,-10s-4.448,-10 -9.936,-10c-5.487,0 -9.936,4.477 -9.936,10s4.449,10 9.936,10z" />
<path android:fillColor="#ffffffff" android:pathData="M233.498,100.5c0.696,0 1.292,0.6 1.292,1.3v2.7c0,0.7 -0.596,1.3 -1.292,1.3 -0.695,0 -1.291,-0.6 -1.291,-1.3v-2.7c0,-0.7 0.596,-1.3 1.291,-1.3z" />
<path android:fillColor="#ffff9a15" android:pathData="M258.041,88.5c-5.465,0 -9.937,4.5 -9.937,10s4.472,10 9.937,10h5.266v-20h-5.266z" />
<path android:fillColor="#ffffd836" android:pathData="M263.307,108.5c5.487,0 9.936,-4.477 9.936,-10s-4.449,-10 -9.936,-10c-5.488,0 -9.936,4.477 -9.936,10s4.448,10 9.936,10z" />
<path android:fillColor="#ffffffff" android:pathData="M265.294,98.5c0,-0.7 0.596,-1.3 1.292,-1.3h2.682c0.696,0 1.292,0.6 1.292,1.3 0,0.7 -0.596,1.3 -1.292,1.3h-2.682c-0.696,0 -1.292,-0.6 -1.292,-1.3z" />
<path android:fillColor="#ffaec7ff" android:pathData="M131.057,20l-1.291,2.6c-0.298,0.6 0.298,1.3 0.993,1l2.584,-1.3a0.63,0.63 0,0 1,0.596 0l2.583,1.3c0.596,0.3 1.292,-0.3 0.994,-1l-1.292,-2.6a0.643,0.643 0,0 1,0 -0.6l1.292,-2.6a0.746,0.746 0,0 0,-0.994 -1l-2.583,1.3a0.63,0.63 0,0 1,-0.596 0l-2.584,-1.3c-0.596,-0.3 -1.291,0.3 -0.993,1l1.291,2.6c0.1,0.1 0.1,0.4 0,0.6z" />
<path android:fillColor="#ff7196ff" android:pathData="M290.631,54c-0.596,0 -0.994,-0.4 -0.994,-1v-1c0,-0.6 0.398,-1 0.994,-1s0.993,0.4 0.993,1v1c0,0.5 -0.496,1 -0.993,1zM290.631,62c-0.596,0 -0.994,-0.4 -0.994,-1v-1c0,-0.6 0.398,-1 0.994,-1s0.993,0.4 0.993,1v1c0,0.5 -0.496,1 -0.993,1zM293.115,56.5c0,-0.6 0.397,-1 0.993,-1h0.994c0.596,0 0.994,0.4 0.994,1s-0.398,1 -0.994,1h-0.994c-0.596,0 -0.993,-0.5 -0.993,-1zM285.166,56.5c0,-0.6 0.397,-1 0.994,-1h0.993c0.596,0 0.994,0.4 0.994,1s-0.398,1 -0.994,1h-0.993c-0.597,0 -0.994,-0.5 -0.994,-1z" />
<path android:fillColor="#ffd4e4ff" android:pathData="M99.858,3c-0.596,0 -0.994,-0.4 -0.994,-1V1c0,-0.6 0.398,-1 0.994,-1s0.993,0.4 0.993,1v1c0,0.6 -0.397,1 -0.993,1zM99.858,11c-0.596,0 -0.994,-0.4 -0.994,-1V9c0,-0.6 0.398,-1 0.994,-1s0.993,0.4 0.993,1v1c0,0.6 -0.397,1 -0.993,1zM102.342,5.5c0,-0.6 0.397,-1 0.993,-1h0.994c0.596,0 0.994,0.4 0.994,1s-0.398,1 -0.994,1h-0.994c-0.596,0 -0.993,-0.4 -0.993,-1zM94.393,5.5c0,-0.6 0.397,-1 0.994,-1h0.993c0.597,0 0.994,0.4 0.994,1s-0.397,1 -0.994,1h-0.993c-0.597,0 -0.994,-0.4 -0.994,-1z" />
<path android:fillColor="#ff202225" android:pathData="M51.966,96.6c0,-1.9 -1.391,-3.7 -3.28,-4 -2.384,-0.4 -4.47,1.5 -4.47,3.8 0,2.1 -0.398,4.3 -1.49,6.1 -0.498,0.9 -0.796,2 -0.796,3.1 0.1,3.2 2.683,5.8 5.763,6 3.478,0.2 6.36,-2.6 6.36,-6.1 0,-1.1 -0.299,-2.1 -0.796,-2.9 -0.795,-1.8 -1.291,-3.9 -1.291,-6z" />
<path android:fillColor="#ff202225" android:pathData="M45.507,118.9a0.893,0.893 0,0 1,-0.894 -0.9v-11a0.893,0.893 0,1 1,1.788 0v11c-0.1,0.5 -0.497,0.9 -0.894,0.9zM50.773,118.9a0.893,0.893 0,0 1,-0.894 -0.9v-11a0.893,0.893 0,1 1,1.788 0v11c0,0.5 -0.397,0.9 -0.894,0.9zM53.357,104.5c-3.08,0 -5.266,-2.9 -5.366,-3.1 -0.298,-0.4 -0.199,-1.1 0.199,-1.4 0.397,-0.3 1.093,-0.2 1.391,0.2 0,0 1.69,2.3 3.776,2.3 1.192,0 2.384,-0.8 3.477,-2.3 0.298,-0.4 0.994,-0.5 1.391,-0.2 0.398,0.3 0.497,1 0.2,1.4 -1.491,2.1 -3.18,3.1 -5.068,3.1zM294.208,98.5c0.894,-1.7 0.496,-3.9 -1.093,-5 -1.988,-1.4 -4.67,-0.8 -5.763,1.3 -0.994,1.9 -2.385,3.6 -4.173,4.7 -0.895,0.6 -1.59,1.4 -2.087,2.4 -1.391,2.8 -0.397,6.4 2.385,8 2.981,1.8 6.856,0.6 8.445,-2.4 0.497,-0.9 0.696,-2 0.696,-3 0,-2.1 0.596,-4.2 1.59,-6z" />
<path android:fillColor="#ff202225" android:pathData="M289.239,118.9a0.894,0.894 0,0 1,-0.894 -0.9v-11a0.894,0.894 0,1 1,1.789 0v11c-0.1,0.5 -0.497,0.9 -0.895,0.9zM297.586,104.2h-7.949c-0.596,0 -0.993,-0.4 -0.993,-1s0.397,-1 0.993,-1h7.949c0.596,0 0.994,0.4 0.994,1s-0.497,1 -0.994,1zM285.563,101.5c-0.298,0 -0.596,-0.1 -0.794,-0.4l-4.472,-6c-0.298,-0.4 -0.198,-1.1 0.199,-1.4 0.397,-0.3 1.093,-0.2 1.391,0.2l4.471,6c0.298,0.4 0.199,1.1 -0.198,1.4 -0.199,0.1 -0.398,0.2 -0.597,0.2zM275.627,110.5c-0.298,0 -0.596,-0.1 -0.794,-0.4 -0.299,-0.4 -0.199,-1.1 0.198,-1.4l6.955,-5c0.398,-0.3 1.093,-0.2 1.392,0.2 0.298,0.4 0.198,1.1 -0.199,1.4l-6.955,5c-0.199,0.1 -0.398,0.2 -0.597,0.2z" />
<path android:fillColor="#ffff73fa" android:pathData="M204.386,36.6h-11.924v12h11.924v-12zM226.245,36.6h-11.923v12h11.923v-12zM248.104,36.6h-11.923v12h11.923v-12zM269.964,36.6h-11.923v12h11.923v-12zM204.386,53.6h-11.924v12h11.924v-12zM226.245,53.6h-11.923v12h11.923v-12zM248.104,53.6h-11.923v12h11.923v-12zM269.964,53.6h-11.923v12h11.923v-12zM204.386,70.6h-11.924v12h11.924v-12zM226.245,70.6h-11.923v12h11.923v-12zM248.104,70.6h-11.923v12h11.923v-12zM269.964,70.6h-11.923v12h11.923v-12z" />
<path android:fillColor="#ff3e70dd" android:pathData="M188.422,48.641h3.974v-12h-3.974v12zM210.281,48.641h3.974v-12h-3.974v12zM232.14,48.641h3.975v-12h-3.975v12zM254,48.641h3.974v-12H254v12zM188.422,65.641h3.974v-12h-3.974v12zM210.281,65.641h3.974v-12h-3.974v12zM232.14,65.641h3.975v-12h-3.975v12zM254,65.641h3.974v-12H254v12zM188.422,82.641h3.974v-12h-3.974v12zM210.281,82.641h3.974v-12h-3.974v12zM232.14,82.641h3.975v-12h-3.975v12zM254,82.641h3.974v-12H254v12z" />
</vector>

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<merge android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:gravity="center_horizontal" android:id="@id/application_stream_ended" android:background="?colorBackgroundTertiary" android:paddingTop="@dimen/uikit_spacing_xxlarge" android:paddingBottom="@dimen/uikit_spacing_xxlarge" android:visibility="visible" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_centerVertical="true" style="@style/UiKit.ViewGroup.LinearLayout">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/uikit_spacing_large" android:src="?drawable_stream_ended" android:importantForAccessibility="no" />
<TextView android:textSize="@dimen/uikit_textsize_xlarge" android:textColor="?colorHeadingPrimary" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/stream_ended" style="@style/UiKit.TextView.Semibold" />
</LinearLayout>
<com.discord.views.video.AppVideoStreamRenderer android:id="@id/application_stream_video_renderer" android:background="@color/black" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="@color/white" android:gravity="center" android:id="@id/application_stream_paused" android:background="@color/black_alpha_70" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:text="@string/stream_capture_paused" android:fontFamily="@font/whitney_semibold" style="@style/UiKit.TextView" />
<RelativeLayout android:id="@id/application_stream_loading_indicator" android:background="@color/black" android:layout_width="fill_parent" android:layout_height="fill_parent">
<ProgressBar android:layout_width="48.0dip" android:layout_height="48.0dip" android:indeterminate="true" android:layout_centerInParent="true" />
</RelativeLayout>
</merge>

View File

@ -1,10 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<merge style="@style/UiKit.ViewGroup.ConstraintLayout"
<merge android:orientation="vertical" android:background="?colorBackgroundSecondary" style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/item_game_invite_cover_image" android:background="@drawable/drawable_game_invite_cover_image_background" android:layout_width="128.0dip" android:layout_height="0.0dip" android:scaleType="centerCrop" android:alpha="0.4" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHeight_min="128.0dip" app:layout_constraintHorizontal_bias="1.0" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" app:overlayImage="@drawable/drawable_game_invite_gradient_overlay" app:roundBottomLeft="false" app:roundTopLeft="false" app:roundedCornerRadius="4.0dip" app:viewAspectRatio="1.0" />
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/item_game_invite_cover_iv" android:layout_width="fill_parent" android:layout_height="168.0dip" android:scaleType="fitCenter" style="@style/UiKit.ImageView" />
<TextView android:id="@id/item_game_invite_header" style="@style/UiKit.Chat.Embed.Header" />
<TextView android:textSize="18.0sp" android:textColor="?primary_100" android:id="@id/item_game_invite_status" android:layout_marginTop="@dimen/uikit_spacing_medium" app:layout_constrainedWidth="true" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintLeft_toLeftOf="@id/item_game_invite_header" app:layout_constraintStart_toStartOf="@id/item_game_invite_header" app:layout_constraintTop_toBottomOf="@id/item_game_invite_header" style="@style/UiKit.TextView" />
<com.google.android.material.button.MaterialButton android:id="@id/item_game_invite_action_btn" android:visibility="gone" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/game_action_button_play" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/item_game_invite_cover_image" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintStart_toStartOf="@id/item_game_invite_status" app:layout_constraintVertical_bias="1.0" style="@style/UiKit.Material.Button.Green" />
<androidx.recyclerview.widget.RecyclerView android:id="@id/item_game_invite_recycler" android:layout_width="0.0dip" android:layout_height="@dimen/avatar_size_standard" app:layout_constraintBottom_toTopOf="@id/item_game_invite_action_btn" app:layout_constraintEnd_toStartOf="@id/item_game_invite_cover_image" app:layout_constraintLeft_toLeftOf="@id/item_game_invite_status" app:layout_constraintRight_toLeftOf="@id/item_game_invite_cover_image" app:layout_constraintStart_toStartOf="@id/item_game_invite_status" app:layout_constraintTop_toBottomOf="@id/item_game_invite_status" app:layout_constraintVertical_bias="1.0" app:layout_goneMarginBottom="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.RecyclerView.Horizontal" />
<TextView android:gravity="end" android:id="@id/item_game_invite_application_name" android:layout_width="0.0dip" android:layout_height="wrap_content" android:maxLines="2" android:textAlignment="viewEnd" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintLeft_toLeftOf="@id/item_game_invite_cover_image" app:layout_constraintRight_toRightOf="parent" app:layout_constraintStart_toStartOf="@id/item_game_invite_cover_image" style="@style/UiKit.Chat.Embed.Footer" />
<androidx.constraintlayout.widget.ConstraintLayout android:paddingBottom="@dimen/uikit_spacing_large" android:paddingStart="@dimen/uikit_spacing_large" android:paddingEnd="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.ConstraintLayout">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/item_game_invite_avatar_iv" android:layout_width="40.0dip" android:layout_height="40.0dip" app:actualImageScaleType="fitCenter" app:layout_constraintEnd_toStartOf="@id/item_game_invite_application_name_tv" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" app:placeholderImage="?ic_game_icon_placeholder" app:placeholderImageScaleType="fitCenter" app:roundAsCircle="true" />
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/item_game_invite_avatar_status_iv" android:visibility="gone" android:layout_width="20.0dip" android:layout_height="20.0dip" app:backgroundImage="?colorBackgroundSecondary" app:layout_constraintBottom_toBottomOf="@id/item_game_invite_avatar_iv" app:layout_constraintEnd_toEndOf="@id/item_game_invite_avatar_iv" app:roundAsCircle="true" app:roundingBorderColor="?colorBackgroundSecondary" app:roundingBorderPadding="0.5dip" app:roundingBorderWidth="2.0dip" />
<TextView android:textSize="@dimen/uikit_textsize_large" android:id="@id/item_game_invite_application_name_tv" android:layout_width="0.0dip" android:maxLines="2" android:layout_marginStart="@dimen/uikit_spacing_medium" app:layout_constraintBottom_toTopOf="@id/item_game_invite_subtext" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/item_game_invite_avatar_iv" app:layout_constraintTop_toTopOf="@id/item_game_invite_avatar_iv" style="@style/UiKit.TextView.H1" />
<TextView android:id="@id/item_game_invite_subtext" android:layout_width="0.0dip" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="@id/item_game_invite_barrier" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintStart_toStartOf="@id/item_game_invite_application_name_tv" app:layout_constraintTop_toBottomOf="@id/item_game_invite_application_name_tv" style="@style/UiKit.TextView.Subtext" />
<androidx.constraintlayout.widget.Barrier android:id="@id/item_game_invite_barrier" android:layout_width="fill_parent" android:layout_height="wrap_content" app:barrierDirection="bottom" app:constraint_referenced_ids="item_game_invite_avatar_iv,item_game_invite_application_name_tv,item_game_invite_subtext" />
<com.google.android.material.button.MaterialButton android:id="@id/item_game_invite_action_btn" android:visibility="gone" android:layout_marginTop="@dimen/uikit_spacing_large" android:text="@string/game_action_button_play" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/item_game_invite_barrier" app:layout_constraintVertical_bias="1.0" style="@style/UiKit.Material.Button.Green" />
<androidx.recyclerview.widget.RecyclerView android:id="@id/item_game_invite_recycler" android:layout_width="0.0dip" android:layout_height="@dimen/avatar_size_standard" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginStart="@dimen/uikit_textsize_large" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/item_game_invite_action_btn" app:layout_constraintTop_toBottomOf="@id/item_game_invite_barrier" app:layout_goneMarginStart="0.0dip" style="@style/UiKit.ViewGroup.RecyclerView.Horizontal" />
</androidx.constraintlayout.widget.ConstraintLayout>
</merge>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout android:background="@drawable/bg_stream_preview" android:layout_width="fill_parent" android:layout_height="wrap_content" android:backgroundTint="?colorBackgroundTertiary"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/stream_preview_image" android:layout_width="fill_parent" android:layout_height="152.0dip" app:layout_constraintBottom_toTopOf="@id/stream_preview_placeholder_caption" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" app:placeholderImage="?drawable_stream_preview_not_available" />
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="@color/white" android:id="@id/stream_preview_overlay_text" android:background="@drawable/bg_stream_preview_overlay_caption" android:padding="@dimen/uikit_spacing_medium" android:text="@string/join_stream" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/UiKit.TextView" />
<TextView android:textColor="?colorTextNormal" android:id="@id/stream_preview_placeholder_caption" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_large" android:text="@string/stream_preview_loading" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toBottomOf="@id/stream_preview_image" style="@style/UiKit.TextView" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -2,8 +2,7 @@
<RelativeLayout android:id="@id/user_avatar_presence_container" android:layout_width="wrap_content" style="@style/UiKit.ViewGroup.RelativeLayout"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/user_avatar_presence_avatar" android:layout_centerVertical="true" app:roundWithOverlayColor="?primary_700" style="@style/Avatar.XXLarge" />
<RelativeLayout android:layout_width="@dimen/avatar_status_size_extra_xxlarge" android:layout_height="@dimen/avatar_status_size_extra_xxlarge" android:layout_alignBottom="@id/user_avatar_presence_avatar" android:layout_alignEnd="@id/user_avatar_presence_avatar">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/user_avatar_presence_padding_image" android:layout_width="fill_parent" android:layout_height="fill_parent" app:placeholderImage="?primary_700" app:roundAsCircle="true" />
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/user_avatar_presence_indicator" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_margin="@dimen/avatar_status_size_extra_margin_xxlarge" android:layout_centerInParent="true" app:placeholderImage="@color/status_grey_500" app:roundAsCircle="true" />
</RelativeLayout>
<FrameLayout android:id="@id/user_avatar_presence_indicator_wrap" android:background="?colorPrimaryCircle" android:layout_width="@dimen/avatar_status_size_extra_xxlarge" android:layout_height="@dimen/avatar_status_size_extra_xxlarge" android:layout_marginBottom="-3.0dip" android:layout_alignBottom="@id/user_avatar_presence_avatar" android:layout_marginEnd="-3.0dip" android:layout_alignEnd="@id/user_avatar_presence_avatar" app:backgroundTint="?primary_700">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/user_avatar_presence_indicator" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_margin="@dimen/avatar_status_size_extra_margin_xxlarge" app:placeholderImage="@color/status_grey_500" app:roundAsCircle="true" />
</FrameLayout>
</RelativeLayout>

View File

@ -5,6 +5,7 @@
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/participant_bg_avatar" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<View android:id="@id/participant_bg_letterbox" android:background="@android:color/black" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<com.discord.views.VoiceUserView android:id="@id/participant_voice_user_view" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" app:vuv_avatar_size="@dimen/avatar_size_large" />
<com.discord.views.video.AppVideoStreamRenderer android:id="@id/participant_video_stream_renderer" android:layout_width="fill_parent" android:layout_height="fill_parent" app:vcpv_is_overlay="true" app:vcpv_match_video_orientation="false" />
</RelativeLayout>
<ImageView android:id="@id/participant_voice_status_indicator" android:background="@drawable/drawable_bg_voice_status_indicator" android:padding="4.0dip" android:layout_width="24.0dip" android:layout_height="24.0dip" android:layout_marginTop="8.0dip" android:layout_alignParentTop="true" android:layout_marginEnd="8.0dip" android:layout_alignParentEnd="true" />
<RelativeLayout android:id="@id/participant_video_loading_indicator" android:background="@android:color/black" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent">

View File

@ -1,8 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center_vertical" android:background="?selectableItemBackground" android:paddingLeft="@dimen/uikit_spacing_large" android:paddingTop="@dimen/uikit_spacing_medium" android:paddingRight="@dimen/uikit_spacing_large" android:paddingBottom="@dimen/uikit_spacing_medium" android:focusable="true" android:clickable="true" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal"
<LinearLayout android:paddingLeft="@dimen/uikit_spacing_large" android:paddingTop="@dimen/uikit_spacing_medium" android:paddingRight="@dimen/uikit_spacing_large" android:paddingBottom="@dimen/uikit_spacing_medium" android:layout_width="fill_parent" android:layout_height="wrap_content" style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.discord.views.VoiceUserView android:id="@id/voice_user_list_item_user_avatar" android:layout_width="wrap_content" android:layout_height="wrap_content" app:vuv_avatar_size="52.0dip" />
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?primary_100" android:id="@id/voice_user_list_item_user_name" android:layout_width="0.0dip" android:layout_marginLeft="16.0dip" android:layout_marginRight="16.0dip" android:singleLine="true" android:layout_weight="1.0" style="@style/UiKit.TextView" />
<ImageView android:id="@id/voice_user_list_item_mute_indicator" android:padding="8.0dip" android:src="@drawable/ic_mic_grey_24dp" android:contentDescription="@string/form_label_muted" style="@style/UiKit.ImageView" />
<ImageView android:id="@id/voice_user_list_item_deafen_indicator" android:padding="8.0dip" android:src="@drawable/ic_headset_grey_24dp" android:contentDescription="@string/sound_deafen" style="@style/UiKit.ImageView" />
<LinearLayout android:gravity="center_vertical" android:background="?selectableItemBackground" android:focusable="true" android:clickable="true" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
<com.discord.views.VoiceUserView android:id="@id/voice_user_list_item_user_avatar" android:layout_width="wrap_content" android:layout_height="wrap_content" app:vuv_avatar_size="52.0dip" />
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?colorHeadingPrimary" android:id="@id/voice_user_list_item_user_name" android:layout_width="0.0dip" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:singleLine="true" android:layout_weight="1.0" style="@style/UiKit.TextView" />
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="@color/white" android:id="@id/voice_user_list_item_live_indicator" android:background="@drawable/drawable_rect_rounded_red_500" android:paddingLeft="@dimen/uikit_spacing_small" android:paddingRight="@dimen/uikit_spacing_small" android:text="@string/live" android:textAllCaps="true" android:fontFamily="@font/whitney_semibold" android:layout_marginEnd="@dimen/uikit_spacing_medium" style="@style/UiKit.TextView" />
<ImageView android:id="@id/voice_user_list_item_mute_indicator" android:padding="@dimen/uikit_spacing_medium" android:src="@drawable/ic_mic_grey_24dp" android:contentDescription="@string/form_label_muted" style="@style/UiKit.ImageView" />
<ImageView android:id="@id/voice_user_list_item_deafen_indicator" android:padding="@dimen/uikit_spacing_medium" android:src="@drawable/ic_headset_grey_24dp" android:contentDescription="@string/sound_deafen" style="@style/UiKit.ImageView" />
</LinearLayout>
<com.discord.views.StreamPreviewView android:id="@id/voice_user_list_item_user_stream_preview" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_large" />
</LinearLayout>

View File

@ -1,2 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<com.discord.widgets.chat.list.ViewEmbedGameInvite style="@style/UiKit.Chat.Embed.Container" />
<androidx.cardview.widget.CardView android:layout_marginStart="@dimen/uikit_guideline_chat" android:layout_marginEnd="@dimen/uikit_spacing_large" app:cardCornerRadius="4.0dip" app:cardElevation="1.0dip" style="@style/UiKit.Chat.Embed.CardView"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.discord.widgets.chat.list.ViewEmbedGameInvite android:id="@id/item_game_invite" style="@style/UiKit.ViewGroup" />
</androidx.cardview.widget.CardView>

View File

@ -8,7 +8,7 @@
<LinearLayout android:paddingBottom="@dimen/padding_bottom_fab_screen" android:focusableInTouchMode="true" android:descendantFocusability="beforeDescendants" android:baselineAligned="false" android:animateLayoutChanges="true" style="@style/UiKit.ViewGroup.LinearLayout">
<TextView android:paddingTop="@dimen/uikit_spacing_medium" android:text="@string/message_preview" android:textAllCaps="true" style="@style/UiKit.Search.Header" />
<androidx.recyclerview.widget.RecyclerView android:orientation="horizontal" android:id="@id/external_share_list" android:background="?container_bg_dark_a60" android:visibility="gone" android:clipToPadding="false" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" style="@style/UiKit.ViewGroup.RecyclerView" />
<com.discord.widgets.chat.list.ViewEmbedGameInvite android:id="@id/external_share_activity_action_preview" android:background="?chat_embed_bg" android:visibility="gone" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:elevation="@dimen/app_elevation" style="@style/UiKit.ViewGroup.ConstraintLayout" />
<com.discord.widgets.chat.list.ViewEmbedGameInvite android:id="@id/external_share_activity_action_preview" android:background="?chat_embed_bg" android:visibility="visible" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:animateLayoutChanges="true" android:elevation="@dimen/app_elevation" style="@style/UiKit.ViewGroup.LinearLayout" />
<EditText android:id="@id/external_share_comment" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:hint="@string/add_a_comment_optional" android:inputType="textAutoComplete|textAutoCorrect|textCapSentences" android:imeOptions="actionNext" style="@style/UiKit.Form.Field.EditText.SingleLine" />
<TextView android:text="@string/share_to" android:textAllCaps="true" style="@style/UiKit.Search.Header" />
<com.discord.app.AppViewFlipper android:id="@id/search_flipper" android:paddingLeft="@dimen/uikit_spacing_large" android:paddingRight="@dimen/uikit_spacing_large" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="wrap_content">

View File

@ -2,7 +2,7 @@
<LinearLayout android:gravity="center_horizontal" style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_xlarge" android:src="@drawable/img_remote_auth_loaded" android:importantForAccessibility="no" />
<TextView android:text="@string/qr_code_login_success" style="@style/UiKit.TextView.H1" />
<TextView android:text="@string/qr_code_login_confirm" style="@style/UiKit.TextView.H1" />
<TextView android:textColor="?colorHeadingSecondary" android:layout_marginTop="@dimen/uikit_spacing_medium" android:text="@string/confirm_qr_description" android:textAlignment="center" style="@style/UiKit.TextView" />
<androidx.cardview.widget.CardView android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_xlarge" app:cardBackgroundColor="?colorBackgroundSecondary" app:cardCornerRadius="4.0dip" app:cardElevation="0.0dip">
<androidx.appcompat.widget.SwitchCompat android:textColor="?colorHeadingPrimary" android:id="@id/remote_auth_temporary_switch" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/confirm_qr_keep_me_signed_in" style="@style/UiKit.ListItem" />

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout android:background="@color/black" android:fitsSystemWindows="true" android:keepScreenOn="true" style="@style/UiKit.ViewGroup.Page"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.discord.views.video.ApplicationStreamView android:id="@id/application_stream_view" android:focusable="true" android:clickable="true" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<androidx.constraintlayout.widget.ConstraintLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
<com.google.android.material.appbar.AppBarLayout android:id="@id/action_bar_toolbar_layout" android:layout_width="fill_parent" android:layout_height="?actionBarSize" app:layout_constraintTop_toTopOf="parent" style="@style/AppTheme.AppBarLayout.Flat">
<androidx.appcompat.widget.Toolbar style="@style/AppTheme.Toolbar.Transparent" />
</com.google.android.material.appbar.AppBarLayout>
<ImageView android:id="@id/spectate_report_problem" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_large" android:src="@drawable/ic_warning_icon_24dp" android:contentDescription="@string/stream_report_problem" android:layout_marginEnd="@dimen/uikit_spacing_large" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toBottomOf="@id/action_bar_toolbar_layout" />
<include android:visibility="gone" android:layout_width="0.0dip" android:layout_height="wrap_content" app:layout_constrainedHeight="true" app:layout_constraintBottom_toTopOf="@id/spectate_push_to_talk" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" layout="@layout/widget_spectate_controls" />
<Button android:textColor="@color/primary_100" android:id="@id/spectate_push_to_talk" android:background="@drawable/drawable_button_primary_700" android:visibility="gone" android:layout_width="0.0dip" android:layout_margin="@dimen/uikit_spacing_medium" android:text="@string/keybind_push_to_talk" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" style="@style/UiKit.Button" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center" android:id="@id/spectate_controls" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:id="@id/spectate_controls_disconnect_stream" android:background="@drawable/drawable_circle_primary_700" android:layout_margin="11.0dip" android:src="@drawable/ic_stop_stream_v2" android:contentDescription="@string/video" style="@style/UiKit.Calls.ButtonCircle" />
<ImageView android:id="@id/spectate_controls_full_screen_toggle" android:background="@drawable/drawable_circle_primary_700" android:layout_margin="11.0dip" android:src="@drawable/ic_enable_landscape" android:contentDescription="@string/video" style="@style/UiKit.Calls.ButtonCircle" />
<ImageView android:id="@id/spectate_controls_mute" android:background="@drawable/drawable_circle_primary_700" android:layout_margin="11.0dip" android:src="@drawable/ic_mic_white_24dp" android:contentDescription="@string/mute" style="@style/UiKit.Calls.ButtonCircle" />
<ImageView android:id="@id/spectate_controls_disconnect_voice" android:background="@drawable/drawable_circle_red" android:layout_margin="11.0dip" android:src="@drawable/ic_call_audio_stop_white_24dp" android:contentDescription="@string/disconnect" style="@style/UiKit.Calls.ButtonCircle" />
</LinearLayout>

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout style="@style/UiKit.ViewGroup.Page.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<LinearLayout android:id="@id/notice_header_container" style="@style/UiKit.ViewGroup.LinearLayout">
<TextView android:id="@id/report_problem_header" android:padding="@dimen/uikit_spacing_large" android:text="@string/stream_report_a_problem" style="@style/UiKit.TextView.H1.Bold" />
<View style="@style/UiKit.Divider" />
</LinearLayout>
<ScrollView android:layout_width="fill_parent" android:layout_height="200.0dip" android:fadeScrollbars="false">
<RadioGroup android:id="@id/report_error_radio_group" android:paddingLeft="@dimen/uikit_spacing_large" android:paddingTop="@dimen/uikit_spacing_medium" android:paddingRight="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.LinearLayout">
<RadioButton android:textSize="@dimen/uikit_textsize_large" android:textColor="?primary_100" android:id="@id/report_error_stream_black" android:layout_width="fill_parent" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/stream_report_black" android:layoutDirection="rtl" style="@style/UiKit.TextView" />
<RadioButton android:textSize="@dimen/uikit_textsize_large" android:textColor="?primary_100" android:id="@id/report_error_blurry" android:layout_width="fill_parent" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/stream_report_blurry" android:layoutDirection="rtl" style="@style/UiKit.TextView" />
<RadioButton android:textSize="@dimen/uikit_textsize_large" android:textColor="?primary_100" android:id="@id/report_error_lagging" android:layout_width="fill_parent" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/stream_report_lagging" android:layoutDirection="rtl" style="@style/UiKit.TextView" />
<RadioButton android:textSize="@dimen/uikit_textsize_large" android:textColor="?primary_100" android:id="@id/report_error_out_of_sync" android:layout_width="fill_parent" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/stream_report_out_of_sync" android:layoutDirection="rtl" style="@style/UiKit.TextView" />
<RadioButton android:textSize="@dimen/uikit_textsize_large" android:textColor="?primary_100" android:id="@id/report_error_audio_absent" android:layout_width="fill_parent" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/stream_report_audio_missing" android:layoutDirection="rtl" style="@style/UiKit.TextView" />
<RadioButton android:textSize="@dimen/uikit_textsize_large" android:textColor="?primary_100" android:id="@id/report_error_audio_poor" android:layout_width="fill_parent" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/stream_report_audio_poor" android:layoutDirection="rtl" style="@style/UiKit.TextView" />
</RadioGroup>
</ScrollView>
<View style="@style/UiKit.Settings.Divider" />
<LinearLayout style="@style/UiKit.Dialog.ButtonContainer">
<Button android:textColor="?primary_100" android:layout_gravity="center_vertical" android:id="@id/report_problem_cancel" android:background="?selectableItemBackground" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_medium" android:text="@string/cancel" android:layout_marginStart="@dimen/uikit_spacing_medium" />
<com.discord.views.LoadingButton android:layout_gravity="center_vertical" android:id="@id/report_problem_submit" android:background="@drawable/drawable_button_green_neutral" android:padding="@dimen/uikit_spacing_medium" android:paddingTop="@dimen/uikit_spacing_large" android:paddingBottom="@dimen/uikit_spacing_large" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_medium" android:fontFamily="@font/whitney_medium" android:layout_marginStart="@dimen/uikit_spacing_medium" app:lb_disabled_alpha="0.5" app:lb_text="@string/stream_report_submit" app:lb_text_color="@color/white" />
</LinearLayout>
</LinearLayout>

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout style="@style/UiKit.ViewGroup.Page.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:id="@id/notice_header_container" style="@style/UiKit.ViewGroup.LinearLayout">
<TextView android:padding="@dimen/uikit_spacing_large" android:text="@string/stream_full_modal_header" style="@style/UiKit.TextView.H1.Bold" />
<View style="@style/UiKit.Divider" />
</LinearLayout>
<LinearLayout android:paddingLeft="@dimen/uikit_spacing_large" android:paddingTop="@dimen/uikit_spacing_medium" android:paddingRight="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.LinearLayout">
<TextView android:textColor="@color/primary_200" android:id="@id/cancel_premium_grandfathered" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/stream_full_modal_body" android:fontFamily="@font/whitney_bold" style="@style/UiKit.TextView" />
<ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/drawable_stream_full" android:importantForAccessibility="no" />
</LinearLayout>
<View style="@style/UiKit.Settings.Divider" />
<LinearLayout style="@style/UiKit.Dialog.ButtonContainer">
<Button android:textColor="@color/white" android:layout_gravity="center_vertical" android:id="@id/stream_full_confirm" android:background="@drawable/drawable_button_purple" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_medium" android:text="@string/okay" android:layout_marginStart="@dimen/uikit_spacing_medium" />
</LinearLayout>
</LinearLayout>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout style="@style/UiKit.ViewGroup.Page"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.google.android.material.appbar.AppBarLayout style="@style/AppTheme.AppBarLayout.Flat">
<androidx.appcompat.widget.Toolbar style="@style/AppTheme.Toolbar" />
</com.google.android.material.appbar.AppBarLayout>
<RelativeLayout style="@style/UiKit.ViewGroup.RelativeLayout.AppBarScrollingViewBehavior">
<androidx.recyclerview.widget.RecyclerView android:id="@id/spectators_list" android:background="?colorBackgroundPrimary" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</RelativeLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>

View File

@ -3,26 +3,18 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView android:id="@id/rich_presence_header" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/UserProfile.Section.Header" />
<androidx.cardview.widget.CardView app:cardBackgroundColor="?colorBackgroundPrimary" style="@style/UserProfile.Section.Card">
<androidx.constraintlayout.widget.ConstraintLayout android:paddingBottom="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.ConstraintLayout">
<androidx.constraintlayout.widget.Guideline android:orientation="vertical" android:id="@id/start_guideline" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintGuide_begin="@dimen/uikit_spacing_large" />
<androidx.constraintlayout.widget.Guideline android:orientation="vertical" android:id="@id/embed_guideline_right" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintGuide_end="@dimen/uikit_spacing_large" />
<LinearLayout android:gravity="center" android:orientation="vertical" android:id="@id/stream_preview_placeholder" android:background="@drawable/drawable_bg_stream_preview" android:layout_width="0.0dip" android:layout_height="0.0dip" app:layout_constraintBottom_toBottomOf="@id/stream_preview_image" app:layout_constraintLeft_toLeftOf="@id/stream_preview_image" app:layout_constraintRight_toRightOf="@id/stream_preview_image" app:layout_constraintTop_toTopOf="@id/stream_preview_image">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10.0dip" android:layout_marginBottom="@dimen/uikit_spacing_large" android:src="@drawable/img_no_stream_preview" />
<TextView android:textColor="?stream_preview_placeholder_color" android:id="@id/stream_preview_placeholder_caption" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/stream_preview_loading" style="@style/UiKit.TextView" />
</LinearLayout>
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/stream_preview_image" android:layout_width="0.0dip" android:layout_height="0.0dip" app:layout_constraintDimensionRatio="H,16:9" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="parent" app:roundedCornerRadius="@dimen/uikit_spacing_small" />
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/rich_presence_image_large" android:layout_width="64.0dip" android:layout_height="64.0dip" android:layout_marginTop="@dimen/uikit_spacing_large" app:layout_constraintHorizontal_chainStyle="spread_inside" app:layout_constraintLeft_toLeftOf="@id/start_guideline" app:layout_constraintStart_toStartOf="@id/start_guideline" app:layout_constraintTop_toBottomOf="@id/stream_preview_image" app:placeholderImage="?colorBackgroundSecondary" app:roundedCornerRadius="@dimen/uikit_spacing_small" />
<androidx.legacy.widget.Space android:id="@id/image_bottom_guideline" android:layout_width="@dimen/uikit_image_border_size" android:layout_height="@dimen/uikit_image_border_size" android:layout_marginTop="@dimen/uikit_image_border_size" android:layout_marginStart="@dimen/uikit_image_border_size" app:layout_constraintLeft_toRightOf="@id/rich_presence_image_large" app:layout_constraintStart_toEndOf="@id/rich_presence_image_large" app:layout_constraintTop_toBottomOf="@id/rich_presence_image_large" />
<FrameLayout android:id="@id/rich_presence_image_small_wrap" android:background="?primary_600" android:padding="@dimen/uikit_image_border_size" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="@id/image_bottom_guideline" app:layout_constraintEnd_toEndOf="@id/image_bottom_guideline" app:layout_constraintRight_toRightOf="@id/image_bottom_guideline">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/rich_presence_image_small" android:visibility="gone" app:roundAsCircle="true" style="@style/Avatar.Medium" />
<androidx.constraintlayout.widget.ConstraintLayout style="@style/UiKit.ViewGroup.ConstraintLayout">
<com.discord.views.StreamPreviewView android:id="@id/stream_preview" android:background="?colorBackgroundTertiary" android:layout_width="fill_parent" android:layout_height="wrap_content" app:layout_constraintBottom_toTopOf="@id/rich_presence_container_data" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_chainStyle="packed" />
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/rich_presence_image_large" android:layout_width="64.0dip" android:layout_height="64.0dip" android:layout_marginBottom="@dimen/uikit_spacing_small" android:layout_marginStart="@dimen/uikit_spacing_small" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintHorizontal_chainStyle="spread_inside" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toLeftOf="@id/rich_presence_container_data" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="@id/rich_presence_container_data" app:placeholderImage="?colorBackgroundSecondary" app:roundedCornerRadius="@dimen/uikit_spacing_small" />
<FrameLayout android:id="@id/rich_presence_image_small_wrap" android:layout_width="0.0dip" android:layout_height="0.0dip" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintTop_toTopOf="parent">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/rich_presence_image_small" android:visibility="gone" android:layout_width="0.0dip" android:layout_height="0.0dip" />
</FrameLayout>
<LinearLayout android:id="@id/rich_presence_container_data" android:layout_width="0.0dip" android:layout_height="wrap_content" android:minHeight="80.0dip" android:layout_marginStart="@dimen/uikit_spacing_large" app:layout_constraintEnd_toEndOf="@id/embed_guideline_right" app:layout_constraintLeft_toRightOf="@id/rich_presence_image_large" app:layout_constraintRight_toRightOf="@id/embed_guideline_right" app:layout_constraintStart_toEndOf="@id/rich_presence_image_large" app:layout_constraintTop_toTopOf="@id/rich_presence_image_large" app:layout_goneMarginLeft="0.0dip" app:layout_goneMarginStart="0.0dip" style="@style/UiKit.ViewGroup.LinearLayout">
<LinearLayout android:id="@id/rich_presence_container_data" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_small" android:layout_marginBottom="@dimen/uikit_spacing_small" android:layout_marginStart="@dimen/uikit_spacing_large" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintStart_toEndOf="@id/rich_presence_image_large" app:layout_constraintTop_toBottomOf="@id/stream_preview" style="@style/UiKit.ViewGroup.LinearLayout">
<TextView android:ellipsize="marquee" android:id="@id/rich_presence_title" android:singleLine="true" android:marqueeRepeatLimit="marquee_forever" style="@style/UserProfile.PresenceSection.Body.HeaderText" />
<TextView android:id="@id/rich_presence_details" style="@style/UserProfile.PresenceSection.Body.Subtext" />
<TextView android:id="@id/rich_presence_state" style="@style/UserProfile.PresenceSection.Body.Subtext" />
<TextView android:id="@id/rich_presence_time" style="@style/UserProfile.PresenceSection.Body.Subtext" />
</LinearLayout>
<com.google.android.material.button.MaterialButton android:id="@id/rich_presence_watch_button" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/watch_stream" app:layout_constraintEnd_toEndOf="@id/embed_guideline_right" app:layout_constraintLeft_toLeftOf="@id/start_guideline" app:layout_constraintRight_toRightOf="@id/embed_guideline_right" app:layout_constraintStart_toStartOf="@id/start_guideline" app:layout_constraintTop_toBottomOf="@id/rich_presence_container_data" style="@style/UserProfile.PresenceSection.MaterialButton" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.cardview.widget.CardView>
</LinearLayout>

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:icon="?theme_group_start_call_icon" android:id="@id/menu_chat_start_call" android:visible="false" android:title="@string/start_call" app:showAsAction="ifRoom" />
<item android:icon="@drawable/ic_call_end_red_24dp" android:id="@id/menu_chat_stop_call" android:visible="false" android:title="@string/leave_call" app:showAsAction="ifRoom" />
<item android:icon="?theme_friends_new_group_icon" android:id="@id/menu_chat_start_group" android:visible="false" android:title="@string/create_group_dm" app:showAsAction="ifRoom" />
<item android:icon="?theme_friends_add_icon" android:id="@id/menu_chat_add_friend" android:visible="false" android:title="@string/add_friend" app:showAsAction="always" />
<item android:icon="?theme_search_menu_icon" android:id="@id/menu_chat_search" android:visible="false" android:title="@string/search" app:showAsAction="ifRoom" />
<item android:icon="?theme_group_start_call_icon" android:id="@id/menu_chat_start_call" android:visible="false" android:title="@string/start_call" app:showAsAction="ifRoom" />
<item android:icon="?theme_group_start_video_icon" android:id="@id/menu_chat_start_video_call" android:visible="false" android:title="@string/start_video_call" app:showAsAction="ifRoom" />
<item android:icon="@drawable/ic_call_end_red_24dp" android:id="@id/menu_chat_stop_call" android:visible="false" android:title="@string/leave_call" app:showAsAction="ifRoom" />
<item android:icon="?theme_group_start_video_icon" android:id="@id/menu_chat_start_video_call" android:visible="false" android:title="@string/start_video_call" app:showAsAction="never" />
<item android:icon="?theme_chat_header_members" android:id="@id/menu_chat_side_panel" android:visible="false" android:title="@string/members" app:showAsAction="always" />
<item android:icon="?theme_friends_profile_icon" android:id="@id/menu_chat_dms_view_profile" android:visible="false" android:title="@string/profile" app:showAsAction="ifRoom" />
<item android:id="@id/menu_chat_group_add" android:visible="false" android:title="@string/group_dm_add_friends" app:showAsAction="never" />

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<item android:icon="@drawable/ic_members_white_24dp" android:id="@id/menu_spectate_spectators" android:title="@string/view_spectators" app:showAsAction="ifRoom" />
<item android:id="@id/menu_spectate_voice_settings" android:visible="true" android:title="@string/voice_settings" app:showAsAction="never" />
<item android:id="@id/menu_spectate_report_problem" android:visible="true" android:title="@string/stream_report_a_problem" app:showAsAction="never" />
</menu>

View File

@ -3514,6 +3514,8 @@ NSFW каналите нямат филтър за нецензурно съдъ
<string name="premium_subscription_credit_applied_mismatched_plan">Този кредит ще бъде приложен, след като се регистрираш за абонамент за %1$s.</string>
<string name="premium_subscription_credit_applied_on">Кредитът ще бъде приложен на %1$s.</string>
<string name="premium_subscription_current_label">Настоящ абонамент</string>
<string name="premium_subscription_description_tier_1">Имаш чат бонуси и отстъпка за усилване за **%1$s**</string>
<string name="premium_subscription_description_tier_2">Имаш премиум чат, **%1$sx** усилвания и отстъпка за усилване за **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Корекция на усилване</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Купуваш промяна на план. Твоите усилвания на сървъри се актуализират в съответствие с това.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Защо виждам това?**

View File

@ -3481,6 +3481,8 @@ Změny tvého předplatného jsou popsány níže:"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Kredit se uplatní, jakmile se přihlásíš k předplatnému %1$s.</string>
<string name="premium_subscription_credit_applied_on">Kredit se uplatní %1$s.</string>
<string name="premium_subscription_current_label">Stávající předplatné</string>
<string name="premium_subscription_description_tier_1">Máš vylepšení chatu a vylepšovací slevu na **%1$s**</string>
<string name="premium_subscription_description_tier_2">Máš vylepšený chat, **%1$sx** vylepšení a vylepšovací slevu na **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Úprava vylepšení</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Kupuješ si změnu plánu. Tvá vylepšení serveru se patřičně aktualizují.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Proč se mi tohle zobrazuje?**

View File

@ -3466,6 +3466,8 @@ Den vil blive fjernet fra alle tilknyttede servere og annulleret på dit abonnem
<string name="premium_subscription_credit_applied_mismatched_plan">Denne kredit gælder, når du tilmelder dig et %1$s abonnement.</string>
<string name="premium_subscription_credit_applied_on">Kredit vil blive anvendt den %1$s.</string>
<string name="premium_subscription_current_label">Nuværende abonnement</string>
<string name="premium_subscription_description_tier_1">Du har chat frynsegoder og en Boost-rabat for **%1$s**</string>
<string name="premium_subscription_description_tier_2">Du har premium chat, **%1$sx** Boosts, og en Boost-rabat på **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Boost justering</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Du køber et ændret abonnement. Dine Serverboosts opdateres tilsvarende.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Hvorfor får jeg vist dette?**

View File

@ -3477,6 +3477,8 @@ Die Änderungen an deinem Abonnement werden unten angezeigt:"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Dieses Guthaben wird angerechnet, sobald du dich für ein %1$s-Abonnement angemeldet hast.</string>
<string name="premium_subscription_credit_applied_on">Guthaben wird am %1$s angerechnet.</string>
<string name="premium_subscription_current_label">Aktuelles Abonnement</string>
<string name="premium_subscription_description_tier_1">Du hast Chat-Zusatzfunktionen und einen Boost-Rabatt für **%1$s**.</string>
<string name="premium_subscription_description_tier_2">Du hast Premium-Chat, **%1$sx** Boosts und einen Boost-Rabatt für **%2$s**.</string>
<string name="premium_subscription_guild_subscription_adjustment">Boost-Anpassung</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Du schließt eine Abonnement-Änderung ab. Deine Server-Boosts werden entsprechend aktualisiert.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Warum wird mir das angezeigt?**

View File

@ -3505,6 +3505,8 @@ AFK. Αυτό δεν επηρεάζει τα προγράμματα περιήγ
<string name="premium_subscription_credit_applied_mismatched_plan">Αυτή η χρέωση θα ισχύει μόλις εγγραφείτε για μια %1$s συνδρομή.</string>
<string name="premium_subscription_credit_applied_on">Η χρέωση θα πραγματοποιηθεί στις %1$s.</string>
<string name="premium_subscription_current_label">Τρέχουσα συνδρομή</string>
<string name="premium_subscription_description_tier_1">Έχεις προνόμια γραπτής συνομιλίας και έκπτωση Ενίσχυσης για **%1$s**</string>
<string name="premium_subscription_description_tier_2">Έχεις premium γραπτή συνομιλία, **%1$sx** Ενισχύσεις, και έκπτωση Ενίσχυσης για **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Ενίσχυση Προσαρμογής</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Αγοράζεις αλλαγή προγράμματος. Οι ενισχύσεις διακομιστή σου ενημερώνονται αναλόγως.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Γιατί το βλέπω αυτό;**

View File

@ -3469,6 +3469,8 @@ Mejorar un servidor activa un tiempo de recuperación de 7 días. No podrás env
<string name="premium_subscription_credit_applied_mismatched_plan">Este importe solo se cargará cuando te registres para una suscripción %1$s.</string>
<string name="premium_subscription_credit_applied_on">El importe se cargará el %1$s.</string>
<string name="premium_subscription_current_label">Suscripción actual</string>
<string name="premium_subscription_description_tier_1">Tienes ventajas de chat y un descuento en mejoras por **%1$s**</string>
<string name="premium_subscription_description_tier_2">Tienes chat prémium, **%1$sx** mejoras y un descuento en mejoras por **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Ajuste de mejoras</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Vas a realizar un cambio de plan. Tus mejoras del servidor se cambiarán en consecuencia.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**¿Que por qué estás viendo esto?**

View File

@ -3517,6 +3517,8 @@ Tilauksesi muutokset näkyvät alla:"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Hyvitys huomioidaan kerran, kun rekisteröit tilauksen (%1$s).</string>
<string name="premium_subscription_credit_applied_on">Hyvitys huomioidaan %1$s.</string>
<string name="premium_subscription_current_label">Nykyinen tilaus</string>
<string name="premium_subscription_description_tier_1">Sinulla on keskusteluedut ja **%1$s** arvoinen nostatusalennus</string>
<string name="premium_subscription_description_tier_2">Sinulla on käytössä premium-keskustelu, **%1$s kpl** nostatuksia ja **%2$s** arvoinen nostatusalennus</string>
<string name="premium_subscription_guild_subscription_adjustment">Nostatuksen muutos</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Olet ostamassa tilausmallin muutoksen. Palvelimen nostatukset päivitetään sen mukaisesti.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Miksi tämä näkyy minulle?**

View File

@ -3510,6 +3510,8 @@ Les changements apportés à ton abonnement apparaissent ci-dessous :"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Ce crédit sera appliqué dès que tu auras souscrit à un abonnement %1$s.</string>
<string name="premium_subscription_credit_applied_on">Le crédit sera appliqué dès le %1$s.</string>
<string name="premium_subscription_current_label">Abonnement actuel</string>
<string name="premium_subscription_description_tier_1">Tu obtiens des avantages de discussion et une réduction sur les boosts pour **%1$s**</string>
<string name="premium_subscription_description_tier_2">Tu obtiens un accès à la discussion premium, **%1$sx** boosts et une réduction sur les boosts pour **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Ajustement de boost</string>
<string name="premium_subscription_guild_subscription_adjustment_text">"Tu es en train d'acheter un changement d'abonnement. Tes boosts de serveur sont mis à jour en conséquence."</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Pourquoi est-ce que je vois ça ?**

View File

@ -3438,6 +3438,8 @@ Promjene tvoje pretplate su iskazane u nastavku:"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Taj kredit će vrijediti nakon što se pretplatiš na %1$s pretplatu.</string>
<string name="premium_subscription_credit_applied_on">Kredit će vrijediti nakon dana %1$s.</string>
<string name="premium_subscription_current_label">Trenutačna pretplata</string>
<string name="premium_subscription_description_tier_1">Imaš pogodnosti za chat i popust na Boost za **%1$s**</string>
<string name="premium_subscription_description_tier_2">Imaš premium chat, **%1$s×** Boost i popust na Boost za **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Korekcija za boost</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Kupuješ promjenu modela pretplate. Tvoji boostovi servera će biti ažurirani na odgovarajući način.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Zašto mi se ovo prikazuje?**

View File

@ -3501,6 +3501,8 @@ Az előfizetést érintő változások az alábbiak:"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Ez a hitel akkor kerül alkalmazásra, ha feliratkoztál egy %1$s előfizetésre.</string>
<string name="premium_subscription_credit_applied_on">A hitel alkalmazásának dátuma: %1$s.</string>
<string name="premium_subscription_current_label">Aktuális előfizetés</string>
<string name="premium_subscription_description_tier_1">Csevegés jutalmaid vannak és a gyorsítás kedvezményes ára **%1$s**</string>
<string name="premium_subscription_description_tier_2">Prémium csevegéssel és **%1$sx** gyorsítással rendelkezel, így a gyorsítás kedvezményes ára **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Gyorsítás beállítása</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Csomagváltást vásárolsz, és a szervergyorsításaid ennek megfelelően frissülnek.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Miért látom ezt?**

View File

@ -3496,6 +3496,8 @@ I cambiamenti al tuo abbonamento sono spiegati qui sotto:"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Questa tariffa verrà applicata dopo che avrai sottoscritto un abbonamento %1$s.</string>
<string name="premium_subscription_credit_applied_on">La tariffa verrà applicata il %1$s.</string>
<string name="premium_subscription_current_label">Abbonamento corrente</string>
<string name="premium_subscription_description_tier_1">Avrai benefici della chat e uno sconto potenziamento per **%1$s**</string>
<string name="premium_subscription_description_tier_2">Avrai chat premium, **%1$sx** potenziamenti, e uno sconto potenziamento per **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Adeguamento potenziamento</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Stai acquistando un cambio piano. I tuoi potenziamenti server verranno aggiornati di conseguenza.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Cosa sto guardando?**

View File

@ -3541,6 +3541,8 @@ Discordについて詳しい情報が必要ですか"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">このクレジットは%1$sサブスクリプションにサインアップすると、適用されます。</string>
<string name="premium_subscription_credit_applied_on">クレジットは%1$sに適用されます。</string>
<string name="premium_subscription_current_label">現在の購読</string>
<string name="premium_subscription_description_tier_1">チャット特典と**%1$s**のブースト割引をご利用いただけます</string>
<string name="premium_subscription_description_tier_2">プレミアムチャット、**%1$sx**ブースト、**%2$s**のブースト割引をご利用いただけます</string>
<string name="premium_subscription_guild_subscription_adjustment">ブーストの調整</string>
<string name="premium_subscription_guild_subscription_adjustment_text">プラン変更を購入しています。 これに応じてサーバーブーストが更新されます。</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**これが表示される理由**

View File

@ -3536,6 +3536,8 @@ Discord에 대해 더 알고 싶으신가요?"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">이 크레딧은 %1$s 구독을 신청하면 적용돼요.</string>
<string name="premium_subscription_credit_applied_on">크레딧은 %1$s에 적용돼요.</string>
<string name="premium_subscription_current_label">현재 구독</string>
<string name="premium_subscription_description_tier_1">채팅 특전과 부스트 **%1$s** 할인 혜택을 받을 수 있어요</string>
<string name="premium_subscription_description_tier_2">프리미엄 채팅, 부스트 **%1$s회**, 부스트 **%2$s** 할인 혜택을 받을 수 있어요</string>
<string name="premium_subscription_guild_subscription_adjustment">부스트 조정</string>
<string name="premium_subscription_guild_subscription_adjustment_text">플랜을 변경하고 있어요. 서버 부스트도 이에 따라 업데이트될 거예요.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**왜 이게 보이는 거죠?**

View File

@ -3503,6 +3503,8 @@ Toliau nurodyti tavo prenumeratos pasikeitimai."</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Šis kreditas bus pritaikytas, kai užsisakysi %1$s prenumeratą.</string>
<string name="premium_subscription_credit_applied_on">Kreditas bus pritaikytas %1$s.</string>
<string name="premium_subscription_current_label">Dabartinė prenumerata</string>
<string name="premium_subscription_description_tier_1">Gausi pokalbių pranašumų ir stiprinimo nuolaidą už **%1$s**</string>
<string name="premium_subscription_description_tier_2">Gausi premium pokalbio funkcijų, tiek stiprinimų: **%1$sx** ir stiprinimo nuolaidą, vertą **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Stiprinimo koregavimas</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Tu perki plano keitimą. Atitinkamai atnaujinami serverio stiprinimai.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Kodėl tai matau?**

View File

@ -3460,6 +3460,8 @@ De wijzigingen aan je abonnement zie je hieronder:"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Dit tegoed wordt toegepast zodra je je aanmeldt voor een abonnement op %1$s.</string>
<string name="premium_subscription_credit_applied_on">Het tegoed wordt toegepast op %1$s.</string>
<string name="premium_subscription_current_label">Huidig abonnement</string>
<string name="premium_subscription_description_tier_1">Geniet van chatvoordelen en een boostkorting voor **%1$s**</string>
<string name="premium_subscription_description_tier_2">Je hebt premiumchat, **%1$sx** boosts en een boostkorting voor **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Boostwijziging</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Je koopt een planwijziging. Je serverboosts worden hieraan aangepast.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Waarom zie ik dit?**

View File

@ -3416,6 +3416,8 @@ Endringene i abonnementet ditt er vist under:"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Denne kreditten brukes når du registrerer deg for et %1$s-abonnement.</string>
<string name="premium_subscription_credit_applied_on">Kreditt brukes på %1$s.</string>
<string name="premium_subscription_current_label">Gjeldende abonnement</string>
<string name="premium_subscription_description_tier_1">Du har chatfordeler og en boostrabatt for **%1$s**</string>
<string name="premium_subscription_description_tier_2">Du har premium chat, **%1$sx** booster og en boostrabatt for **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Boostjustering</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Du kjøper en abonnementsendring. Server Boostene dine oppdateres i henhold til dette.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Hvorfor ser jeg dette?**

View File

@ -3527,6 +3527,8 @@ Zmiany Twojej subskrypcji przedstawiono poniżej:"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Opłata zostanie nałożona po zapisaniu się na subskrypcję %1$s.</string>
<string name="premium_subscription_credit_applied_on">Opłata zostanie nałożona w dniu %1$s.</string>
<string name="premium_subscription_current_label">Obecna subskrypcja</string>
<string name="premium_subscription_description_tier_1">Masz urozmaicenia czatu i zniżkę na ulepszenia za **%1$s**</string>
<string name="premium_subscription_description_tier_2">Masz czat premium, ulepszenia **×%1$s** i zniżkę na ulepszenia za **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Dostosowanie ulepszeń</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Kupujesz zmianę planu. Twoje ulepszenia serwerów zostaną odpowiednio zaktualizowane.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Czemu to widzę?**

View File

@ -3510,6 +3510,8 @@ Impulsionar um servidor ativa um intervalo de 7 dias. Você não pode impulsiona
<string name="premium_subscription_credit_applied_mismatched_plan">Este crédito será aplicado quando você iniciar uma assinatura %1$s.</string>
<string name="premium_subscription_credit_applied_on">O crédito será aplicado em %1$s.</string>
<string name="premium_subscription_current_label">Assinatura atual</string>
<string name="premium_subscription_description_tier_1">Por **%1$s**, você recebe vantagens de bate-papo e um desconto nos Impulsos</string>
<string name="premium_subscription_description_tier_2">Por **%1$s**, você recebe o bate-papo premium, **%2$sx** Impulsos e um desconto em novos Impulsos</string>
<string name="premium_subscription_guild_subscription_adjustment">Ajuste nos impulsos</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Você está comprando uma mudança de plano. Seus impulsos de servidor serão atualizados de acordo com isso.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Por que estou vendo isso?**

View File

@ -3475,6 +3475,8 @@ Modificările aduse abonamentului tău sunt descrise mai jos:"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Acest credit se va aplica atunci când îți iei abonament %1$s.</string>
<string name="premium_subscription_credit_applied_on">Creditul se va aplica pe %1$s.</string>
<string name="premium_subscription_current_label">Abonament actual</string>
<string name="premium_subscription_description_tier_1">Ai avantaje în chat și o reducere la boost-uri cu **%1$s**</string>
<string name="premium_subscription_description_tier_2">Ai un chat premium, **%1$sx** boost-uri și o reducere la boost-uri cu **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Ajustare boost</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Ești pe cale să achiziționezi o modificare a abonamentului. Boost-urile tale pentru server se actualizează în consecință.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**De ce văd asta?**

View File

@ -3552,6 +3552,8 @@
<string name="premium_subscription_credit_applied_mismatched_plan">Кредит будет активирован, когда вы оформите подписку %1$s.</string>
<string name="premium_subscription_credit_applied_on">Кредит будет активирован %1$s.</string>
<string name="premium_subscription_current_label">Текущая подписка</string>
<string name="premium_subscription_description_tier_1">У вас есть бонусы для чата и скидка на бусты за **%1$s**.</string>
<string name="premium_subscription_description_tier_2">У вас есть доступ к премиум-чату, бусты (**%1$s шт.**) и скидка на бусты за **%2$s**.</string>
<string name="premium_subscription_guild_subscription_adjustment">Изменение буста</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Вы меняете тариф подписки. Бусты сервера будут изменены соответствующим образом.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Почему я это вижу?**

View File

@ -3419,6 +3419,8 @@ Den kommer att tas bort från tillhörande servrar och annulleras från din pren
<string name="premium_subscription_credit_applied_mismatched_plan">Krediten kommer att ges när du registrerar dig till en %1$s-prenumeration.</string>
<string name="premium_subscription_credit_applied_on">Kredit kommer att ges den %1$s.</string>
<string name="premium_subscription_current_label">Nuvarande prenumeration</string>
<string name="premium_subscription_description_tier_1">Du har chattförmåner och en boostrabatt på **%1$s**</string>
<string name="premium_subscription_description_tier_2">Du har premiumchatt, **%1$sx** boostar och en boostrabatt på **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Justering av boost</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Du håller på att köpa en plan-ändring. Dina serverboostar uppdateras därefter.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Varför ser jag det här?**

View File

@ -3509,6 +3509,8 @@ URL พิเศษใช้ได้เฉพาะตัวอักษร เ
<string name="premium_subscription_credit_applied_mismatched_plan">เครดิตนี้จะมีผลเมื่อคุณสมัครใช้งาน %1$s การสมัครสมาชิก</string>
<string name="premium_subscription_credit_applied_on">เครดิตจะถูกนำไปใช้เมื่อวันที่ %1$s.</string>
<string name="premium_subscription_current_label">การสมัครสมาชิกปัจจุบัน</string>
<string name="premium_subscription_description_tier_1">คุณมีสิทธิพิเศษในการแชทและส่วนลดการบูสต์สำหรับ **%1$s**</string>
<string name="premium_subscription_description_tier_2">คุณมีแชทพรีเมียม, การบูสต์ **%1$sx** บูสต์, และส่วนลดการบูสต์สำหรับ **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">การปรับเปลี่ยนบูสต์</string>
<string name="premium_subscription_guild_subscription_adjustment_text">คุณกำลังซื้อการเปลี่ยนแปลงแผน การบูสต์เซิร์ฟเวอร์ของคุณจะได้รับการอัปเดตให้สอดคล้องกัน</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**ทำไมฉันจึงเห็นสิ่งนี้**

View File

@ -3497,6 +3497,8 @@ Aboneliğinin nasıl değişeceği aşağıda belirtilmiştir:"</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Bu kredi, bir %1$s aboneliğine kaydolduktan sonra hesabına eklenecek.</string>
<string name="premium_subscription_credit_applied_on">Kredi %1$s tarihinde eklenecek.</string>
<string name="premium_subscription_current_label">Mevcut Abonelik</string>
<string name="premium_subscription_description_tier_1">Sohbet avantajların ve **%1$s** Takviye indirimin var</string>
<string name="premium_subscription_description_tier_2">Ayrıcalıklı sohbetin, **%1$sx** Takviyen ve **%2$s** Takviye indirimin var</string>
<string name="premium_subscription_guild_subscription_adjustment">Takviye Ayarı</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Bir plan değişikliği satın alıyorsun. Sunucu Takviyelerin de buna uygun olarak güncelleniyor.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Bunu neden görüyorum?**

View File

@ -3528,6 +3528,8 @@ AFK. Це не впливає на браузери."</string>
<string name="premium_subscription_credit_applied_mismatched_plan">Цей кредит буде діяти після оформлення передплати %1$s.</string>
<string name="premium_subscription_credit_applied_on">Кредит буде застосовано %1$s.</string>
<string name="premium_subscription_current_label">Поточна передплата</string>
<string name="premium_subscription_description_tier_1">Ти маєш переваги чату та знижку на прискорення за **%1$s**</string>
<string name="premium_subscription_description_tier_2">У тебе є преміальний чат, прискорення в кількості **%1$sx** і знижка на прискорення за **%2$s**</string>
<string name="premium_subscription_guild_subscription_adjustment">Корекція прискорення</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Ти купуєш зміну плану. Прискорення твого сервера оновлюються відповідним чином.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Чому я це бачу?**

View File

@ -3491,6 +3491,8 @@ Nó sẽ được gỡ bỏ khỏi các máy chủ đã liên kết và hủy tr
<string name="premium_subscription_credit_applied_mismatched_plan">Tín dụng này sẽ có hiệu lực sau khi bạn đăng ký gói %1$s.</string>
<string name="premium_subscription_credit_applied_on">Tín dụng sẽ có hiệu lực vào ngày %1$s.</string>
<string name="premium_subscription_current_label">Gói Đăng Ký Hiện Tại</string>
<string name="premium_subscription_description_tier_1">Bạn có đặc quyền trò chuyện và một thẻ giảm giá **%1$s** khi mua Nâng Cấp</string>
<string name="premium_subscription_description_tier_2">Bạn có tính năng trò chuyện cao cấp, **%1$sx** Nâng Cấp, và một thẻ giảm giá **%2$s** khi mua Nâng Cấp</string>
<string name="premium_subscription_guild_subscription_adjustment">Điều Chỉnh Nâng Cấp</string>
<string name="premium_subscription_guild_subscription_adjustment_text">Bạn đang thay đổi gói đăng ký. Nâng Cấp Máy Chủ của bạn hiện đang được cập nhật tương ứng.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**Sao tôi lại thấy cái này thế?**

View File

@ -3521,6 +3521,8 @@
<string name="premium_subscription_credit_applied_mismatched_plan">购买%1$s订阅后即可应用该余额。</string>
<string name="premium_subscription_credit_applied_on">余额将于%1$s应用。</string>
<string name="premium_subscription_current_label">当前订阅</string>
<string name="premium_subscription_description_tier_1">您拥有聊天特权以及一个优惠价为**%1$s**的助力</string>
<string name="premium_subscription_description_tier_2">您拥有高级聊天,**%1$sx**助力,以及一个优惠价为**%2$s**的助力</string>
<string name="premium_subscription_guild_subscription_adjustment">助力调整</string>
<string name="premium_subscription_guild_subscription_adjustment_text">您正在购买一份方案更改。您的服务器助力也正在随之更新。</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**为什么给我看这个?**

View File

@ -3521,6 +3521,8 @@
<string name="premium_subscription_credit_applied_mismatched_plan">您註冊 %1$s 訂閱後,此點數即會生效。</string>
<string name="premium_subscription_credit_applied_on">點數將於 %1$s 開始生效。</string>
<string name="premium_subscription_current_label">目前訂閱</string>
<string name="premium_subscription_description_tier_1">你有聊天福利和 **%1$s** 的加成折扣</string>
<string name="premium_subscription_description_tier_2">你有高級版聊天功能、**%1$s 次**加成和 **%2$s** 的加成折扣</string>
<string name="premium_subscription_guild_subscription_adjustment">加成調整</string>
<string name="premium_subscription_guild_subscription_adjustment_text">您正在購買方案變更。您的伺服器加成正在進行相應的更新。</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">"**為何我會看到此內容?**

View File

@ -439,6 +439,8 @@
<enum name="src_over" value="3" />
</attr>
<attr name="drawableTopCompat" format="reference" />
<attr name="drawable_stream_ended" format="reference" />
<attr name="drawable_stream_preview_not_available" format="reference" />
<attr name="drawerArrowStyle" format="reference" />
<attr name="drawerLayoutStyle" format="reference" />
<attr name="dropDownListViewStyle" format="reference" />
@ -972,6 +974,7 @@
</attr>
<attr name="layout_scrollInterpolator" format="reference" />
<attr name="layout_wrapBefore" format="boolean" />
<attr name="lb_disabled_alpha" format="reference|float" />
<attr name="lb_progress_color" format="reference|color" />
<attr name="lb_text" format="string" />
<attr name="lb_text_color" format="string" />

View File

@ -19,6 +19,7 @@
<color name="black_alpha_20">#33000000</color>
<color name="black_alpha_30">#48000000</color>
<color name="black_alpha_60">#99000000</color>
<color name="black_alpha_70">#b3000000</color>
<color name="black_alpha_80">#cc000000</color>
<color name="brand_100">#fff8f9fd</color>
<color name="brand_200">#ffe3e7f8</color>

View File

@ -117,6 +117,11 @@
<item type="id" name="application_news_loading" />
<item type="id" name="application_news_splash" />
<item type="id" name="application_news_title" />
<item type="id" name="application_stream_ended" />
<item type="id" name="application_stream_loading_indicator" />
<item type="id" name="application_stream_paused" />
<item type="id" name="application_stream_video_renderer" />
<item type="id" name="application_stream_view" />
<item type="id" name="attachment_clear_btn" />
<item type="id" name="attachment_preview_container" />
<item type="id" name="attachment_preview_list" />
@ -663,7 +668,6 @@
<item type="id" name="edit_query" />
<item type="id" name="edit_role_name" />
<item type="id" name="edit_role_save" />
<item type="id" name="embed_guideline_right" />
<item type="id" name="embed_image_container" />
<item type="id" name="emoji_btn" />
<item type="id" name="emoji_container" />
@ -942,12 +946,16 @@
<item type="id" name="item_backup_code_tv" />
<item type="id" name="item_check_indicator" />
<item type="id" name="item_description_tv" />
<item type="id" name="item_game_invite" />
<item type="id" name="item_game_invite_action_btn" />
<item type="id" name="item_game_invite_application_name" />
<item type="id" name="item_game_invite_cover_image" />
<item type="id" name="item_game_invite_application_name_tv" />
<item type="id" name="item_game_invite_avatar_iv" />
<item type="id" name="item_game_invite_avatar_status_iv" />
<item type="id" name="item_game_invite_barrier" />
<item type="id" name="item_game_invite_cover_iv" />
<item type="id" name="item_game_invite_header" />
<item type="id" name="item_game_invite_recycler" />
<item type="id" name="item_game_invite_status" />
<item type="id" name="item_game_invite_subtext" />
<item type="id" name="item_gift_accept_button" />
<item type="id" name="item_gift_cannot_claim_button" />
<item type="id" name="item_gift_details" />
@ -1098,6 +1106,9 @@
<item type="id" name="menu_settings_log_out" />
<item type="id" name="menu_sort_channel" />
<item type="id" name="menu_sort_done" />
<item type="id" name="menu_spectate_report_problem" />
<item type="id" name="menu_spectate_spectators" />
<item type="id" name="menu_spectate_voice_settings" />
<item type="id" name="menu_user_mentions_filter" />
<item type="id" name="message" />
<item type="id" name="mfa_description_text" />
@ -1195,6 +1206,7 @@
<item type="id" name="participant_bg_letterbox" />
<item type="id" name="participant_content_container" />
<item type="id" name="participant_video_loading_indicator" />
<item type="id" name="participant_video_stream_renderer" />
<item type="id" name="participant_voice_status_indicator" />
<item type="id" name="participant_voice_user_view" />
<item type="id" name="payment_info_address_1_textinputlayout" />
@ -1334,6 +1346,16 @@
<item type="id" name="remote_auth_not_found_cancel_button" />
<item type="id" name="remote_auth_temporary_switch" />
<item type="id" name="remote_auth_view_flipper" />
<item type="id" name="report_error_audio_absent" />
<item type="id" name="report_error_audio_poor" />
<item type="id" name="report_error_blurry" />
<item type="id" name="report_error_lagging" />
<item type="id" name="report_error_out_of_sync" />
<item type="id" name="report_error_radio_group" />
<item type="id" name="report_error_stream_black" />
<item type="id" name="report_problem_cancel" />
<item type="id" name="report_problem_header" />
<item type="id" name="report_problem_submit" />
<item type="id" name="result_count" />
<item type="id" name="results_rv" />
<item type="id" name="rich_presence_container" />
@ -1351,7 +1373,6 @@
<item type="id" name="rich_presence_superbar" />
<item type="id" name="rich_presence_time" />
<item type="id" name="rich_presence_title" />
<item type="id" name="rich_presence_watch_button" />
<item type="id" name="right_icon" />
<item type="id" name="right_side" />
<item type="id" name="role_item_checked_setting" />
@ -1759,10 +1780,17 @@
<item type="id" name="snackbar_action" />
<item type="id" name="snackbar_text" />
<item type="id" name="spacer" />
<item type="id" name="spectate_controls" />
<item type="id" name="spectate_controls_disconnect_stream" />
<item type="id" name="spectate_controls_disconnect_voice" />
<item type="id" name="spectate_controls_full_screen_toggle" />
<item type="id" name="spectate_controls_mute" />
<item type="id" name="spectate_push_to_talk" />
<item type="id" name="spectate_report_problem" />
<item type="id" name="spectators_list" />
<item type="id" name="spinner" />
<item type="id" name="split_action_bar" />
<item type="id" name="src_toggle" />
<item type="id" name="start_guideline" />
<item type="id" name="state_aspect_ratio" />
<item type="id" name="state_rotate" />
<item type="id" name="state_scale" />
@ -1782,8 +1810,10 @@
<item type="id" name="steps_done" />
<item type="id" name="steps_next" />
<item type="id" name="steps_viewpager" />
<item type="id" name="stream_full_confirm" />
<item type="id" name="stream_preview" />
<item type="id" name="stream_preview_image" />
<item type="id" name="stream_preview_placeholder" />
<item type="id" name="stream_preview_overlay_text" />
<item type="id" name="stream_preview_placeholder_caption" />
<item type="id" name="submenuarrow" />
<item type="id" name="submit_area" />
@ -1868,7 +1898,7 @@
<item type="id" name="user_avatar_presence_avatar" />
<item type="id" name="user_avatar_presence_container" />
<item type="id" name="user_avatar_presence_indicator" />
<item type="id" name="user_avatar_presence_padding_image" />
<item type="id" name="user_avatar_presence_indicator_wrap" />
<item type="id" name="user_captcha_help" />
<item type="id" name="user_captcha_verify_button" />
<item type="id" name="user_captcha_verify_button_anchor" />
@ -2017,9 +2047,11 @@
<item type="id" name="voice_user_avatar" />
<item type="id" name="voice_user_list_item_deafen_indicator" />
<item type="id" name="voice_user_list_item_header_label" />
<item type="id" name="voice_user_list_item_live_indicator" />
<item type="id" name="voice_user_list_item_mute_indicator" />
<item type="id" name="voice_user_list_item_user_avatar" />
<item type="id" name="voice_user_list_item_user_name" />
<item type="id" name="voice_user_list_item_user_stream_preview" />
<item type="id" name="voice_user_name_display" />
<item type="id" name="web_view" />
<item type="id" name="welcome_card_invite_friends" />

View File

@ -664,6 +664,10 @@
<item quantity="other">%s Boosts</item>
<item quantity="one">%s Boost</item>
</plurals>
<plurals name="premium_guild_subscriptions_renewal_info_pending_cancelation_quantity">
<item quantity="other">Server Boosts</item>
<item quantity="one">Server Boost</item>
</plurals>
<plurals name="premium_guild_subscriptions_renewal_info_quantity">
<item quantity="other">Server Boosts</item>
<item quantity="one">Server Boost</item>
@ -791,5 +795,5 @@
<item quantity="other">%s People</item>
<item quantity="one">%s Person</item>
</plurals>
<item type="plurals" name="APKTOOL_DUMMY_b3">false</item>
<item type="plurals" name="APKTOOL_DUMMY_b4">false</item>
</resources>

File diff suppressed because it is too large Load Diff

View File

@ -655,6 +655,7 @@
<string name="billing_accept_terms_tooltip">Accept the Terms of Service to continue</string>
<string name="billing_account_credit">Account Credit</string>
<string name="billing_account_credit_description">When you accept a gift while you have a running subscription, or accept a gift that differs from your current subscription, it will appear here as credit.</string>
<string name="billing_account_credit_description_ios_disclaimer">Unfortunately iOS subscriptions are not eligible for account credit. Account credit will be applied while subscribing through the desktop app.</string>
<string name="billing_add_payment_method">Add Payment Method</string>
<string name="billing_address">Billing Address</string>
<string name="billing_address_address">Address</string>
@ -1020,7 +1021,7 @@ ONE MORE THING {fixed}
<string name="cloud_sync_modal_error_header">Unable to sync cloud saves</string>
<string name="cloud_sync_modal_or">OR</string>
<string name="collapse_category">Collapse Category</string>
<string name="com.crashlytics.android.build_id">e9533d5e-8eb7-41cf-8301-2ea7ab541edb</string>
<string name="com.crashlytics.android.build_id">d55deef7-930d-42af-8d0f-22cece690ad0</string>
<string name="coming_soon">Coming Soon</string>
<string name="command_giphy_description">Search Animated GIFs on the Web</string>
<string name="command_me_description">Displays text with emphasis.</string>
@ -1064,9 +1065,9 @@ ONE MORE THING {fixed}
<string name="confirm_disable_silence_dont_show">"Don't show me the warning again"</string>
<string name="confirm_disable_silence_title">"We can't hear you!"</string>
<string name="confirm_qr_check_your_phone">Check your phone!</string>
<string name="confirm_qr_description">"You have unlocked the magic pass to login on your computer! Confirm that it's you on the PC."</string>
<string name="confirm_qr_description">"You've got the key to log in on this computer. Please confirm that the avatar shown is you."</string>
<string name="confirm_qr_keep_me_signed_in">Keep me signed in</string>
<string name="confirm_qr_login_on_computer">Login on computer</string>
<string name="confirm_qr_login_on_computer">"It's me! Let me in."</string>
<string name="confirm_user_block_body">Are you sure you want to block **%1$s**? Blocking this user will also remove them from your friends list.</string>
<string name="confirm_user_block_title">Block %1$s?</string>
<string name="connect">Connect</string>
@ -1509,6 +1510,9 @@ ONE MORE THING {fixed}
<string name="form_checkbox_qos">Enable Quality of Service High Packet Priority</string>
<string name="form_description_audio_mode_android_call">If you are experiencing microphone or headphone issues, you may try using this audio mode. Otherwise, leave it on the default.</string>
<string name="form_description_audio_mode_android_communication">This is the default audio mode for VoIP apps like Discord. We recommend leaving this setting alone.</string>
<string name="form_description_mobile_guild_notification_all_messages">You are receiving notifications from all messages in this server, but you can override it here</string>
<string name="form_description_mobile_guild_notification_only_mentions">You are receiving notifications from only mentions in this server, but you can override it here</string>
<string name="form_description_mobile_notification_muted">You cant get notifications from this channel nor change settings until you unmute this channel.</string>
<string name="form_description_push_afk_timeout">Discord avoids sending push notifications to your mobile device when you are at your computer. Use this setting to control how long you need to be AFK for before you receive push notifications.</string>
<string name="form_description_tts">Turn this on to have a high tech robot speak your notifications to you.</string>
<string name="form_error_generic">"Oops! You've caught an ultra rare error. This is probably our fault, so please try again or check [our status page](%1$s)."</string>
@ -2000,12 +2004,6 @@ ONE MORE THING {fixed}
<string name="gift_inventory_subscription_months">%1$s (%2$s)</string>
<string name="gift_inventory_subscription_years">%1$s (%2$s)</string>
<string name="gift_inventory_your_gifts">Your Gifts</string>
<string name="go_live_auto_stream_description">"Next time you're in a voice channel while gaming, we'll start your stream automatically."</string>
<string name="go_live_auto_stream_enable_auto_stream">Enable Auto-Streaming</string>
<string name="go_live_auto_stream_header">Stream Games Automatically</string>
<string name="go_live_auto_stream_nag_body">Next time you join a voice channel while gaming, we can **start your stream automatically.**</string>
<string name="go_live_auto_stream_nag_header">Want an even easier way to Go Live?</string>
<string name="go_live_auto_stream_nag_no_thanks">No Thanks!</string>
<string name="go_live_hardware_acceleration_unavailable">"Quick heads up, we can't detect hardware acceleration. Your computer may have problems supporting Go Live."</string>
<string name="go_live_hey">Hey!</string>
<string name="go_live_listen">Listen!</string>
@ -2015,12 +2013,15 @@ ONE MORE THING {fixed}
<string name="go_live_modal_cta">Go Live</string>
<string name="go_live_modal_current_channel_form_title">Streaming channel</string>
<string name="go_live_modal_description">"Your stream's starting—have your friends grab a seat!"</string>
<string name="go_live_modal_description_generic">Set up your stream and have your friends grab a seat!</string>
<string name="go_live_modal_description_select_source">Select something to stream and have your friends grab a seat!</string>
<string name="go_live_modal_guild_form_title">"Where you're streaming"</string>
<string name="go_live_modal_overflow_four_or_more_users">%1$s, %2$s, and %3$s others</string>
<string name="go_live_modal_overflow_three_users">%1$s, %2$s, and %3$s</string>
<string name="go_live_modal_overflow_two_users">%1$s and %2$s</string>
<string name="go_live_modal_screens">Screens</string>
<string name="go_live_modal_select_channel_form_title">Select a voice channel</string>
<string name="go_live_modal_select_guild_form_title">Select a server for your stream</string>
<string name="go_live_modal_sources_form_title">Select something to stream</string>
<string name="go_live_modal_title">Go Live</string>
<string name="go_live_screenshare_hotspot">You can now screenshare with Go Live!</string>
@ -2288,6 +2289,8 @@ ONE MORE THING {fixed}
<string name="guild_settings_discovery_checklist_change_description">You need to change your $[description](descriptionHook)</string>
<string name="guild_settings_discovery_checklist_change_name">You need to change your $[server name](nameHook)</string>
<string name="guild_settings_discovery_checklist_good_standing">Great work! Your server passes all the requirements to be in Server Discovery.</string>
<string name="guild_settings_discovery_checklist_health_score_explain">"All percentages are calculated as a rolling average over the last 8 weeks, so it may take a few weeks for you to qualify after making improvements! This is to ensure you're making positive long-term choices to improve your community's health."</string>
<string name="guild_settings_discovery_checklist_health_view_details">Click here for more details</string>
<string name="guild_settings_discovery_checklist_healthy">Healthy Community</string>
<string name="guild_settings_discovery_checklist_healthy_description">Your community metrics look great! Your members are active and continuously come back to participate.</string>
<string name="guild_settings_discovery_checklist_healthy_description_failing">Uh oh, your server doesnt currently pass our required health checks. This is recalculated every 24 hours.</string>
@ -2300,7 +2303,10 @@ ONE MORE THING {fixed}
<string name="guild_settings_discovery_checklist_nsfw_description_failing">You need to change the following</string>
<string name="guild_settings_discovery_checklist_nsfw_failing">Bad Words Found</string>
<string name="guild_settings_discovery_checklist_participation_failing">You have too many inactive members in your server.</string>
<string name="guild_settings_discovery_checklist_participation_failing_details">"Currently, **%1$s%%** of your members **(~%2$s people)** don't visit your server in a given week. To be in Discovery, you need to lower your percentage of inactive members to **%3$s%%**."</string>
<string name="guild_settings_discovery_checklist_participation_failing_note">Note: Pruning may not be the answer! You should look to provide meaningful reasons for users to visit your server, like having regular community events, encouraging conversations, etc.</string>
<string name="guild_settings_discovery_checklist_retention_failing">Your server has too few regulars that visit every week.</string>
<string name="guild_settings_discovery_checklist_retention_failing_details">"Currently, of your active members, only **%1$s%%** or **~%2$s** of them continue to visit week after week. We consider these people to be your server's regulars. To be in Discovery, you need to increase this from **%1$s%%** to **%3$s%%**."</string>
<string name="guild_settings_discovery_checklist_safe">Safe Environment</string>
<string name="guild_settings_discovery_checklist_safe_description">No actioned Trust &amp; Safety reports in the last 30 days.</string>
<string name="guild_settings_discovery_checklist_safe_description_failing">Your server has $[an actioned Trust &amp; Safety report](doesNotHook) in the last 30 days.</string>
@ -2670,7 +2676,6 @@ You've Boosted %1$s."</string>
<string name="invalid_external_emoji_body">"This emoji doesn't work here because it's from a different server. Upgrade to Discord Nitro to use emoji from other servers"</string>
<string name="invalid_external_emoji_body_upgrade">"This emoji doesn't work here because it's from a different server. Discord Nitro can solve all of that, check User Settings > Nitro for details"</string>
<string name="invalid_invite_link_error">Please enter a valid invite link or invite code.</string>
<string name="invalid_qr_code">Unsupported QR code scanned.</string>
<string name="invalid_text_channel">invalid-channel</string>
<string name="invalid_voice_channel">Invalid Channel</string>
<string name="invite_button_accepted">joined **%1$s**</string>
@ -2776,8 +2781,9 @@ Want to know more about Discord?"</string>
<string name="ios_camera">Camera</string>
<string name="ios_iap_generic_billing_error">Something went wrong while processing your payment, please try again!</string>
<string name="ios_iap_itunes_error">Apple Error</string>
<string name="ios_iap_manage_premium_guild_button">Manage Boosts</string>
<string name="ios_iap_manage_subscription_button">Manage my subscription</string>
<string name="ios_iap_manage_subscription_desktop">You cannot manage your subscription here. Please go to the desktop app and manage your subscription via User Settings.</string>
<string name="ios_iap_manage_subscription_desktop">Unfortunately, you cannot manage your subscription within the iOS app. Please go to the desktop app and manage your subscription via User Settings.</string>
<string name="ios_iap_restore_subscription_error">An error occurred while restoring your subscription. Please try again!</string>
<string name="ios_iap_restore_subscription_none_description">There are no purchases to restore.</string>
<string name="ios_iap_restore_subscription_none_title">Nothing to restore.</string>
@ -2944,8 +2950,8 @@ Want to know more about Discord?"</string>
<string name="login_as">Logging in as %1$s</string>
<string name="login_body">Login with your email to start chatting</string>
<string name="login_title">Welcome back!</string>
<string name="login_with_qr">Login with QR Code</string>
<string name="login_with_qr_description">Scan this QR Code with your phone to start using Discord.</string>
<string name="login_with_qr">Log in with QR Code</string>
<string name="login_with_qr_description">Scan this with your camera or Discord mobile **app** to log in instantly.</string>
<string name="logout">Log Out</string>
<string name="low_quality_image_mode">Low quality image mode.</string>
<string name="low_quality_image_mode_help">When this is on, images sent will be lower quality on cellular networks.</string>
@ -3377,6 +3383,7 @@ Want to know more about Discord?"</string>
<string name="overlay_mobile_toggle_label">Enable Mobile Voice Overlay</string>
<string name="overlay_mobile_unauthed">Login to the Discord app to enable this feature.</string>
<string name="overlay_news_go_live_body">Want to stream %1$s to your friends in %2$s?</string>
<string name="overlay_news_go_live_body_no_voice_channel">Stream %1$s to your friends!</string>
<string name="overlay_news_go_live_cta">Go Live</string>
<string name="overlay_no_results">"Weve searched far and wide, but we couldn't find any voice channels."</string>
<string name="overlay_notification_incoming_call">Incoming call…</string>
@ -3694,9 +3701,6 @@ The changes to your subscription are reflected below:"</string>
<string name="premium_guild_subscription_confirm_body">"Alright, we're ready to smash this Boost gem for you. This Boost is scheduled to be cancelled on: **%1$s**. **You can still use this Boost until it gets demolished!**"</string>
<string name="premium_guild_subscription_confirm_title">Boost Cancelled!</string>
<string name="premium_guild_subscription_creation_date">%1$s</string>
<string name="premium_guild_subscription_description_tier_1">You have chat perks and a Boost discount for **%1$s**</string>
<string name="premium_guild_subscription_description_tier_2">You have premium chat, **%1$sx** Boosts, and a Boost discount for **%2$s**</string>
<string name="premium_guild_subscription_descripton_pending_cancellation">(Pending Cancellation)</string>
<string name="premium_guild_subscription_duration">Boosting since %1$s (%2$s)</string>
<string name="premium_guild_subscription_error_mobile">There was an error trying to boost. Please try again.</string>
<string name="premium_guild_subscription_error_rate_limit_days">"Looks like you're on cooldown. Please wait **%1$s and %2$s** before trying again"</string>
@ -3725,7 +3729,7 @@ The changes to your subscription are reflected below:"</string>
<string name="premium_guild_subscription_notice_button">See Levels &amp; Perks</string>
<string name="premium_guild_subscription_notice_small_guild">Server Boosts are here! Rally your friends to boost your server.</string>
<string name="premium_guild_subscription_num_subscriptions">%1$s other %2$s}</string>
<string name="premium_guild_subscription_pending_cancellation">Pending Cancellation: **%1$s**</string>
<string name="premium_guild_subscription_pending_cancelation">Pending Cancellation: **%1$s**</string>
<string name="premium_guild_subscription_purchase_button_disabled_pending_mutation_plan">You have to cancel your pending plan change before buying boosts.</string>
<string name="premium_guild_subscription_purchase_button_disabled_pending_mutation_premium_guild_subscription">You have a pending boost cancellation. You have to uncancel it before buying boosts.</string>
<string name="premium_guild_subscription_remove_button">Remove Boost</string>
@ -3744,6 +3748,7 @@ The changes to your subscription are reflected below:"</string>
<string name="premium_guild_subscription_transfer_button_disabled_tooltip">This Boost is on cooldown</string>
<string name="premium_guild_subscription_unused_slot_description">Unused Boost</string>
<string name="premium_guild_subscriptions_renewal_info">**%1$sx** %1$s - **%2$s**</string>
<string name="premium_guild_subscriptions_renewal_info_pending_cancelation">**%1$sx** %1$s - **%2$s** (Pending Cancellation)</string>
<string name="premium_guild_tier_0">No Level</string>
<string name="premium_guild_tier_1">Level 1</string>
<string name="premium_guild_tier_2">Level 2</string>
@ -3802,13 +3807,19 @@ The changes to your subscription are reflected below:"</string>
<string name="premium_settings_manage">Manage Nitro</string>
<string name="premium_settings_past_due_info">Your **%1$s** subscription is past due. Please update your payment info or your subscription will end on **%2$s**.</string>
<string name="premium_settings_renewal_info">"Your subscriptions will automatically renew on **%1$s** and you'll be charged **%2$s**."</string>
<string name="premium_settings_subscriptions_mobile_header">Your subscriptions</string>
<string name="premium_subscription_adjustment_tooltip">This adjustment includes prorations, discounts, and refunds.</string>
<string name="premium_subscription_billing_info_mobile">These are your current subscriptions. They will be billed on the same billing cycle.</string>
<string name="premium_subscription_cancelled">%1$s Cancelled</string>
<string name="premium_subscription_credit">%1$s Credit</string>
<string name="premium_subscription_credit_applied_mismatched_plan">This credit will apply once you sign up for a %1$s subscription.</string>
<string name="premium_subscription_credit_applied_on">Credit will be applied upon on %1$s.</string>
<string name="premium_subscription_credit_count_months">%1$s</string>
<string name="premium_subscription_current_label">Current Subscription</string>
<string name="premium_subscription_description_tier_1">You have chat perks and a Boost discount for **%1$s**</string>
<string name="premium_subscription_description_tier_1_pending_cancelation">You have chat perks and a Boost discount for **%1$s** (Pending Cancellation)</string>
<string name="premium_subscription_description_tier_2">You have premium chat, **%1$sx** Boosts, and a Boost discount for **%2$s**</string>
<string name="premium_subscription_description_tier_2_pending_cancelation">You have premium chat, **%1$sx** Boosts, and a Boost discount for **%2$s** (Pending Cancellation)</string>
<string name="premium_subscription_guild_subscription_adjustment">Boost Adjustment</string>
<string name="premium_subscription_guild_subscription_adjustment_text">You are purchasing a plan change. Your Server Boosts are being updated accordingly.</string>
<string name="premium_subscription_guild_subscription_adjustment_tooltip">**Why am I seeing this?** You are purchasing a plan change. Your Server Boosts are being updated accordingly.</string>
@ -3919,14 +3930,15 @@ The changes to your subscription are reflected below:"</string>
<string name="publish_followed_news_generic_body">Sorry, something went wrong.</string>
<string name="purple">Purple</string>
<string name="qr_code_fail">Failed to scan</string>
<string name="qr_code_fail_description">Something went wrong when trying to scan</string>
<string name="qr_code_invalid">Unsupported QR Code Found</string>
<string name="qr_code_login_confirm">Nearly there</string>
<string name="qr_code_login_start_over">Start Over</string>
<string name="qr_code_fail_description">Something went wrong when trying to scan.</string>
<string name="qr_code_invalid">Invalid QR Code Found</string>
<string name="qr_code_login_confirm">Almost there!</string>
<string name="qr_code_login_finish_button">Start chatting</string>
<string name="qr_code_login_start_over">Not me, start over</string>
<string name="qr_code_login_success">"You're in!"</string>
<string name="qr_code_login_success_flavor">"You're logged in to the desktop app now!"</string>
<string name="qr_code_not_found">"Can't find this PC!"</string>
<string name="qr_code_not_found_description">"Oh no! Wumpus can't find the computer you're trying to login on. Make sure that the PC is connected to the internet, and try reopening the Discord Desktop App."</string>
<string name="qr_code_login_success_flavor">"You're now logged in on desktop."</string>
<string name="qr_code_not_found">"Can't find this computer!"</string>
<string name="qr_code_not_found_description">"Oh no! Wumpus can't find the computer you're trying to log in on. Make sure that the computer is connected to the internet, and try reopening the Discord Desktop App."</string>
<string name="quality_indicator">Quality indicator</string>
<string name="quick_dm_blocked">You cannot message blocked users</string>
<string name="quick_dm_user">Message @%1$s</string>
@ -4357,6 +4369,7 @@ Server Insights is an experimental feature and is subject to change or removal i
<string name="sound_stream_started">Stream Started</string>
<string name="sound_stream_stopped">Stream Stopped</string>
<string name="sound_undeafen">Undeafen</string>
<string name="sound_unmute">Unmute</string>
<string name="sound_user_join">User Join</string>
<string name="sound_user_leave">User Leave</string>
<string name="sound_user_moved">User Moved</string>
@ -5169,5 +5182,5 @@ You cannot take any moderation actions until you enable it."</string>
<string name="youre_viewing_older_messages">"You're viewing older messages"</string>
<string name="zh_cn">Chinese, China</string>
<string name="zh_tw">Chinese, Taiwan</string>
<item type="string" name="APKTOOL_DUMMY_393">false</item>
<item type="string" name="APKTOOL_DUMMY_394">false</item>
</resources>

View File

@ -206,6 +206,8 @@
<item name="chat_embed_bg">@drawable/drawable_chat_embed_dark_background</item>
<item name="chat_typing_bg">@drawable/chat_typing_background_dark</item>
<item name="container_bg_dark_a60">@drawable/drawable_rect_rounded_dark_a60</item>
<item name="drawable_stream_ended">@drawable/drawable_stream_ended_dark</item>
<item name="drawable_stream_preview_not_available">@drawable/drawable_stream_preview_not_available_dark</item>
<item name="flexInputColorHighlight">?theme_chat_input</item>
<item name="flexInputIconColor">@color/grey_2</item>
<item name="flexInputIconColorActivated">@color/white</item>
@ -608,6 +610,8 @@
<item name="chat_embed_bg">@drawable/drawable_chat_embed_light_background</item>
<item name="chat_typing_bg">@drawable/chat_typing_background_light</item>
<item name="container_bg_dark_a60">@drawable/drawable_rect_rounded_primary_100_a60</item>
<item name="drawable_stream_ended">@drawable/drawable_stream_ended_light</item>
<item name="drawable_stream_preview_not_available">@drawable/drawable_stream_preview_not_available_light</item>
<item name="flexInputColorHighlight">?theme_chat_input</item>
<item name="flexInputIconColor">@color/grey_3</item>
<item name="flexInputIconColorActivated">@color/purple_brand</item>

View File

@ -3,7 +3,7 @@
.source "MediaBrowserCompat.java"
# interfaces
.implements Li/a/b/b/a;
.implements Lp/a/b/b/a;
# annotations

View File

@ -39,9 +39,9 @@
invoke-direct {v0, p0}, Landroid/support/v4/media/MediaBrowserCompat$b$b;-><init>(Landroid/support/v4/media/MediaBrowserCompat$b;)V
new-instance v1, Li/a/b/b/b;
new-instance v1, Lp/a/b/b/b;
invoke-direct {v1, v0}, Li/a/b/b/b;-><init>(Li/a/b/b/a;)V
invoke-direct {v1, v0}, Lp/a/b/b/b;-><init>(Lp/a/b/b/a;)V
iput-object v1, p0, Landroid/support/v4/media/MediaBrowserCompat$b;->mConnectionCallbackObj:Ljava/lang/Object;

View File

@ -262,7 +262,7 @@
const/4 v1, 0x0
invoke-static {v0, v1}, Landroid/support/v4/media/session/MediaSessionCompat$Token;->a(Ljava/lang/Object;Li/a/b/b/g/b;)Landroid/support/v4/media/session/MediaSessionCompat$Token;
invoke-static {v0, v1}, Landroid/support/v4/media/session/MediaSessionCompat$Token;->a(Ljava/lang/Object;Lp/a/b/b/g/b;)Landroid/support/v4/media/session/MediaSessionCompat$Token;
move-result-object v0

View File

@ -3,7 +3,7 @@
.source "MediaBrowserCompat.java"
# interfaces
.implements Li/a/b/b/c;
.implements Lp/a/b/b/c;
# annotations

View File

@ -3,7 +3,7 @@
.source "MediaBrowserCompat.java"
# interfaces
.implements Li/a/b/b/e;
.implements Lp/a/b/b/e;
# annotations

View File

@ -57,9 +57,9 @@
invoke-direct {v0, p0}, Landroid/support/v4/media/MediaBrowserCompat$j$b;-><init>(Landroid/support/v4/media/MediaBrowserCompat$j;)V
new-instance v1, Li/a/b/b/f;
new-instance v1, Lp/a/b/b/f;
invoke-direct {v1, v0}, Li/a/b/b/f;-><init>(Li/a/b/b/e;)V
invoke-direct {v1, v0}, Lp/a/b/b/f;-><init>(Lp/a/b/b/e;)V
goto :goto_0
@ -68,9 +68,9 @@
invoke-direct {v0, p0}, Landroid/support/v4/media/MediaBrowserCompat$j$a;-><init>(Landroid/support/v4/media/MediaBrowserCompat$j;)V
new-instance v1, Li/a/b/b/d;
new-instance v1, Lp/a/b/b/d;
invoke-direct {v1, v0}, Li/a/b/b/d;-><init>(Li/a/b/b/c;)V
invoke-direct {v1, v0}, Lp/a/b/b/d;-><init>(Lp/a/b/b/c;)V
:goto_0
return-void

View File

@ -76,11 +76,11 @@
move-result-object v2
invoke-static {v2}, Li/a/b/b/g/b$a;->a(Landroid/os/IBinder;)Li/a/b/b/g/b;
invoke-static {v2}, Lp/a/b/b/g/b$a;->a(Landroid/os/IBinder;)Lp/a/b/b/g/b;
move-result-object v2
invoke-virtual {v1, v2}, Landroid/support/v4/media/session/MediaSessionCompat$Token;->a(Li/a/b/b/g/b;)V
invoke-virtual {v1, v2}, Landroid/support/v4/media/session/MediaSessionCompat$Token;->a(Lp/a/b/b/g/b;)V
iget-object v1, p1, Landroid/support/v4/media/session/MediaControllerCompat$MediaControllerImplApi21;->e:Landroid/support/v4/media/session/MediaSessionCompat$Token;

View File

@ -112,7 +112,7 @@
iget-object p1, p0, Landroid/support/v4/media/session/MediaControllerCompat$MediaControllerImplApi21;->e:Landroid/support/v4/media/session/MediaSessionCompat$Token;
invoke-virtual {p1}, Landroid/support/v4/media/session/MediaSessionCompat$Token;->n()Li/a/b/b/g/b;
invoke-virtual {p1}, Landroid/support/v4/media/session/MediaSessionCompat$Token;->n()Lp/a/b/b/g/b;
move-result-object p1
@ -153,7 +153,7 @@
iget-object v0, p0, Landroid/support/v4/media/session/MediaControllerCompat$MediaControllerImplApi21;->e:Landroid/support/v4/media/session/MediaSessionCompat$Token;
invoke-virtual {v0}, Landroid/support/v4/media/session/MediaSessionCompat$Token;->n()Li/a/b/b/g/b;
invoke-virtual {v0}, Landroid/support/v4/media/session/MediaSessionCompat$Token;->n()Lp/a/b/b/g/b;
move-result-object v0
@ -189,21 +189,21 @@
invoke-virtual {v3, v1, v2}, Ljava/util/HashMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
iput-object v2, v1, Landroid/support/v4/media/session/MediaControllerCompat$a;->a:Li/a/b/b/g/a;
iput-object v2, v1, Landroid/support/v4/media/session/MediaControllerCompat$a;->a:Lp/a/b/b/g/a;
:try_start_0
iget-object v3, p0, Landroid/support/v4/media/session/MediaControllerCompat$MediaControllerImplApi21;->e:Landroid/support/v4/media/session/MediaSessionCompat$Token;
invoke-virtual {v3}, Landroid/support/v4/media/session/MediaSessionCompat$Token;->n()Li/a/b/b/g/b;
invoke-virtual {v3}, Landroid/support/v4/media/session/MediaSessionCompat$Token;->n()Lp/a/b/b/g/b;
move-result-object v3
:try_end_0
.catch Landroid/os/RemoteException; {:try_start_0 .. :try_end_0} :catch_0
check-cast v3, Li/a/b/b/g/b$a$a;
check-cast v3, Lp/a/b/b/g/b$a$a;
:try_start_1
invoke-virtual {v3, v2}, Li/a/b/b/g/b$a$a;->a(Li/a/b/b/g/a;)V
invoke-virtual {v3, v2}, Lp/a/b/b/g/b$a$a;->a(Lp/a/b/b/g/a;)V
:try_end_1
.catch Landroid/os/RemoteException; {:try_start_1 .. :try_end_1} :catch_0

View File

@ -3,7 +3,7 @@
.source "MediaControllerCompat.java"
# interfaces
.implements Li/a/b/b/g/c;
.implements Lp/a/b/b/g/c;
# annotations

View File

@ -1,5 +1,5 @@
.class public Landroid/support/v4/media/session/MediaControllerCompat$a$b;
.super Li/a/b/b/g/a$a;
.super Lp/a/b/b/g/a$a;
.source "MediaControllerCompat.java"
@ -30,7 +30,7 @@
.method public constructor <init>(Landroid/support/v4/media/session/MediaControllerCompat$a;)V
.locals 1
invoke-direct {p0}, Li/a/b/b/g/a$a;-><init>()V
invoke-direct {p0}, Lp/a/b/b/g/a$a;-><init>()V
new-instance v0, Ljava/lang/ref/WeakReference;

View File

@ -25,7 +25,7 @@
# instance fields
.field public a:Li/a/b/b/g/a;
.field public a:Lp/a/b/b/g/a;
# direct methods
@ -40,9 +40,9 @@
invoke-direct {v0, p0}, Landroid/support/v4/media/session/MediaControllerCompat$a$a;-><init>(Landroid/support/v4/media/session/MediaControllerCompat$a;)V
new-instance v1, Li/a/b/b/g/d;
new-instance v1, Lp/a/b/b/g/d;
invoke-direct {v1, v0}, Li/a/b/b/g/d;-><init>(Li/a/b/b/g/c;)V
invoke-direct {v1, v0}, Lp/a/b/b/g/d;-><init>(Lp/a/b/b/g/c;)V
return-void
.end method

View File

@ -50,7 +50,7 @@
new-instance v1, Landroid/support/v4/media/session/MediaSessionCompat$Token;
invoke-direct {v1, p1, v0, v0}, Landroid/support/v4/media/session/MediaSessionCompat$Token;-><init>(Ljava/lang/Object;Li/a/b/b/g/b;Landroid/os/Bundle;)V
invoke-direct {v1, p1, v0, v0}, Landroid/support/v4/media/session/MediaSessionCompat$Token;-><init>(Ljava/lang/Object;Lp/a/b/b/g/b;Landroid/os/Bundle;)V
return-object v1
.end method

View File

@ -32,7 +32,7 @@
# instance fields
.field public final d:Ljava/lang/Object;
.field public e:Li/a/b/b/g/b;
.field public e:Lp/a/b/b/g/b;
# direct methods
@ -48,19 +48,19 @@
return-void
.end method
.method public constructor <init>(Ljava/lang/Object;Li/a/b/b/g/b;Landroid/os/Bundle;)V
.method public constructor <init>(Ljava/lang/Object;Lp/a/b/b/g/b;Landroid/os/Bundle;)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Landroid/support/v4/media/session/MediaSessionCompat$Token;->d:Ljava/lang/Object;
iput-object p2, p0, Landroid/support/v4/media/session/MediaSessionCompat$Token;->e:Li/a/b/b/g/b;
iput-object p2, p0, Landroid/support/v4/media/session/MediaSessionCompat$Token;->e:Lp/a/b/b/g/b;
return-void
.end method
.method public static a(Ljava/lang/Object;Li/a/b/b/g/b;)Landroid/support/v4/media/session/MediaSessionCompat$Token;
.method public static a(Ljava/lang/Object;Lp/a/b/b/g/b;)Landroid/support/v4/media/session/MediaSessionCompat$Token;
.locals 3
.annotation build Landroidx/annotation/RestrictTo;
value = {
@ -80,7 +80,7 @@
if-eqz v2, :cond_0
invoke-direct {v1, p0, p1, v0}, Landroid/support/v4/media/session/MediaSessionCompat$Token;-><init>(Ljava/lang/Object;Li/a/b/b/g/b;Landroid/os/Bundle;)V
invoke-direct {v1, p0, p1, v0}, Landroid/support/v4/media/session/MediaSessionCompat$Token;-><init>(Ljava/lang/Object;Lp/a/b/b/g/b;Landroid/os/Bundle;)V
return-object v1
@ -110,7 +110,7 @@
return-void
.end method
.method public a(Li/a/b/b/g/b;)V
.method public a(Lp/a/b/b/g/b;)V
.locals 0
.annotation build Landroidx/annotation/RestrictTo;
value = {
@ -118,7 +118,7 @@
}
.end annotation
iput-object p1, p0, Landroid/support/v4/media/session/MediaSessionCompat$Token;->e:Li/a/b/b/g/b;
iput-object p1, p0, Landroid/support/v4/media/session/MediaSessionCompat$Token;->e:Lp/a/b/b/g/b;
return-void
.end method
@ -202,7 +202,7 @@
return v0
.end method
.method public n()Li/a/b/b/g/b;
.method public n()Lp/a/b/b/g/b;
.locals 1
.annotation build Landroidx/annotation/RestrictTo;
value = {
@ -210,7 +210,7 @@
}
.end annotation
iget-object v0, p0, Landroid/support/v4/media/session/MediaSessionCompat$Token;->e:Li/a/b/b/g/b;
iget-object v0, p0, Landroid/support/v4/media/session/MediaSessionCompat$Token;->e:Lp/a/b/b/g/b;
return-object v0
.end method

View File

@ -1,5 +1,5 @@
.class public Landroid/support/v4/os/ResultReceiver$b;
.super Li/a/b/c/a$a;
.super Lp/a/b/c/a$a;
.source "ResultReceiver.java"
@ -24,7 +24,7 @@
iput-object p1, p0, Landroid/support/v4/os/ResultReceiver$b;->a:Landroid/support/v4/os/ResultReceiver;
invoke-direct {p0}, Li/a/b/c/a$a;-><init>()V
invoke-direct {p0}, Lp/a/b/c/a$a;-><init>()V
return-void
.end method

View File

@ -44,7 +44,7 @@
.field public final e:Landroid/os/Handler;
.field public f:Li/a/b/c/a;
.field public f:Lp/a/b/c/a;
# direct methods
@ -77,11 +77,11 @@
move-result-object p1
invoke-static {p1}, Li/a/b/c/a$a;->a(Landroid/os/IBinder;)Li/a/b/c/a;
invoke-static {p1}, Lp/a/b/c/a$a;->a(Landroid/os/IBinder;)Lp/a/b/c/a;
move-result-object p1
iput-object p1, p0, Landroid/support/v4/os/ResultReceiver;->f:Li/a/b/c/a;
iput-object p1, p0, Landroid/support/v4/os/ResultReceiver;->f:Lp/a/b/c/a;
return-void
.end method
@ -120,12 +120,12 @@
return-void
:cond_1
iget-object v0, p0, Landroid/support/v4/os/ResultReceiver;->f:Li/a/b/c/a;
iget-object v0, p0, Landroid/support/v4/os/ResultReceiver;->f:Lp/a/b/c/a;
if-eqz v0, :cond_2
:try_start_0
invoke-interface {v0, p1, p2}, Li/a/b/c/a;->a(ILandroid/os/Bundle;)V
invoke-interface {v0, p1, p2}, Lp/a/b/c/a;->a(ILandroid/os/Bundle;)V
:try_end_0
.catch Landroid/os/RemoteException; {:try_start_0 .. :try_end_0} :catch_0
@ -148,7 +148,7 @@
monitor-enter p0
:try_start_0
iget-object p2, p0, Landroid/support/v4/os/ResultReceiver;->f:Li/a/b/c/a;
iget-object p2, p0, Landroid/support/v4/os/ResultReceiver;->f:Lp/a/b/c/a;
if-nez p2, :cond_0
@ -156,10 +156,10 @@
invoke-direct {p2, p0}, Landroid/support/v4/os/ResultReceiver$b;-><init>(Landroid/support/v4/os/ResultReceiver;)V
iput-object p2, p0, Landroid/support/v4/os/ResultReceiver;->f:Li/a/b/c/a;
iput-object p2, p0, Landroid/support/v4/os/ResultReceiver;->f:Lp/a/b/c/a;
:cond_0
iget-object p2, p0, Landroid/support/v4/os/ResultReceiver;->f:Li/a/b/c/a;
iget-object p2, p0, Landroid/support/v4/os/ResultReceiver;->f:Lp/a/b/c/a;
invoke-interface {p2}, Landroid/os/IInterface;->asBinder()Landroid/os/IBinder;

View File

@ -17,27 +17,27 @@
# static fields
.field public static final alpha:I = 0x7f040034
.field public static final font:I = 0x7f040170
.field public static final font:I = 0x7f040172
.field public static final fontProviderAuthority:I = 0x7f040172
.field public static final fontProviderAuthority:I = 0x7f040174
.field public static final fontProviderCerts:I = 0x7f040173
.field public static final fontProviderCerts:I = 0x7f040175
.field public static final fontProviderFetchStrategy:I = 0x7f040174
.field public static final fontProviderFetchStrategy:I = 0x7f040176
.field public static final fontProviderFetchTimeout:I = 0x7f040175
.field public static final fontProviderFetchTimeout:I = 0x7f040177
.field public static final fontProviderPackage:I = 0x7f040176
.field public static final fontProviderPackage:I = 0x7f040178
.field public static final fontProviderQuery:I = 0x7f040177
.field public static final fontProviderQuery:I = 0x7f040179
.field public static final fontStyle:I = 0x7f040178
.field public static final fontStyle:I = 0x7f04017a
.field public static final fontVariationSettings:I = 0x7f040179
.field public static final fontVariationSettings:I = 0x7f04017b
.field public static final fontWeight:I = 0x7f04017a
.field public static final fontWeight:I = 0x7f04017c
.field public static final ttcIndex:I = 0x7f040438
.field public static final ttcIndex:I = 0x7f04043b
# direct methods

View File

@ -15,13 +15,13 @@
# static fields
.field public static final notification_action_color_filter:I = 0x7f0600b1
.field public static final notification_action_color_filter:I = 0x7f0600b2
.field public static final notification_icon_bg_color:I = 0x7f0600b2
.field public static final notification_icon_bg_color:I = 0x7f0600b3
.field public static final ripple_material_light:I = 0x7f0600fb
.field public static final ripple_material_light:I = 0x7f0600fc
.field public static final secondary_text_default_material_light:I = 0x7f0600fd
.field public static final secondary_text_default_material_light:I = 0x7f0600fe
# direct methods

View File

@ -15,29 +15,29 @@
# static fields
.field public static final notification_action_background:I = 0x7f08048b
.field public static final notification_action_background:I = 0x7f080496
.field public static final notification_bg:I = 0x7f08048c
.field public static final notification_bg:I = 0x7f080497
.field public static final notification_bg_low:I = 0x7f08048d
.field public static final notification_bg_low:I = 0x7f080498
.field public static final notification_bg_low_normal:I = 0x7f08048e
.field public static final notification_bg_low_normal:I = 0x7f080499
.field public static final notification_bg_low_pressed:I = 0x7f08048f
.field public static final notification_bg_low_pressed:I = 0x7f08049a
.field public static final notification_bg_normal:I = 0x7f080490
.field public static final notification_bg_normal:I = 0x7f08049b
.field public static final notification_bg_normal_pressed:I = 0x7f080491
.field public static final notification_bg_normal_pressed:I = 0x7f08049c
.field public static final notification_icon_background:I = 0x7f080492
.field public static final notification_icon_background:I = 0x7f08049d
.field public static final notification_template_icon_bg:I = 0x7f080493
.field public static final notification_template_icon_bg:I = 0x7f08049e
.field public static final notification_template_icon_low_bg:I = 0x7f080494
.field public static final notification_template_icon_low_bg:I = 0x7f08049f
.field public static final notification_tile_bg:I = 0x7f080495
.field public static final notification_tile_bg:I = 0x7f0804a0
.field public static final notify_panel_notification_icon_bg:I = 0x7f080496
.field public static final notify_panel_notification_icon_bg:I = 0x7f0804a1
# direct methods

Some files were not shown because too many files have changed in this diff Show More