Changes of com.discord v1181
This commit is contained in:
parent
f52990c3c2
commit
5a8adcbf82
29917 changed files with 1840412 additions and 1765629 deletions
5
com.discord/res/drawable/bg_changelog_special_header.xml
Normal file
5
com.discord/res/drawable/bg_changelog_special_header.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:startColor="#ff7196ff" android:endColor="#ff2a5ee8" android:angle="90.0" android:type="linear" android:centerColor="#ff3466eb" />
|
||||
</shape>
|
|
@ -1,6 +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" />
|
||||
<solid android:color="@color/black_alpha_30" />
|
||||
<corners android:radius="8.0dip" />
|
||||
</shape>
|
BIN
com.discord/res/drawable/changelog_special_back.png
Normal file
BIN
com.discord/res/drawable/changelog_special_back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
com.discord/res/drawable/changelog_special_close.png
Normal file
BIN
com.discord/res/drawable/changelog_special_close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
com.discord/res/drawable/changelog_special_cta_art.png
Normal file
BIN
com.discord/res/drawable/changelog_special_cta_art.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
BIN
com.discord/res/drawable/changelog_special_header_art.png
Normal file
BIN
com.discord/res/drawable/changelog_special_header_art.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 191 KiB |
7
com.discord/res/drawable/cpv_btn_background.xml
Normal file
7
com.discord/res/drawable/cpv_btn_background.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_focused="true" android:state_pressed="false" android:drawable="@drawable/cpv_btn_background_pressed" />
|
||||
<item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/cpv_btn_background_pressed" />
|
||||
<item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/cpv_btn_background_pressed" />
|
||||
</selector>
|
10
com.discord/res/drawable/cpv_btn_background_pressed.xml
Normal file
10
com.discord/res/drawable/cpv_btn_background_pressed.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:top="6.0dip" android:bottom="6.0dip" android:alpha="0.1">
|
||||
<shape>
|
||||
<solid android:color="#20666666" />
|
||||
<corners android:radius="3.0dip" />
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
|
@ -0,0 +1,5 @@
|
|||
<?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="#ff000000" android:pathData="M22,12l-4,-4v3H3v2h15v3z" />
|
||||
</vector>
|
5
com.discord/res/drawable/cpv_preset_checked.xml
Normal file
5
com.discord/res/drawable/cpv_preset_checked.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ffffffff" android:pathData="M9,16.17L4.83,12l-1.42,1.41L9,19 21,7l-1.41,-1.41z" />
|
||||
</vector>
|
5
com.discord/res/drawable/design_ic_visibility.xml
Normal file
5
com.discord/res/drawable/design_ic_visibility.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?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="@android:color/white" android:pathData="@string/path_password_eye" />
|
||||
</vector>
|
5
com.discord/res/drawable/design_ic_visibility_off.xml
Normal file
5
com.discord/res/drawable/design_ic_visibility_off.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?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="@android:color/white" android:pathData="M12,7c2.76,0 5,2.24 5,5 0,0.65 -0.13,1.26 -0.36,1.83l2.92,2.92c1.51,-1.26 2.7,-2.89 3.43,-4.75 -1.73,-4.39 -6,-7.5 -11,-7.5 -1.4,0 -2.74,0.25 -3.98,0.7l2.16,2.16C10.74,7.13 11.35,7 12,7zM2,4.27l2.28,2.28 0.46,0.46C3.08,8.3 1.78,10.02 1,12c1.73,4.39 6,7.5 11,7.5 1.55,0 3.03,-0.3 4.38,-0.84l0.42,0.42L19.73,22 21,20.73 3.27,3 2,4.27zM7.53,9.8l1.55,1.55c-0.05,0.21 -0.08,0.43 -0.08,0.65 0,1.66 1.34,3 3,3 0.22,0 0.44,-0.03 0.65,-0.08l1.55,1.55c-0.67,0.33 -1.41,0.53 -2.2,0.53 -2.76,0 -5,-2.24 -5,-5 0,-0.79 0.2,-1.53 0.53,-2.2zM11.84,9.02l3.15,3.15 0.02,-0.16c0,-1.66 -1.34,-3 -3,-3l-0.17,0.01z" />
|
||||
</vector>
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<animated-selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true" android:id="@id/visible" android:drawable="@drawable/design_ic_visibility" />
|
||||
<item android:id="@id/masked" android:drawable="@drawable/design_ic_visibility_off" />
|
||||
<transition android:drawable="@drawable/avd_show_password" android:toId="@id/visible" android:fromId="@id/masked" />
|
||||
<transition android:drawable="@drawable/avd_hide_password" android:toId="@id/masked" android:fromId="@id/visible" />
|
||||
<item android:state_checked="true" android:id="@id/visible" android:drawable="@drawable/design_ic_visibility_off" />
|
||||
<item android:id="@id/masked" android:drawable="@drawable/design_ic_visibility" />
|
||||
<transition android:drawable="@drawable/avd_hide_password" android:toId="@id/visible" android:fromId="@id/masked" />
|
||||
<transition android:drawable="@drawable/avd_show_password" android:toId="@id/masked" android:fromId="@id/visible" />
|
||||
</animated-selector>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white" />
|
||||
<corners android:radius="2.0dip" />
|
||||
<corners android:radius="8.0dip" />
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:startColor="#ff738ef5" android:endColor="#ffb3aeff" android:type="linear" />
|
||||
<gradient android:startColor="#ff738ef5" android:endColor="#ffb3aeff" android:angle="0.0" android:type="linear" />
|
||||
<corners android:topLeftRadius="4.0dip" android:topRightRadius="4.0dip" />
|
||||
</shape>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:startColor="#ffb473f5" android:endColor="#ffe292aa" android:type="linear" />
|
||||
<gradient android:startColor="#ffb473f5" android:endColor="#ffe292aa" android:angle="0.0" android:type="linear" />
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:startColor="#ffb473f5" android:endColor="#ffe292aa" android:type="linear" />
|
||||
<gradient android:startColor="#ffb473f5" android:endColor="#ffe292aa" android:angle="0.0" android:type="linear" />
|
||||
<corners android:topLeftRadius="4.0dip" android:topRightRadius="4.0dip" />
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:startColor="#ff3e70dd" android:endColor="#ffb377f3" android:type="linear" />
|
||||
<gradient android:startColor="#ff3e70dd" android:endColor="#ffb377f3" android:angle="0.0" android:type="linear" />
|
||||
<corners android:radius="4.0dip" />
|
||||
</shape>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/primary_900_alpha_30" />
|
||||
</shape>
|
|
@ -2,6 +2,6 @@
|
|||
<rotate android:fromDegrees="270.0" android:toDegrees="270.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<shape android:shape="ring" android:innerRadiusRatio="2.3" android:useLevel="true" android:thickness="4.0dip">
|
||||
<gradient android:startColor="#ffb473f5" android:endColor="#ffe292aa" android:type="linear" />
|
||||
<gradient android:startColor="#ffb473f5" android:endColor="#ffe292aa" android:angle="0.0" android:type="linear" />
|
||||
</shape>
|
||||
</rotate>
|
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="oval"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<stroke android:width="2.0dip" android:color="@color/status_green_500" />
|
||||
<solid android:color="@color/primary_700" />
|
||||
</shape>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?colorBackgroundSecondary" />
|
||||
<stroke android:width="1.0dip" android:color="?colorBackgroundTertiary" />
|
||||
<corners android:radius="4.0dip" />
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:topLeftRadius="12.0dip" android:topRightRadius="12.0dip" android:bottomLeftRadius="40.0dip" android:bottomRightRadius="40.0dip" />
|
||||
<corners android:topLeftRadius="@dimen/folder_border_radius_decorator" android:topRightRadius="@dimen/folder_border_radius_decorator" android:bottomLeftRadius="40.0dip" android:bottomRightRadius="40.0dip" />
|
||||
<solid android:color="@color/primary_600" />
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:topLeftRadius="12.0dip" android:topRightRadius="12.0dip" android:bottomLeftRadius="40.0dip" android:bottomRightRadius="40.0dip" />
|
||||
<corners android:topLeftRadius="@dimen/folder_border_radius_decorator" android:topRightRadius="@dimen/folder_border_radius_decorator" android:bottomLeftRadius="40.0dip" android:bottomRightRadius="40.0dip" />
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
|
@ -11,7 +11,7 @@
|
|||
<clip>
|
||||
<shape>
|
||||
<corners android:radius="4.0dip" />
|
||||
<gradient android:startColor="@color/brand_300" android:endColor="@color/brand_500" />
|
||||
<gradient android:startColor="@color/brand_300" android:endColor="@color/brand_500" android:angle="0.0" />
|
||||
</shape>
|
||||
</clip>
|
||||
</item>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<clip>
|
||||
<shape>
|
||||
<corners android:radius="4.0dip" />
|
||||
<gradient android:startColor="@color/brand_300" android:endColor="@color/brand_500" />
|
||||
<gradient android:startColor="@color/brand_300" android:endColor="@color/brand_500" android:angle="0.0" />
|
||||
</shape>
|
||||
</clip>
|
||||
</item>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="12.0dip" />
|
||||
<corners android:radius="@dimen/folder_border_radius" />
|
||||
<solid android:color="@color/brand_500" />
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="12.0dip" />
|
||||
<corners android:radius="@dimen/folder_border_radius" />
|
||||
<solid android:color="@color/primary_600" />
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="12.0dip" />
|
||||
<solid android:color="@color/primary_light_500_alpha_20" />
|
||||
<corners android:radius="@dimen/folder_border_radius" />
|
||||
<solid android:color="@color/primary_light_500_alpha_30" />
|
||||
</shape>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="12.0dip" />
|
||||
<corners android:radius="@dimen/folder_border_radius" />
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="12.0dip" />
|
||||
<corners android:radius="@dimen/folder_border_radius" />
|
||||
<solid android:color="@color/white" />
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="12.0dip" />
|
||||
<solid android:color="@color/white_alpha_20" />
|
||||
<corners android:radius="@dimen/folder_border_radius" />
|
||||
<solid android:color="@color/white_alpha_30" />
|
||||
</shape>
|
|
@ -4,7 +4,7 @@
|
|||
<item>
|
||||
<shape android:shape="oval">
|
||||
<size android:height="24.0dip" android:width="24.0dip" />
|
||||
<gradient android:startColor="#ff000000" android:endColor="#0a000000" android:type="radial" android:gradientRadius="50.0%" />
|
||||
<gradient android:startColor="#ff000000" android:endColor="#0a000000" android:angle="0.0" android:type="radial" android:gradientRadius="50.0%" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:left="1.5dip" android:top="1.5dip" android:right="1.5dip" android:bottom="1.5dip">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<item>
|
||||
<shape android:shape="oval">
|
||||
<size android:height="24.0dip" android:width="24.0dip" />
|
||||
<gradient android:startColor="#ff000000" android:endColor="#0a000000" android:type="radial" android:gradientRadius="50.0%" />
|
||||
<gradient android:startColor="#ff000000" android:endColor="#0a000000" android:angle="0.0" android:type="radial" android:gradientRadius="50.0%" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:left="1.5dip" android:top="1.5dip" android:right="1.5dip" android:bottom="1.5dip">
|
||||
|
|
75
com.discord/res/drawable/drawable_vc_empty.xml
Normal file
75
com.discord/res/drawable/drawable_vc_empty.xml
Normal file
|
@ -0,0 +1,75 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="147.0dip" android:width="220.0dip" android:viewportWidth="220.0" android:viewportHeight="147.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M155.57,128.311H80.582C45.119,128.311 16.153,99.468 16.153,64.155C16.153,28.843 45.119,0 80.582,0H155.57C191.034,0 220,28.843 220,64.155C220,99.468 191.034,128.311 155.57,128.311Z" android:strokeAlpha="0.3" android:fillAlpha="0.3" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M86.538,93.088C86.538,92.549 86.177,92.189 85.636,92.189H81.846C81.936,92.459 82.026,92.729 82.026,93.088V94.885H86.538V93.088Z" />
|
||||
<path android:fillColor="#ff72767d" android:pathData="M26.169,96.682H18.86C17.326,96.682 16.153,97.85 16.153,99.378V145.203H93.757V99.378C93.757,97.85 92.584,96.682 91.05,96.682H81.124H33.569C33.027,96.682 32.666,96.323 32.666,95.784H27.071C27.071,96.233 26.71,96.682 26.169,96.682ZM24.274,140.71C22.289,140.71 20.664,139.093 20.664,137.116C20.664,135.139 22.289,133.522 24.274,133.522C26.259,133.522 27.883,135.139 27.883,137.116C27.883,139.093 26.35,140.71 24.274,140.71ZM34.2,137.116C34.2,135.139 35.825,133.522 37.81,133.522C39.795,133.522 41.419,135.139 41.419,137.116C41.419,139.093 39.795,140.71 37.81,140.71C35.825,140.71 34.2,139.093 34.2,137.116ZM58.203,115.461C57.933,115.551 57.662,115.731 57.391,115.821C57.301,115.911 57.121,115.911 57.03,115.911C56.669,115.911 56.399,115.731 56.218,115.372C56.038,114.922 56.218,114.383 56.669,114.204C56.94,114.024 57.211,113.934 57.482,113.844C57.933,113.664 58.474,113.844 58.655,114.293C58.925,114.743 58.655,115.282 58.203,115.461ZM66.686,139.812C62.715,139.812 59.467,136.577 59.467,132.623C59.467,128.939 62.264,125.974 65.783,125.525V123.638C65.783,123.099 66.144,122.74 66.686,122.74C67.227,122.74 67.588,123.099 67.588,123.638V125.525C71.107,125.974 73.905,129.029 73.905,132.623C73.905,136.577 70.746,139.812 66.686,139.812ZM62.084,113.125C61.993,112.676 62.264,112.137 62.806,112.047C63.076,111.957 63.437,111.957 63.708,111.867C64.159,111.778 64.701,112.137 64.701,112.586C64.791,113.035 64.43,113.575 63.979,113.575C63.708,113.575 63.437,113.664 63.167,113.754C63.076,113.754 63.076,113.754 62.986,113.754C62.535,113.844 62.174,113.575 62.084,113.125ZM74.536,114.114C74.717,113.664 75.258,113.485 75.71,113.664C75.98,113.754 76.251,113.934 76.522,114.024C76.973,114.204 77.153,114.743 76.973,115.192C76.793,115.551 76.522,115.731 76.161,115.731C76.071,115.731 75.89,115.731 75.8,115.641C75.529,115.551 75.258,115.372 74.988,115.282C74.536,115.102 74.356,114.563 74.536,114.114ZM80.131,117.079C80.402,116.63 80.943,116.54 81.395,116.899C81.665,117.079 81.936,117.259 82.117,117.438C82.477,117.708 82.568,118.337 82.297,118.696C82.117,118.966 81.846,119.056 81.575,119.056C81.395,119.056 81.214,118.966 81.034,118.876C80.763,118.696 80.582,118.517 80.312,118.337C79.86,118.067 79.77,117.528 80.131,117.079ZM70.205,113.844C70.115,113.844 70.115,113.844 70.025,113.844C69.754,113.754 69.483,113.754 69.213,113.754C68.761,113.664 68.4,113.215 68.4,112.766C68.491,112.317 68.942,111.957 69.393,111.957C69.664,111.957 70.025,112.047 70.295,112.137C70.746,112.227 71.107,112.676 71.017,113.215C71.017,113.485 70.656,113.844 70.205,113.844ZM82.929,140.71C80.943,140.71 79.319,139.093 79.319,137.116C79.319,135.139 80.943,133.522 82.929,133.522C84.914,133.522 86.538,135.139 86.538,137.116C86.538,139.093 85.004,140.71 82.929,140.71ZM45.931,102.073C45.931,101.534 46.292,101.175 46.833,101.175H86.538C87.08,101.175 87.44,101.534 87.44,102.073V129.928C87.44,130.467 87.08,130.826 86.538,130.826H76.973C76.432,130.826 76.071,130.467 76.071,129.928C76.071,129.389 76.432,129.029 76.973,129.029H85.726V115.192C80.853,110.43 74.176,107.465 66.776,107.465C59.376,107.465 52.699,110.43 47.826,115.192V129.029H56.579C57.121,129.029 57.482,129.389 57.482,129.928C57.482,130.467 57.121,130.826 56.579,130.826H46.833C46.292,130.826 45.931,130.467 45.931,129.928V102.073ZM52.97,118.516C52.699,118.696 52.519,118.876 52.248,119.056C52.067,119.145 51.887,119.235 51.706,119.235C51.436,119.235 51.165,119.145 50.984,118.876C50.714,118.517 50.804,117.888 51.165,117.618C51.436,117.438 51.616,117.259 51.887,117.079C52.248,116.809 52.879,116.899 53.15,117.259C53.421,117.708 53.331,118.247 52.97,118.516ZM49.541,133.522C51.526,133.522 53.15,135.139 53.15,137.116C53.15,139.093 51.526,140.71 49.541,140.71C47.555,140.71 45.931,139.093 45.931,137.116C45.931,135.139 47.555,133.522 49.541,133.522ZM40.517,101.175C41.058,101.175 41.419,101.534 41.419,102.073V129.928C41.419,130.467 41.058,130.826 40.517,130.826H21.567C21.025,130.826 20.664,130.467 20.664,129.928V102.073C20.664,101.534 21.025,101.175 21.567,101.175H40.517Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M47.736,102.972V115.192C52.609,110.43 59.286,107.465 66.686,107.465C74.085,107.465 80.763,110.43 85.636,115.192V102.972H47.736Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M25.537,111.598L22.469,108.633V114.653L25.537,111.598Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M26.736,121.458L23.737,124.444L26.736,127.43L29.735,124.444L26.736,121.458Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M25.537,120.134L22.469,117.169V123.189L25.537,120.134Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M22.469,106.117L25.537,103.062L25.357,102.972H22.469V106.117Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M25.537,128.67L22.469,125.705V129.029H25.176L25.537,128.67Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M36.637,111.598L39.614,114.653V108.633L36.637,111.598Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M35.308,104.386L32.309,107.372L35.308,110.358L38.307,107.372L35.308,104.386Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M26.736,104.386L23.737,107.372L26.736,110.358L29.735,107.372L26.736,104.386Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M31.086,108.654L28.087,111.64L31.086,114.626L34.085,111.64L31.086,108.654Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M36.637,103.062L39.614,106.117V102.972H36.817L36.637,103.062Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M36.637,120.134L39.614,123.189V117.169L36.637,120.134Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M39.614,125.705L36.637,128.67L36.907,129.029H39.614V125.705Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M28.064,103.062L31.042,106.117L34.11,103.062L33.929,102.972H28.244L28.064,103.062Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M31.086,117.19L28.087,120.176L31.086,123.162L34.085,120.176L31.086,117.19Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M34.11,128.67L31.042,125.705L28.064,128.67L28.335,129.029H33.749L34.11,128.67Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M26.736,112.922L23.737,115.908L26.736,118.894L29.735,115.908L26.736,112.922Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M35.308,112.922L32.309,115.908L35.308,118.894L38.307,115.908L35.308,112.922Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M35.308,121.458L32.309,124.444L35.308,127.43L38.307,124.444L35.308,121.458Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M80.222,94.885V93.088C80.222,92.549 79.861,92.189 79.319,92.189H70.295C69.754,92.189 69.393,92.549 69.393,93.088V94.885H75.71H80.222Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M72.1,132.623C72.1,129.928 70.115,127.771 67.588,127.322V129.748C67.588,130.287 67.227,130.647 66.686,130.647C66.144,130.647 65.783,130.287 65.783,129.748V127.322C63.257,127.771 61.271,129.928 61.271,132.623C61.271,135.589 63.708,138.015 66.686,138.015C69.664,138.015 72.1,135.589 72.1,132.623Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M24.274,138.913C25.271,138.913 26.079,138.109 26.079,137.116C26.079,136.124 25.271,135.319 24.274,135.319C23.277,135.319 22.469,136.124 22.469,137.116C22.469,138.109 23.277,138.913 24.274,138.913Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M37.81,138.913C38.806,138.913 39.614,138.109 39.614,137.116C39.614,136.124 38.806,135.319 37.81,135.319C36.813,135.319 36.005,136.124 36.005,137.116C36.005,138.109 36.813,138.913 37.81,138.913Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M49.541,138.913C50.537,138.913 51.345,138.109 51.345,137.116C51.345,136.124 50.537,135.319 49.541,135.319C48.544,135.319 47.736,136.124 47.736,137.116C47.736,138.109 48.544,138.913 49.541,138.913Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M82.928,138.913C83.925,138.913 84.733,138.109 84.733,137.116C84.733,136.124 83.925,135.319 82.928,135.319C81.932,135.319 81.124,136.124 81.124,137.116C81.124,138.109 81.932,138.913 82.928,138.913Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M132.469,82.755H128.86V86.798H132.469V82.755Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M123.445,82.755H119.836V86.798H123.445V82.755Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M106.3,102.792C105.759,102.792 105.398,102.433 105.398,101.894V92.189H103.773C103.232,92.189 102.871,92.549 102.871,93.088V111.957C102.871,112.496 103.232,112.856 103.773,112.856H105.308V107.824C105.308,107.285 105.668,106.925 106.21,106.925V102.792H106.3Z" />
|
||||
<path android:fillColor="#ff72767d" android:pathData="M137.884,91.291C137.884,89.763 136.71,88.595 135.176,88.595H109.91C108.376,88.595 107.203,89.763 107.203,91.291V101.894C107.203,102.433 106.842,102.792 106.3,102.792V106.836C106.842,106.836 107.203,107.195 107.203,107.734V132.534H123.536C124.077,132.534 124.438,132.893 124.438,133.432C124.438,133.432 124.438,133.432 124.438,133.522H126.694C126.694,133.522 126.694,133.522 126.694,133.432C126.694,132.893 127.055,132.534 127.596,132.534H128.77C129.311,132.534 129.672,132.893 129.672,133.432C129.672,133.432 129.672,133.432 129.672,133.522H131.567C131.567,133.522 131.567,133.522 131.567,133.432C131.567,132.893 131.928,132.534 132.469,132.534H137.884V91.291ZM111.805,104.769H112.076C112.256,103.781 112.527,102.882 112.797,101.983C112.527,101.804 112.346,101.534 112.346,101.175C112.346,100.636 112.707,100.276 113.249,100.276H113.519C114.151,99.108 114.873,98.03 115.685,97.131C115.595,97.042 115.595,96.862 115.595,96.682C115.595,96.143 115.956,95.784 116.497,95.784H117.219C118.843,94.616 120.648,93.897 122.633,93.897C124.619,93.897 126.423,94.616 128.048,95.784H128.86C129.401,95.784 129.762,96.143 129.762,96.682C129.762,96.862 129.672,97.042 129.582,97.131C130.394,98.03 131.116,99.108 131.747,100.276H132.108C132.65,100.276 133.011,100.636 133.011,101.175C133.011,101.534 132.83,101.804 132.469,101.983C132.83,102.882 133.011,103.781 133.191,104.769H133.462C134.003,104.769 134.364,105.128 134.364,105.667C134.364,106.207 134.003,106.566 133.462,106.566H133.372C133.372,107.015 133.462,107.465 133.462,107.824C133.462,108.273 133.462,108.722 133.372,109.262H133.462C134.003,109.262 134.364,109.621 134.364,110.16C134.364,110.699 134.003,111.059 133.462,111.059H133.191C133.011,112.047 132.74,112.946 132.469,113.844C132.74,114.024 133.011,114.293 133.011,114.653C133.011,115.192 132.65,115.551 132.108,115.551H131.747C131.116,116.719 130.394,117.708 129.582,118.606C129.672,118.786 129.762,118.966 129.762,119.145C129.762,119.685 129.401,120.044 128.86,120.044H127.957C126.423,121.122 124.619,121.751 122.724,121.751C120.829,121.751 119.024,121.122 117.49,120.044H116.587C116.046,120.044 115.685,119.685 115.685,119.145C115.685,118.966 115.775,118.786 115.866,118.606C115.053,117.708 114.331,116.719 113.7,115.551H113.339C112.797,115.551 112.436,115.192 112.436,114.653C112.436,114.293 112.617,114.024 112.978,113.844C112.617,112.946 112.346,112.047 112.256,111.059H111.985C111.444,111.059 111.083,110.699 111.083,110.16C111.083,109.621 111.444,109.262 111.985,109.262C111.985,108.812 111.895,108.363 111.895,107.824C111.895,107.375 111.895,106.925 111.985,106.566C111.444,106.566 111.083,106.207 111.083,105.667C111.083,105.128 111.263,104.769 111.805,104.769Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M115.685,118.606C115.865,118.337 116.136,118.247 116.407,118.247H128.679C128.95,118.247 129.221,118.427 129.401,118.606C130.213,117.708 130.935,116.719 131.567,115.551H113.519C114.151,116.719 114.873,117.708 115.685,118.606Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M122.543,121.751C124.438,121.751 126.243,121.122 127.777,120.044H117.309C118.934,121.122 120.648,121.751 122.543,121.751Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M132.379,101.983C132.289,102.073 132.108,102.073 132.018,102.073H113.249C113.068,102.073 112.978,101.983 112.797,101.983C112.436,102.882 112.256,103.781 112.075,104.769H133.191C132.92,103.781 132.74,102.882 132.379,101.983Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M122.543,93.897C120.558,93.897 118.753,94.616 117.129,95.784H127.867C126.333,94.616 124.528,93.897 122.543,93.897Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M129.491,97.131C129.311,97.401 129.04,97.581 128.769,97.581H116.497C116.136,97.581 115.865,97.401 115.685,97.131C114.873,98.03 114.061,99.108 113.519,100.276H131.657C131.025,99.108 130.304,98.03 129.491,97.131Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M111.715,107.824C111.715,108.273 111.715,108.722 111.805,109.262H133.372C133.372,108.812 133.462,108.363 133.462,107.824C133.462,107.375 133.462,106.925 133.372,106.566H111.805C111.805,107.015 111.715,107.375 111.715,107.824Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M112.075,111.059C112.256,112.047 112.527,112.946 112.797,113.844C112.888,113.754 113.068,113.754 113.158,113.754H131.928C132.018,113.754 132.198,113.754 132.289,113.844C132.65,112.946 132.83,112.047 133.011,111.059H112.075Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M128.77,134.421H127.596C127.145,134.421 126.694,134.061 126.694,133.612H124.438C124.438,134.061 123.987,134.421 123.536,134.421H106.03C105.488,134.421 105.127,134.78 105.127,135.319V137.116H140.139V135.319C140.139,134.78 139.779,134.421 139.237,134.421H132.469C132.018,134.421 131.567,134.061 131.567,133.612H129.672C129.582,134.061 129.221,134.421 128.77,134.421Z" />
|
||||
<path android:fillColor="#ff4f545c" android:pathData="M140.049,138.913H105.037V145.203H140.049V138.913Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M113.79,76.375H117.399C118.392,76.375 119.204,77.184 119.204,78.172V81.946C119.385,81.856 119.565,81.856 119.746,81.856H121.009V78.172C121.009,77.184 121.821,76.375 122.814,76.375H130.484C130.755,76.375 131.025,76.196 131.206,76.016C131.386,75.836 131.386,75.477 131.296,75.207L117.309,31.628C117.219,31.269 116.858,30.999 116.407,30.999C115.956,30.999 115.685,31.269 115.504,31.628L101.518,75.207C101.427,75.477 101.518,75.746 101.608,76.016C101.698,76.285 102.059,76.375 102.33,76.375H107.203C107.744,76.375 108.105,76.016 108.105,75.477C108.105,74.938 107.744,74.578 107.203,74.578C105.398,74.578 104.135,72.871 104.676,71.164L115.504,37.559C115.775,36.75 116.948,36.75 117.219,37.559L128.048,71.164C128.589,72.871 127.326,74.578 125.521,74.578H113.7C113.609,74.578 113.429,74.578 113.339,74.668V76.285C113.609,76.285 113.7,76.375 113.79,76.375Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M101.066,94.166C78.687,63.706 78.055,40.614 78.236,36.121C99.622,35.312 113.339,20.487 116.587,16.623C119.836,20.487 133.552,35.312 154.938,36.121C155.028,39.446 154.758,53.103 145.373,72.332C145.193,72.781 145.373,73.32 145.824,73.5C145.914,73.59 146.095,73.59 146.185,73.59C146.546,73.59 146.817,73.41 146.997,73.051C158.006,50.498 156.743,35.672 156.653,35.133C156.653,34.683 156.202,34.324 155.75,34.324C131.657,33.875 117.399,14.826 117.309,14.646L117.219,14.556L117.129,14.466C117.038,14.466 117.038,14.377 116.948,14.377C116.858,14.377 116.858,14.377 116.768,14.287C116.677,14.287 116.677,14.287 116.587,14.287C116.497,14.287 116.497,14.287 116.407,14.287C116.316,14.287 116.316,14.287 116.226,14.377C116.136,14.377 116.136,14.377 116.046,14.466L115.955,14.556L115.865,14.646C115.685,14.826 101.517,33.875 77.424,34.324C76.973,34.324 76.612,34.683 76.521,35.133C76.521,35.492 75.709,44.118 80.221,58.225C83.109,67.39 88.704,80.149 99.532,94.795H101.247V94.166H101.066Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M142.395,77.993C141.944,78.712 141.583,79.52 141.132,80.239C140.861,80.688 141.042,81.227 141.493,81.497C141.674,81.587 141.764,81.587 141.944,81.587C142.215,81.587 142.576,81.407 142.756,81.137C143.208,80.329 143.659,79.61 144.02,78.891C144.29,78.442 144.11,77.903 143.659,77.633C143.208,77.364 142.666,77.543 142.395,77.993Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M172.805,110.699L165.947,105.308C165.496,104.949 165.226,104.41 165.226,103.87V8.985C165.226,7.458 164.052,6.29 162.518,6.29H70.476C68.942,6.29 67.769,7.458 67.769,8.985V13.748C67.769,14.377 67.408,15.005 66.866,15.275L60.189,19.139C59.737,19.408 59.647,19.947 59.828,20.397L63.437,26.597C63.618,26.866 63.888,27.046 64.249,27.046C64.43,27.046 64.52,27.046 64.701,26.956L66.415,25.968C67.047,25.608 67.769,26.058 67.769,26.776V85.001C67.769,85.54 68.13,85.9 68.671,85.9C69.212,85.9 69.573,85.54 69.573,85.001V25.159C69.573,24.53 69.934,23.901 70.476,23.631L77.153,19.768C77.604,19.498 77.695,18.959 77.514,18.51L73.905,12.31C73.634,11.861 73.093,11.771 72.641,11.95L70.927,12.939C70.295,13.298 69.573,12.849 69.573,12.13V10.782C69.573,9.255 70.746,8.087 72.281,8.087H160.714C162.248,8.087 163.421,9.255 163.421,10.782V102.163C163.421,102.882 162.609,103.331 161.977,102.882L161.075,102.253C160.714,101.983 160.082,102.073 159.811,102.433L155.57,108.273C155.39,108.453 155.39,108.722 155.39,108.902C155.39,109.172 155.57,109.351 155.751,109.531L162.699,114.563C163.15,114.922 163.421,115.461 163.421,116.001C163.421,116.899 163.421,118.247 163.421,119.505C163.421,121.032 162.248,122.2 160.714,122.2H139.598V123.998H162.518C164.052,123.998 165.226,122.829 165.226,121.302V118.157C165.226,117.438 166.038,116.989 166.669,117.438L167.481,117.977C167.662,118.067 167.842,118.157 168.023,118.157C168.113,118.157 168.113,118.157 168.203,118.157C168.474,118.157 168.655,117.977 168.835,117.798L173.076,111.957C173.257,111.598 173.166,111.059 172.805,110.699ZM73.273,14.736L75.078,17.881C75.349,18.33 75.168,18.869 74.717,19.139L65.332,24.53C64.881,24.799 64.34,24.62 64.069,24.17L62.264,21.026C61.993,20.576 62.174,20.037 62.625,19.768L72.01,14.377C72.461,14.197 73.002,14.377 73.273,14.736ZM167.12,115.461L158.367,109.082C158.006,108.812 157.916,108.183 158.187,107.824L160.353,104.949C160.623,104.589 161.255,104.499 161.616,104.769L170.369,111.149C170.73,111.418 170.82,112.047 170.55,112.406L168.384,115.282C168.023,115.731 167.481,115.821 167.12,115.461Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M89.245,129.928V102.073C89.245,101.534 88.884,101.175 88.343,101.175H46.833C46.292,101.175 45.931,101.534 45.931,102.073V129.928C45.931,130.467 46.292,130.826 46.833,130.826H56.489C57.03,130.826 57.391,130.467 57.391,129.928C57.391,129.389 57.03,129.029 56.489,129.029H48.638C48.097,129.029 47.736,128.67 47.736,128.131V115.192V103.87C47.736,103.331 48.097,102.972 48.638,102.972H84.733C85.275,102.972 85.636,103.331 85.636,103.87V115.192V128.131C85.636,128.67 85.275,129.029 84.733,129.029H76.883C76.341,129.029 75.98,129.389 75.98,129.928C75.98,130.467 76.341,130.826 76.883,130.826H88.343C88.884,130.826 89.245,130.377 89.245,129.928Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M42.322,102.073C42.322,101.534 41.961,101.175 41.419,101.175H21.567C21.025,101.175 20.665,101.534 20.665,102.073V129.928C20.665,130.467 21.025,130.826 21.567,130.826H41.419C41.961,130.826 42.322,130.467 42.322,129.928V102.073ZM29.779,115.911L26.801,118.876L23.823,115.911L26.801,112.946L29.779,115.911ZM28.064,111.598L31.042,108.633L34.02,111.598L31.042,114.563L28.064,111.598ZM31.042,117.169L34.02,120.134L31.042,123.099L28.064,120.134L31.042,117.169ZM32.396,115.911L35.373,112.946L38.351,115.911L35.373,118.876L32.396,115.911ZM32.396,107.375L35.373,104.41L38.351,107.375L35.373,110.34L32.396,107.375ZM28.244,102.972H33.93L34.11,103.152L31.132,106.117L28.154,103.152L28.244,102.972ZM29.779,107.375L26.801,110.34L23.823,107.375L26.801,104.41L29.779,107.375ZM22.469,102.972H25.357L25.537,103.152L22.559,106.117V102.972H22.469ZM22.469,108.633L25.447,111.598L22.469,114.563V108.633ZM22.469,117.169L25.447,120.134L22.469,123.099V117.169ZM25.176,129.029H22.469V125.705L25.447,128.67L25.176,129.029ZM23.823,124.447L26.801,121.482L29.779,124.447L26.801,127.412L23.823,124.447ZM33.749,129.029H28.335L28.064,128.76L31.042,125.795L34.02,128.76L33.749,129.029ZM32.396,124.447L35.373,121.482L38.351,124.447L35.373,127.412L32.396,124.447ZM39.614,129.029H36.907L36.637,128.76L39.614,125.795V129.029ZM39.614,123.189L36.637,120.224L39.614,117.259V123.189ZM39.614,114.653L36.637,111.688L39.614,108.722V114.653ZM39.614,106.117L36.637,103.152L36.817,102.972H39.705V106.117H39.614Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M59.467,132.623C59.467,136.667 62.806,139.902 66.866,139.812C70.566,139.722 73.634,136.667 73.905,132.983C74.085,129.568 71.92,126.693 68.852,125.705C68.13,125.435 67.588,124.716 67.588,123.908V123.548C67.588,123.009 67.227,122.65 66.686,122.65C66.144,122.65 65.784,123.009 65.784,123.548V123.998C65.784,124.806 65.332,125.435 64.52,125.705C61.632,126.693 59.467,129.389 59.467,132.623ZM65.784,127.322V129.748C65.784,130.287 66.144,130.647 66.686,130.647C67.227,130.647 67.588,130.287 67.588,129.748V127.322C70.115,127.771 72.1,129.928 72.1,132.623C72.1,135.589 69.664,138.015 66.686,138.015C63.708,138.015 61.272,135.589 61.272,132.623C61.272,129.928 63.257,127.771 65.784,127.322Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M20.665,137.116C20.665,139.093 22.289,140.71 24.274,140.71C26.259,140.71 27.884,139.093 27.884,137.116C27.884,135.139 26.259,133.522 24.274,133.522C22.289,133.522 20.665,135.139 20.665,137.116ZM26.079,137.116C26.079,138.105 25.267,138.913 24.274,138.913C23.281,138.913 22.469,138.105 22.469,137.116C22.469,136.128 23.281,135.319 24.274,135.319C25.267,135.319 26.079,136.128 26.079,137.116Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M37.81,133.522C35.825,133.522 34.2,135.139 34.2,137.116C34.2,139.093 35.825,140.71 37.81,140.71C39.795,140.71 41.419,139.093 41.419,137.116C41.419,135.139 39.885,133.522 37.81,133.522ZM37.81,138.913C36.817,138.913 36.005,138.105 36.005,137.116C36.005,136.128 36.817,135.319 37.81,135.319C38.802,135.319 39.614,136.128 39.614,137.116C39.614,138.105 38.802,138.913 37.81,138.913Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M49.541,140.71C51.526,140.71 53.15,139.093 53.15,137.116C53.15,135.139 51.526,133.522 49.541,133.522C47.555,133.522 45.931,135.139 45.931,137.116C45.931,139.093 47.555,140.71 49.541,140.71ZM49.541,135.319C50.533,135.319 51.345,136.128 51.345,137.116C51.345,138.105 50.533,138.913 49.541,138.913C48.548,138.913 47.736,138.105 47.736,137.116C47.736,136.128 48.548,135.319 49.541,135.319Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M79.319,137.116C79.319,139.093 80.943,140.71 82.929,140.71C84.914,140.71 86.538,139.093 86.538,137.116C86.538,135.139 84.914,133.522 82.929,133.522C80.943,133.522 79.319,135.139 79.319,137.116ZM84.733,137.116C84.733,138.105 83.921,138.913 82.929,138.913C81.936,138.913 81.124,138.105 81.124,137.116C81.124,136.128 81.936,135.319 82.929,135.319C83.921,135.319 84.733,136.128 84.733,137.116Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M63.167,113.844C63.437,113.754 63.708,113.754 63.979,113.664C64.43,113.575 64.791,113.125 64.701,112.676C64.61,112.227 64.159,111.867 63.708,111.957C63.437,112.047 63.076,112.047 62.806,112.137C62.354,112.227 61.993,112.676 62.084,113.215C62.174,113.664 62.535,113.934 62.986,113.934C63.076,113.844 63.076,113.844 63.167,113.844Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M81.575,119.056C81.846,119.056 82.117,118.966 82.297,118.696C82.568,118.337 82.478,117.708 82.117,117.438C81.846,117.259 81.665,117.079 81.395,116.899C81.034,116.63 80.402,116.719 80.131,117.079C79.861,117.438 79.951,118.067 80.312,118.337C80.582,118.517 80.763,118.696 81.034,118.876C81.214,118.966 81.395,119.056 81.575,119.056Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M70.025,113.754C70.115,113.754 70.115,113.754 70.205,113.754C70.656,113.754 71.017,113.485 71.107,113.035C71.198,112.586 70.837,112.047 70.386,111.957C70.115,111.867 69.754,111.867 69.483,111.778C69.032,111.688 68.491,112.047 68.491,112.586C68.4,113.035 68.761,113.575 69.303,113.575C69.483,113.664 69.754,113.754 70.025,113.754Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M57.482,113.844C57.211,113.934 56.94,114.114 56.669,114.204C56.218,114.383 56.038,114.922 56.218,115.372C56.399,115.731 56.669,115.911 57.03,115.911C57.121,115.911 57.301,115.911 57.391,115.821C57.662,115.731 57.933,115.551 58.204,115.461C58.655,115.282 58.835,114.743 58.655,114.293C58.474,113.844 57.933,113.575 57.482,113.844Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M76.973,115.282C77.153,114.833 76.973,114.293 76.522,114.114C76.251,114.024 75.98,113.844 75.71,113.754C75.258,113.575 74.717,113.754 74.536,114.204C74.356,114.653 74.536,115.192 74.988,115.372C75.258,115.462 75.529,115.641 75.8,115.731C75.89,115.821 76.071,115.821 76.161,115.821C76.522,115.731 76.883,115.551 76.973,115.282Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M51.887,117.079C51.616,117.259 51.345,117.438 51.165,117.618C50.804,117.888 50.714,118.517 50.984,118.876C51.165,119.145 51.436,119.235 51.706,119.235C51.887,119.235 52.067,119.145 52.248,119.056C52.518,118.876 52.699,118.696 52.97,118.517C53.331,118.247 53.511,117.708 53.15,117.259C52.879,116.899 52.248,116.809 51.887,117.079Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M149.344,145.203H147.358C144.381,145.203 141.944,142.777 141.944,139.812V135.319C141.944,133.971 140.952,132.893 139.688,132.713V123.998V122.2V91.291C139.688,88.775 137.703,86.798 135.176,86.798H134.274V82.755C134.274,81.767 133.462,80.958 132.469,80.958H128.86C127.867,80.958 127.055,81.767 127.055,82.755V86.798H125.25V82.755C125.25,81.767 124.438,80.958 123.445,80.958H121.099H119.836C119.655,80.958 119.475,80.958 119.294,81.048C118.573,81.317 118.031,81.946 118.031,82.755V86.798H115.324C114.783,86.798 114.422,86.439 114.422,85.9V76.285V74.578V69.996C114.422,69.457 114.061,69.097 113.519,69.097C112.978,69.097 112.617,69.457 112.617,69.996V85.9C112.617,86.439 112.256,86.798 111.714,86.798H109.91C107.744,86.798 105.939,88.326 105.488,90.392H103.774C102.24,90.392 101.066,91.561 101.066,93.088V93.987C101.066,94.526 100.705,94.885 100.164,94.885H89.245C88.704,94.885 88.343,94.526 88.343,93.987V93.088C88.343,91.561 87.17,90.392 85.636,90.392H79.319H70.295C68.761,90.392 67.588,91.561 67.588,93.088V93.987C67.588,94.526 67.227,94.885 66.686,94.885H30.861C30.32,94.885 29.959,95.244 29.959,95.784C29.959,96.323 30.32,96.682 30.861,96.682H81.214H91.14C92.674,96.682 93.847,97.85 93.847,99.378V142.507C93.847,144.035 92.674,145.203 91.14,145.203C91.14,145.203 32.395,145.203 18.95,145.203C17.416,145.203 16.243,144.035 16.243,142.507V99.378C16.243,97.85 17.416,96.682 18.95,96.682H26.169C26.71,96.682 27.071,96.323 27.071,95.784C27.071,95.244 26.71,94.885 26.169,94.885H18.86C16.333,94.885 14.348,96.862 14.348,99.378V140.71C14.348,143.226 12.363,145.203 9.836,145.203H9.294C8.753,145.203 8.392,145.562 8.392,146.101C8.392,146.641 8.753,147 9.294,147H149.344C149.885,147 150.246,146.641 150.246,146.101C150.246,145.562 149.885,145.203 149.344,145.203ZM80.221,94.885H69.393V93.088C69.393,92.549 69.754,92.189 70.295,92.189H79.319C79.86,92.189 80.221,92.549 80.221,93.088V94.885ZM86.538,94.885H82.026V93.088C82.026,92.729 81.936,92.459 81.846,92.189H85.636C86.177,92.189 86.538,92.549 86.538,93.088V94.885ZM129.762,82.755H131.567C132.108,82.755 132.469,83.114 132.469,83.653V86.798H128.86V83.653C128.86,83.114 129.221,82.755 129.762,82.755ZM120.738,82.755H122.543C123.084,82.755 123.445,83.114 123.445,83.653V86.798H119.836V83.653C119.836,83.114 120.197,82.755 120.738,82.755ZM138.335,145.203H106.932C105.939,145.203 105.127,144.394 105.127,143.406V138.913H140.139V143.406C140.139,144.394 139.327,145.203 138.335,145.203ZM139.237,137.116H106.03C105.488,137.116 105.127,136.757 105.127,136.218V135.319C105.127,134.78 105.488,134.421 106.03,134.421H123.536C123.987,134.421 124.438,134.061 124.438,133.612C124.438,133.612 124.438,133.612 124.438,133.522C124.438,132.983 124.077,132.623 123.536,132.623H109.91C108.376,132.623 107.203,131.455 107.203,129.928V107.824C107.203,107.285 106.842,106.925 106.3,106.925C105.759,106.925 105.398,107.285 105.398,107.824V111.957C105.398,112.496 105.037,112.856 104.495,112.856H103.774C103.232,112.856 102.871,112.496 102.871,111.957V93.088C102.871,92.549 103.232,92.189 103.774,92.189H104.405C104.947,92.189 105.308,92.549 105.308,93.088V101.894C105.308,102.433 105.669,102.792 106.21,102.792C106.751,102.792 107.112,102.433 107.112,101.894V91.291C107.112,89.763 108.285,88.595 109.819,88.595H135.086C136.62,88.595 137.793,89.763 137.793,91.291V129.928C137.793,131.455 136.62,132.623 135.086,132.623H132.379C131.838,132.623 131.477,132.983 131.477,133.522C131.477,133.522 131.477,133.522 131.477,133.612C131.477,134.061 131.928,134.421 132.379,134.421H139.147C139.688,134.421 140.049,134.78 140.049,135.319V136.218C140.139,136.667 139.688,137.116 139.237,137.116Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M116.497,97.581H128.769C129.13,97.581 129.401,97.401 129.491,97.131C129.582,96.952 129.672,96.862 129.672,96.682C129.672,96.143 129.311,95.784 128.769,95.784H127.957H117.219H116.497C115.956,95.784 115.595,96.143 115.595,96.682C115.595,96.862 115.685,96.952 115.685,97.131C115.865,97.401 116.136,97.581 116.497,97.581Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M112.797,101.983C112.888,102.073 113.068,102.073 113.249,102.073H132.018C132.199,102.073 132.289,102.073 132.379,101.983C132.65,101.804 132.92,101.534 132.92,101.175C132.92,100.636 132.559,100.276 132.018,100.276H131.657H113.519H113.249C112.707,100.276 112.346,100.636 112.346,101.175C112.346,101.534 112.527,101.804 112.797,101.983Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M111.805,106.566H133.372H133.462C134.003,106.566 134.364,106.207 134.364,105.667C134.364,105.128 134.003,104.769 133.462,104.769H133.191H112.075H111.805C111.263,104.769 110.902,105.128 110.902,105.667C110.902,106.207 111.263,106.566 111.805,106.566Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M133.462,111.059C134.003,111.059 134.364,110.699 134.364,110.16C134.364,109.621 134.003,109.262 133.462,109.262H133.372H111.805C111.263,109.262 110.902,109.621 110.902,110.16C110.902,110.699 111.263,111.059 111.805,111.059H112.075H133.101H133.462Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M132.018,115.551C132.559,115.551 132.92,115.192 132.92,114.653C132.92,114.293 132.74,113.934 132.379,113.844C132.289,113.754 132.108,113.754 132.018,113.754H113.249C113.068,113.754 112.978,113.754 112.888,113.844C112.617,114.024 112.346,114.293 112.346,114.653C112.346,115.192 112.707,115.551 113.249,115.551H113.61H131.657H132.018Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M128.769,118.247H116.497C116.226,118.247 115.956,118.427 115.775,118.606C115.685,118.786 115.595,118.876 115.595,119.145C115.595,119.685 115.956,120.044 116.497,120.044H117.399H127.867H128.769C129.311,120.044 129.672,119.685 129.672,119.145C129.672,118.966 129.582,118.786 129.491,118.606C129.311,118.427 129.04,118.247 128.769,118.247Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M128.77,132.623H127.596C127.055,132.623 126.694,132.983 126.694,133.522C126.694,133.522 126.694,133.522 126.694,133.612C126.694,134.061 127.145,134.421 127.596,134.421H128.77C129.221,134.421 129.672,134.061 129.672,133.612C129.672,133.612 129.672,133.612 129.672,133.522C129.672,132.983 129.221,132.623 128.77,132.623Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M169.647,145.203H154.758C154.217,145.203 153.856,145.562 153.856,146.101C153.856,146.641 154.217,147 154.758,147H169.647C170.189,147 170.55,146.641 170.55,146.101C170.55,145.562 170.189,145.203 169.647,145.203Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M5.775,145.203H4.512C3.971,145.203 3.61,145.562 3.61,146.101C3.61,146.641 3.971,147 4.512,147H5.775C6.317,147 6.678,146.641 6.678,146.101C6.678,145.562 6.227,145.203 5.775,145.203Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M24.906,83.474C24.906,83.474 24.996,83.474 24.906,83.474C25.447,83.474 25.808,83.024 25.808,82.485L25.537,79.071C25.537,78.532 25.086,78.172 24.545,78.262C24.003,78.262 23.642,78.712 23.733,79.251L24.003,82.755C24.094,83.114 24.455,83.474 24.906,83.474Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M12.453,86.079C12.633,86.439 12.904,86.619 13.265,86.619C13.355,86.619 13.536,86.619 13.626,86.529C14.077,86.349 14.258,85.81 14.077,85.361L12.633,82.126C12.453,81.677 11.911,81.497 11.46,81.677C11.009,81.856 10.829,82.396 11.009,82.845L12.453,86.079Z" />
|
||||
<path android:fillColor="#ff202225" android:pathData="M4.061,91.83L1.534,89.314C1.173,88.955 0.632,88.955 0.271,89.314C-0.09,89.674 -0.09,90.213 0.271,90.572L2.797,93.088C2.978,93.268 3.249,93.358 3.429,93.358C3.7,93.358 3.88,93.268 4.061,93.088C4.331,92.818 4.331,92.189 4.061,91.83Z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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="M13,7h-2v4L7,11v2h4v4h2v-4h4v-2h-4L13,7zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8z" />
|
||||
</vector>
|
5
com.discord/res/drawable/ic_analytics_16dp.xml
Normal file
5
com.discord/res/drawable/ic_analytics_16dp.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ffffffff" android:pathData="M9.8047,4V5.3333H12.1953L8.4713,9.0573L5.8047,6.3907L1.3333,10.8627L2.276,11.8047L5.8047,8.276L8.4713,10.9427L13.138,6.276V8.6667H14.4713V4H9.8047Z" />
|
||||
</vector>
|
|
@ -0,0 +1,6 @@
|
|||
<?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="M11.383,3.079C11.009,2.925 10.579,3.01 10.293,3.296L6,8.002H3C2.45,8.002 2,8.453 2,9.002V15.002C2,15.552 2.45,16.002 3,16.002H6L10.293,20.71C10.579,20.996 11.009,21.082 11.383,20.927C11.757,20.772 12,20.407 12,20.002V4.002C12,3.599 11.757,3.232 11.383,3.079Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M22,9.426L18.406,6H17.7766V10.554L14.8875,7.8L14,8.646L17.5185,12L14,15.354L14.8875,16.2L17.7766,13.446V18H18.406L22,14.574L19.2935,12L22,9.426ZM19.0354,8.298L20.2187,9.426L19.0354,10.554V8.298ZM20.2187,14.574L19.0354,15.702V13.446L20.2187,14.574Z" />
|
||||
</vector>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="12.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="12.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ff202225" android:pathData="M4,0L20,0A4,4 0,0 1,24 4L24,8A4,4 0,0 1,20 12L4,12A4,4 0,0 1,0 8L0,4A4,4 0,0 1,4 0z" />
|
||||
<path android:fillColor="#ff72767d" android:pathData="M6,6m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" />
|
||||
<path android:fillColor="#ff72767d" android:pathData="M12,6m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" />
|
||||
<path android:fillColor="#ff72767d" android:pathData="M18,6m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" />
|
||||
</vector>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="12.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="12.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ffe3e5e8" android:pathData="M4,0L20,0A4,4 0,0 1,24 4L24,8A4,4 0,0 1,20 12L4,12A4,4 0,0 1,0 8L0,4A4,4 0,0 1,4 0z" />
|
||||
<path android:fillColor="#ff9099a4" android:pathData="M6,6m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" />
|
||||
<path android:fillColor="#ff9099a4" android:pathData="M12,6m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" />
|
||||
<path android:fillColor="#ff9099a4" android:pathData="M18,6m-2,0a2,2 0,1 1,4 0a2,2 0,1 1,-4 0" />
|
||||
</vector>
|
5
com.discord/res/drawable/ic_chevron_left_24dp.xml
Normal file
5
com.discord/res/drawable/ic_chevron_left_24dp.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:tint="#ffffffff" 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="#ff000000" android:pathData="M15.41,7.41L14,6l-6,6 6,6 1.41,-1.41L10.83,12z" />
|
||||
</vector>
|
5
com.discord/res/drawable/ic_community_24dp.xml
Normal file
5
com.discord/res/drawable/ic_community_24dp.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?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="#ffb9bbbe" android:pathData="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM11 19.93C7.05 19.44 4 16.08 4 12C4 11.38 4.08 10.79 4.21 10.21L9 15V16C9 17.1 9.9 18 11 18V19.93ZM17.9 17.39C17.64 16.58 16.9 16 16 16H15V13C15 12.45 14.55 12 14 12H8V10H10C10.55 10 11 9.55 11 9V7H13C14.1 7 15 6.1 15 5V4.59C17.93 5.78 20 8.65 20 12C20 14.08 19.2 15.97 17.9 17.39Z" />
|
||||
</vector>
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_headset_deafened_white_red_24dp" android:state_activated="true" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_headset_deafened_white_red_24dp" />
|
||||
<item android:drawable="@drawable/ic_headset_primary_dark_400_24dp" />
|
||||
<item android:drawable="@drawable/ic_headset_deafened_interactiveactive_dark_24dp" android:state_activated="true" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_headset_deafened_interactiveactive_dark_24dp" />
|
||||
<item android:drawable="@drawable/ic_headset_interactivenormal_dark_24dp" />
|
||||
</selector>
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_headset_deafened_grey_red_24dp" android:state_activated="true" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_headset_deafened_grey_red_24dp" />
|
||||
<item android:drawable="@drawable/ic_headset_primary_light_500_24dp" />
|
||||
<item android:drawable="@drawable/ic_headset_deafened_interactiveactive_light_24dp" android:state_activated="true" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_headset_deafened_interactiveactive_light_24dp" />
|
||||
<item android:drawable="@drawable/ic_headset_interactivenormal_light_24dp" />
|
||||
</selector>
|
|
@ -1,8 +0,0 @@
|
|||
<?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>
|
|
@ -0,0 +1,5 @@
|
|||
<?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="M5.6649,5H18.3351C19.9079,5 21.2137,6.2146 21.3273,7.7833L21.9932,16.9774C22.0684,18.0165 21.2871,18.9198 20.248,18.9951C20.2027,18.9984 20.1572,19 20.1118,19C18.9191,19 17.8786,18.1904 17.5855,17.0342L17.0699,15H6.9302L6.4145,17.0342C6.1215,18.1904 5.081,19 3.8883,19C2.8465,19 2.002,18.1554 2.002,17.1136C2.002,17.0682 2.0036,17.0227 2.0069,16.9774L2.6728,7.7833C2.7864,6.2146 4.0922,5 5.6649,5ZM14.5001,10C15.3285,10 16.0001,9.3284 16.0001,8.5C16.0001,7.6716 15.3285,7 14.5001,7C13.6716,7 13.0001,7.6716 13.0001,8.5C13.0001,9.3284 13.6716,10 14.5001,10ZM18.5001,13C19.3285,13 20.0001,12.3284 20.0001,11.5C20.0001,10.6716 19.3285,10 18.5001,10C17.6716,10 17.0001,10.6716 17.0001,11.5C17.0001,12.3284 17.6716,13 18.5001,13ZM6.0001,9H4.0001V11H6.0001V13H8.0001V11H10.0001V9H8.0001V7H6.0001V9Z" />
|
||||
</vector>
|
|
@ -0,0 +1,5 @@
|
|||
<?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="M20,6.002H14V3.002C14,2.45 13.553,2.002 13,2.002H4C3.447,2.002 3,2.45 3,3.002V22.002H5V14.002H10.586L8.293,16.295C8.007,16.581 7.922,17.011 8.076,17.385C8.23,17.759 8.596,18.002 9,18.002H20C20.553,18.002 21,17.554 21,17.002V7.002C21,6.45 20.553,6.002 20,6.002Z" />
|
||||
</vector>
|
|
@ -0,0 +1,6 @@
|
|||
<?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="M11,18H13V22H11V18Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M12,2C8.822,2 7,4.187 7,8V16C7,16.552 7.447,17 8,17H16C16.553,17 17,16.552 17,16V8C17,4.187 15.178,2 12,2ZM11,14.001H10V5.001H11V14.001ZM14,14.001H13V5.001H14V14.001Z" />
|
||||
</vector>
|
|
@ -0,0 +1,5 @@
|
|||
<?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="M6.8141,8.982C4.5391,11.674 4.6561,15.591 6.9311,18.153L4.0341,21.579L5.5611,22.87L8.4631,19.437C9.5691,20.127 10.8461,20.513 12.1611,20.513C14.2311,20.513 16.1831,19.607 17.5161,18.027C20.0691,15.01 20.7711,6.945 21.0001,3C17.7651,3.876 9.0321,6.356 6.8141,8.982ZM8.9351,17.331C6.8261,15.548 6.5601,12.382 8.3421,10.272C9.5921,8.793 14.9041,6.845 18.7641,5.698L8.9351,17.331Z" />
|
||||
</vector>
|
|
@ -0,0 +1,6 @@
|
|||
<?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="M18,5.999H17V4.999C17,4.448 16.553,3.999 16,3.999H4C3.447,3.999 3,4.448 3,4.999V12.999C3,14.488 3.47,15.865 4.265,16.999H15.722C16.335,16.122 16.761,15.105 16.92,13.999H18C20.205,13.999 22,12.205 22,9.999C22,7.794 20.205,5.999 18,5.999ZM18,12H17V8H18C19.104,8 20,8.897 20,10C20,11.102 19.104,12 18,12Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M2,18H18V20H2V18Z" />
|
||||
</vector>
|
|
@ -0,0 +1,5 @@
|
|||
<?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="M12,2C6.477,2 2,6.477 2,12C2,17.522 6.477,22 12,22C17.523,22 22,17.522 22,12C22,6.477 17.522,2 12,2ZM16.293,6.293L17.707,7.706L16.414,9L17.707,10.293L16.293,11.706L13.586,9L16.293,6.293ZM6.293,7.707L7.707,6.294L10.414,9L7.707,11.707L6.293,10.294L7.586,9L6.293,7.707ZM18,14C18,16.617 15.14,19 12,19C8.86,19 6,16.617 6,14V13H18V14Z" />
|
||||
</vector>
|
|
@ -0,0 +1,5 @@
|
|||
<?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="M12,2C6.4764,2 2,6.4764 2,12C2,17.5236 6.4764,22 12,22C17.5236,22 22,17.5236 22,12C22,6.4764 17.5236,2 12,2ZM12,5.6C12.4422,5.6 12.8,5.9578 12.8,6.4V11.5376L16.5625,13.7126C16.9453,13.9329 17.0703,14.4173 16.85,14.8001C16.6297,15.183 16.1453,15.3079 15.7625,15.0876L11.6873,12.7376C11.656,12.7251 11.6279,12.7048 11.5998,12.6876C11.3607,12.5486 11.1998,12.2954 11.1998,12.0001V6.4001C11.1998,5.9579 11.5578,5.6 12,5.6Z" />
|
||||
</vector>
|
|
@ -0,0 +1,5 @@
|
|||
<?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,4.001C14.406,4.001 12.93,4.838 12,6.081C11.07,4.838 9.594,4.001 8,4.001C5.243,4.001 3,6.244 3,9.001C3,14.492 11.124,19.633 11.471,19.849C11.633,19.95 11.817,20.001 12,20.001C12.183,20.001 12.367,19.95 12.529,19.849C12.876,19.633 21,14.492 21,9.001C21,6.244 18.757,4.001 16,4.001Z" />
|
||||
</vector>
|
|
@ -0,0 +1,6 @@
|
|||
<?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="M22,17H19.725C19.892,16.529 20,16.029 20,15.5C20,13.015 17.985,11 15.5,11H13.5L12.276,8.553C12.107,8.214 11.761,8 11.382,8H7C6.448,8 6,8.447 6,9V11.051C3.753,11.302 2,13.186 2,15.5C2,17.986 4.015,20 6.5,20H15.5C16.563,20 17.527,19.616 18.297,19H22V17ZM6.5,16.75C5.81,16.75 5.25,16.19 5.25,15.5C5.25,14.81 5.81,14.25 6.5,14.25C7.19,14.25 7.75,14.81 7.75,15.5C7.75,16.19 7.19,16.75 6.5,16.75ZM11.5,16.75C10.81,16.75 10.25,16.19 10.25,15.5C10.25,14.81 10.81,14.25 11.5,14.25C12.19,14.25 12.75,14.81 12.75,15.5C12.75,16.19 12.19,16.75 11.5,16.75ZM16.5,16.75C15.81,16.75 15.25,16.19 15.25,15.5C15.25,14.81 15.81,14.25 16.5,14.25C17.19,14.25 17.75,14.81 17.75,15.5C17.75,16.19 17.19,16.75 16.5,16.75Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M8,7H10C10,5.346 8.654,4 7,4H6V6H7C7.551,6 8,6.449 8,7Z" />
|
||||
</vector>
|
11
com.discord/res/drawable/ic_emoji_search_empty_dark.xml
Normal file
11
com.discord/res/drawable/ic_emoji_search_empty_dark.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="64.0dip" android:width="80.0dip" android:viewportWidth="80.0" android:viewportHeight="64.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ff202225" android:pathData="M40,8L40,8A24,24 0,0 1,64 32L64,32A24,24 0,0 1,40 56L40,56A24,24 0,0 1,16 32L16,32A24,24 0,0 1,40 8z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M49.707,40.293L44.314,34.9C45.403,33.504 46,31.799 46,30C46,27.863 45.167,25.854 43.656,24.344C42.146,22.832 40.137,22 38,22C35.863,22 33.854,22.832 32.344,24.344C30.833,25.854 30,27.863 30,30C30,32.137 30.833,34.146 32.344,35.656C33.854,37.168 35.863,38 38,38C39.799,38 41.504,37.404 42.9,36.314L48.293,41.706L49.707,40.293ZM38,36C36.397,36 34.891,35.376 33.758,34.243C32.624,33.11 32,31.603 32,30C32,28.398 32.624,26.891 33.758,25.758C34.891,24.624 36.397,24 38,24C39.603,24 41.109,24.624 42.242,25.758C43.376,26.891 44,28.398 44,30C44,31.603 43.376,33.11 42.242,34.243C41.109,35.376 39.603,36 38,36Z" />
|
||||
<path android:fillColor="#ffadf3ff" android:pathData="M73.3369,1.4451C73.3369,0.647 72.6899,0 71.8918,0C71.0938,0 70.4468,0.647 70.4468,1.4451V2.9142C70.4468,3.7123 71.0938,4.3593 71.8918,4.3593C72.6899,4.3593 73.3369,3.7123 73.3369,2.9142V1.4451Z" />
|
||||
<path android:fillColor="#ffadf3ff" android:pathData="M73.3368,13.0859C73.3368,12.2878 72.6898,11.6409 71.8917,11.6409C71.0936,11.6409 70.4467,12.2878 70.4467,13.0859V14.5551C70.4467,15.3532 71.0936,16.0001 71.8917,16.0001C72.6898,16.0001 73.3368,15.3532 73.3368,14.5551V13.0859Z" />
|
||||
<path android:fillColor="#ffadf3ff" android:pathData="M78.5551,9.4729C79.3531,9.4729 80.0001,8.8259 80.0001,8.0278C80.0001,7.2297 79.3531,6.5828 78.5551,6.5828H77.0859C76.2878,6.5828 75.6409,7.2297 75.6409,8.0278C75.6409,8.8259 76.2878,9.4729 77.0859,9.4729H78.5551Z" />
|
||||
<path android:fillColor="#ffadf3ff" android:pathData="M66.9142,9.3928C67.7123,9.3928 68.3593,8.7458 68.3593,7.9477C68.3593,7.1497 67.7123,6.5027 66.9142,6.5027H65.4451C64.647,6.5027 64,7.1497 64,7.9477C64,8.7458 64.647,9.3928 65.4451,9.3928H66.9142Z" />
|
||||
<path android:fillColor="#ffffd01a" android:pathData="M8.3626,59.843L11.486,58.8013C11.6394,58.731 11.7694,58.6181 11.8605,58.4761C11.9516,58.334 12,58.1688 12,58C12,57.8312 11.9516,57.666 11.8605,57.5239C11.7694,57.3819 11.6394,57.269 11.486,57.1987L8.3626,56.157C8.1493,56.0606 7.9784,55.8897 7.8821,55.6762L6.7608,52.5511C6.7082,52.3908 6.6063,52.2512 6.4696,52.1522C6.333,52.0533 6.1687,52 6,52C5.8313,52 5.667,52.0533 5.5304,52.1522C5.3937,52.2512 5.2918,52.3908 5.2392,52.5511L4.1179,55.6762C4.0216,55.8897 3.8507,56.0606 3.6374,56.157L0.514,57.1987C0.3606,57.269 0.2306,57.3819 0.1395,57.5239C0.0484,57.666 0,57.8312 0,58C0,58.1688 0.0484,58.334 0.1395,58.4761C0.2306,58.6181 0.3606,58.731 0.514,58.8013L3.6374,59.843C3.7508,59.8774 3.854,59.9393 3.9378,60.0232C4.0217,60.1071 4.0835,60.2103 4.1179,60.3238L5.2392,63.4489C5.2918,63.6092 5.3937,63.7488 5.5304,63.8478C5.667,63.9467 5.8313,64 6,64C6.1687,64 6.333,63.9467 6.4696,63.8478C6.6063,63.7488 6.7082,63.6092 6.7608,63.4489L7.8821,60.3238C7.9165,60.2103 7.9783,60.1071 8.0622,60.0232C8.146,59.9393 8.2492,59.8774 8.3626,59.843V59.843Z" />
|
||||
</vector>
|
11
com.discord/res/drawable/ic_emoji_search_empty_light.xml
Normal file
11
com.discord/res/drawable/ic_emoji_search_empty_light.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="64.0dip" android:width="80.0dip" android:viewportWidth="80.0" android:viewportHeight="64.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ffe3e5e8" android:pathData="M40,8L40,8A24,24 0,0 1,64 32L64,32A24,24 0,0 1,40 56L40,56A24,24 0,0 1,16 32L16,32A24,24 0,0 1,40 8z" />
|
||||
<path android:fillColor="#ff060607" android:pathData="M49.707,40.293L44.314,34.9C45.403,33.504 46,31.799 46,30C46,27.863 45.167,25.854 43.656,24.344C42.146,22.832 40.137,22 38,22C35.863,22 33.854,22.832 32.344,24.344C30.833,25.854 30,27.863 30,30C30,32.137 30.833,34.146 32.344,35.656C33.854,37.168 35.863,38 38,38C39.799,38 41.504,37.404 42.9,36.314L48.293,41.706L49.707,40.293ZM38,36C36.397,36 34.891,35.376 33.758,34.243C32.624,33.11 32,31.603 32,30C32,28.398 32.624,26.891 33.758,25.758C34.891,24.624 36.397,24 38,24C39.603,24 41.109,24.624 42.242,25.758C43.376,26.891 44,28.398 44,30C44,31.603 43.376,33.11 42.242,34.243C41.109,35.376 39.603,36 38,36Z" />
|
||||
<path android:fillColor="#ff5c46f8" android:pathData="M73.3369,1.4451C73.3369,0.647 72.6899,0 71.8918,0C71.0938,0 70.4468,0.647 70.4468,1.4451V2.9142C70.4468,3.7123 71.0938,4.3593 71.8918,4.3593C72.6899,4.3593 73.3369,3.7123 73.3369,2.9142V1.4451Z" />
|
||||
<path android:fillColor="#ff5c46f8" android:pathData="M73.3368,13.0859C73.3368,12.2878 72.6898,11.6409 71.8917,11.6409C71.0936,11.6409 70.4467,12.2878 70.4467,13.0859V14.5551C70.4467,15.3532 71.0936,16.0001 71.8917,16.0001C72.6898,16.0001 73.3368,15.3532 73.3368,14.5551V13.0859Z" />
|
||||
<path android:fillColor="#ff5c46f8" android:pathData="M78.5551,9.4729C79.3531,9.4729 80.0001,8.8259 80.0001,8.0278C80.0001,7.2297 79.3531,6.5828 78.5551,6.5828H77.0859C76.2878,6.5828 75.6409,7.2297 75.6409,8.0278C75.6409,8.8259 76.2878,9.4729 77.0859,9.4729H78.5551Z" />
|
||||
<path android:fillColor="#ff5c46f8" android:pathData="M66.9142,9.3928C67.7123,9.3928 68.3593,8.7458 68.3593,7.9477C68.3593,7.1497 67.7123,6.5027 66.9142,6.5027H65.4451C64.647,6.5027 64,7.1497 64,7.9477C64,8.7458 64.647,9.3928 65.4451,9.3928H66.9142Z" />
|
||||
<path android:fillColor="#ffff98cb" android:pathData="M8.3626,59.843L11.486,58.8013C11.6394,58.731 11.7694,58.6181 11.8605,58.4761C11.9516,58.334 12,58.1688 12,58C12,57.8312 11.9516,57.666 11.8605,57.5239C11.7694,57.3819 11.6394,57.269 11.486,57.1987L8.3626,56.157C8.1493,56.0606 7.9784,55.8897 7.8821,55.6762L6.7608,52.5511C6.7082,52.3908 6.6063,52.2512 6.4696,52.1522C6.333,52.0533 6.1687,52 6,52C5.8313,52 5.667,52.0533 5.5304,52.1522C5.3937,52.2512 5.2918,52.3908 5.2392,52.5511L4.1179,55.6762C4.0216,55.8897 3.8507,56.0606 3.6374,56.157L0.514,57.1987C0.3606,57.269 0.2306,57.3819 0.1395,57.5239C0.0484,57.666 0,57.8312 0,58C0,58.1688 0.0484,58.334 0.1395,58.4761C0.2306,58.6181 0.3606,58.731 0.514,58.8013L3.6374,59.843C3.7508,59.8774 3.854,59.9393 3.9378,60.0232C4.0217,60.1071 4.0835,60.2103 4.1179,60.3238L5.2392,63.4489C5.2918,63.6092 5.3937,63.7488 5.5304,63.8478C5.667,63.9467 5.8313,64 6,64C6.1687,64 6.333,63.9467 6.4696,63.8478C6.6063,63.7488 6.7082,63.6092 6.7608,63.4489L7.8821,60.3238C7.9165,60.2103 7.9783,60.1071 8.0622,60.0232C8.146,59.9393 8.2492,59.8774 8.3626,59.843V59.843Z" />
|
||||
</vector>
|
|
@ -1,8 +0,0 @@
|
|||
<?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>
|
15
com.discord/res/drawable/ic_guild_welcome_add_friend.xml
Normal file
15
com.discord/res/drawable/ic_guild_welcome_add_friend.xml
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0h32v32h-32z M 0,0" />
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0h32v32h-32z M 0,0" />
|
||||
<path android:fillColor="#fff47fff" android:pathData="M16,29.3334C23.3638,29.3334 29.3333,23.3638 29.3333,16C29.3333,8.6362 23.3638,2.6667 16,2.6667C8.6362,2.6667 2.6666,8.6362 2.6666,16C2.6666,23.3638 8.6362,29.3334 16,29.3334Z" />
|
||||
<path android:fillColor="#ff83ddc5" android:pathData="M26.32,11.36C29.457,11.36 32,8.817 32,5.68C32,2.543 29.457,0 26.32,0C23.183,0 20.64,2.543 20.64,5.68C20.64,8.817 23.183,11.36 26.32,11.36Z" />
|
||||
<path android:fillColor="#00000000" android:pathData="M26.3199,2.9867V8.16" android:strokeColor="#ffffffff" android:strokeWidth="2.66" android:strokeLineCap="round" />
|
||||
<path android:fillColor="#00000000" android:pathData="M28.9066,5.5733H23.7333" android:strokeColor="#ffffffff" android:strokeWidth="2.66" android:strokeLineCap="round" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M21.9999,21.9267C21.9999,19.3867 20.7066,17.22 18.8866,16.36C19.46,16.0689 19.9242,15.6005 20.2101,15.0245C20.4959,14.4485 20.5882,13.7955 20.4733,13.1628C20.3583,12.5301 20.0422,11.9514 19.5719,11.5128C19.1017,11.0741 18.5024,10.799 17.8632,10.7283C17.224,10.6575 16.5791,10.795 16.0243,11.1202C15.4696,11.4454 15.0346,11.941 14.784,12.5333C14.5335,13.1255 14.4808,13.7828 14.6338,14.4074C14.7868,15.0321 15.1374,15.5906 15.6333,16C14.3349,16.0186 13.0701,15.5876 12.0533,14.78C11.3193,14.1139 10.8724,13.189 10.8066,12.2C10.8066,11.8039 10.6493,11.4241 10.3692,11.1441C10.0892,10.864 9.7093,10.7067 9.3133,10.7067C8.9172,10.7067 8.5374,10.864 8.2573,11.1441C7.9773,11.4241 7.82,11.8039 7.82,12.2C7.8917,14.0156 8.6748,15.7301 10,16.9733C10.8879,17.7656 11.9535,18.3327 13.1066,18.6267C12.5656,19.642 12.2861,20.7762 12.2933,21.9267H21.9999Z" />
|
||||
</group>
|
||||
</group>
|
||||
</vector>
|
12
com.discord/res/drawable/ic_guild_welcome_personalize.xml
Normal file
12
com.discord/res/drawable/ic_guild_welcome_personalize.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="32.0" android:viewportHeight="32.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<group>
|
||||
<clip-path android:pathData="M0,0h32v32h-32z M 0,0" />
|
||||
<path android:fillColor="#ff83ddc5" android:pathData="M16,29.3334C23.3638,29.3334 29.3333,23.3638 29.3333,16C29.3333,8.6362 23.3638,2.6667 16,2.6667C8.6362,2.6667 2.6666,8.6362 2.6666,16C2.6666,23.3638 8.6362,29.3334 16,29.3334Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M21.6932,16.1667L20.9666,15.4467C20.8792,15.3597 20.813,15.2538 20.7729,15.1372C20.7329,15.0206 20.7201,14.8964 20.7355,14.7741C20.751,14.6518 20.7943,14.5346 20.862,14.4316C20.9298,14.3287 21.0203,14.2426 21.1266,14.18C22.0122,13.6562 22.8489,13.0538 23.6266,12.38C24.0023,12.0043 24.2134,11.4947 24.2134,10.9634C24.2134,10.432 24.0023,9.9224 23.6266,9.5467C23.2508,9.171 22.7412,8.9599 22.2099,8.9599C21.6785,8.9599 21.169,9.171 20.7932,9.5467C20.1135,10.3212 19.5086,11.1583 18.9866,12.0467C18.9225,12.1514 18.8356,12.2403 18.7324,12.3067C18.6291,12.3731 18.5122,12.4152 18.3903,12.43C18.2685,12.4447 18.1449,12.4317 18.0288,12.3919C17.9126,12.3521 17.8071,12.2865 17.7199,12.2L16.9999,11.48C16.5648,11.0452 15.975,10.801 15.3599,10.801C14.7448,10.801 14.1549,11.0452 13.7199,11.48L12.4332,12.76L20.4332,20.76L21.7199,19.48C21.9361,19.2609 22.1069,19.0013 22.2225,18.7161C22.3382,18.4309 22.3965,18.1256 22.394,17.8178C22.3915,17.5101 22.3283,17.2058 22.2081,16.9225C22.0878,16.6391 21.9129,16.3823 21.6932,16.1667Z" />
|
||||
<path android:fillColor="#ff4f81ff" android:pathData="M10.3666,14.8267C10.1746,15.0081 9.9485,15.1498 9.7014,15.2434C9.4544,15.337 9.1912,15.3807 8.9271,15.372C8.663,15.3634 8.4033,15.3024 8.1629,15.1928C7.9226,15.0832 7.7063,14.927 7.5266,14.7333L7.1266,14.3333C7.0684,14.2797 6.9917,14.2506 6.9125,14.2522C6.8333,14.2538 6.7579,14.286 6.7019,14.342C6.6459,14.3979 6.6137,14.4734 6.6121,14.5526C6.6105,14.6317 6.6396,14.7084 6.6932,14.7667L6.9066,14.9867L8.4266,16.5067L8.5599,16.64L14.2066,22.2867C14.5117,22.5955 14.875,22.8406 15.2755,23.008C15.6761,23.1753 16.1058,23.2614 16.5399,23.2614C16.974,23.2614 17.4038,23.1753 17.8043,23.008C18.2048,22.8406 18.5682,22.5955 18.8732,22.2867L20.7999,20.36L12.7999,12.36L10.3666,14.8267Z" />
|
||||
<path android:fillColor="#ff83ddc5" android:pathData="M22.0533,11.9134C22.4877,11.9134 22.8399,11.5612 22.8399,11.1267C22.8399,10.6922 22.4877,10.34 22.0533,10.34C21.6188,10.34 21.2666,10.6922 21.2666,11.1267C21.2666,11.5612 21.6188,11.9134 22.0533,11.9134Z" />
|
||||
<path android:fillColor="#ff4f81ff" android:pathData="M12.1799,28.24C12.1993,28.6579 12.1338,29.0754 11.9873,29.4672C11.8407,29.859 11.6163,30.217 11.3274,30.5196C11.0386,30.8221 10.6914,31.063 10.3068,31.2275C9.9222,31.3921 9.5082,31.4769 9.0899,31.4769C8.6716,31.4769 8.2576,31.3921 7.8731,31.2275C7.4885,31.063 7.1413,30.8221 6.8524,30.5196C6.5636,30.217 6.3391,29.859 6.1926,29.4672C6.046,29.0754 5.9805,28.6579 5.9999,28.24C5.9999,26.5334 9.0933,22.8334 9.0933,22.8334C9.0933,22.8334 12.1799,26.5334 12.1799,28.24Z" />
|
||||
</group>
|
||||
</vector>
|
|
@ -0,0 +1,5 @@
|
|||
<?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="#ffb9bbbe" android:pathData="M12,2.0031C6.486,2.0031 2,6.488 2,12.0031V20.0031C2,21.1071 2.895,22.0031 4,22.0031H6C7.104,22.0031 8,21.1071 8,20.0031V17.0031C8,15.8991 7.104,15.0031 6,15.0031H4V12.0031C4,7.5911 7.589,4.003 12,4.003C16.411,4.003 20,7.5911 20,12.0031V15.0031H18C16.896,15.0031 16,15.8991 16,17.0031V20.0031C16,21.1071 16.896,22.0031 18,22.0031H20C21.104,22.0031 22,21.1071 22,20.0031V12.0031C22,6.488 17.514,2.0031 12,2.0031Z" />
|
||||
</vector>
|
|
@ -0,0 +1,5 @@
|
|||
<?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="#ff4f5660" android:pathData="M12,2.0031C6.486,2.0031 2,6.488 2,12.0031V20.0031C2,21.1071 2.895,22.0031 4,22.0031H6C7.104,22.0031 8,21.1071 8,20.0031V17.0031C8,15.8991 7.104,15.0031 6,15.0031H4V12.0031C4,7.5911 7.589,4.003 12,4.003C16.411,4.003 20,7.5911 20,12.0031V15.0031H18C16.896,15.0031 16,15.8991 16,17.0031V20.0031C16,21.1071 16.896,22.0031 18,22.0031H20C21.104,22.0031 22,21.1071 22,20.0031V12.0031C22,6.488 17.514,2.0031 12,2.0031Z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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="@color/primary_dark_400" android:pathData="M3,11C3,6 7,2 12,2L12,4C8.134,4 5,7.134 5,11L5,13L9,13L9,21L6,21C4.343,21 3,19.657 3,18L3,11ZM21,11L21,18C21,19.657 19.657,21 18,21L15,21L15,13L19,13L19,11C19,7.134 15.866,4 12,4L12,2C17,2 21,6 21,11Z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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="@color/primary_light_500" android:pathData="M3,11C3,6 7,2 12,2L12,4C8.134,4 5,7.134 5,11L5,13L9,13L9,21L6,21C4.343,21 3,19.657 3,18L3,11ZM21,11L21,18C21,19.657 19.657,21 18,21L15,21L15,13L19,13L19,11C19,7.134 15.866,4 12,4L12,2C17,2 21,6 21,11Z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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="#ffb9bbbe" android:pathData="M2.5,4L2.5,5.5C2.5,9.65 4.71,13.28 8,15.3L8,20L23,20L23,18C23,15.34 17.67,14 15,14C15,14 14.83,14 14.75,14C10,14 6,10 6,5.5L6,4L2.5,4ZM15,4C12.791,4 11,5.791 11,8C11,10.209 12.791,12 15,12C17.209,12 19,10.209 19,8C19,5.791 17.209,4 15,4Z" android:strokeColor="#00000000" android:strokeWidth="1.0" />
|
||||
</vector>
|
12
com.discord/res/drawable/ic_krisp_logo_dark.xml
Normal file
12
com.discord/res/drawable/ic_krisp_logo_dark.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="31.363617dip" android:width="69.0dip" android:viewportWidth="44.0" android:viewportHeight="20.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ffffffff" android:pathData="M0,15.6971V2.3386C0,2.3032 0.0178,2.2677 0.0534,2.2677L2.9557,1.3819C3.0091,1.3642 3.0626,1.3996 3.0626,1.4528V10.8427V15.7149C3.0626,15.768 3.0269,15.8034 2.9735,15.8034H0.089C0.0356,15.7857 0,15.7503 0,15.6971Z" />
|
||||
<path android:fillColor="#ffff7e61" android:pathData="M20.4051,0C21.4912,0 22.3281,0.8504 22.3281,1.8957C22.3281,2.941 21.4734,3.7737 20.4051,3.7737C19.3724,3.7737 18.5177,2.9233 18.5177,1.8957C18.4999,0.8504 19.3724,0 20.4051,0Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M21.7405,5.2265H18.9628C18.8738,5.2265 18.8026,5.2973 18.8026,5.3859V15.6617C18.8026,15.7503 18.8738,15.8212 18.9628,15.8212H21.7405C21.8295,15.8212 21.9008,15.7503 21.9008,15.6617V5.3859C21.9008,5.2973 21.8295,5.2265 21.7405,5.2265Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M5.9292,5.2619L0.6944,9.8683L6.2675,15.8566C6.2854,15.8743 6.2854,15.8743 6.3032,15.8743H10.0957C10.2026,15.8743 10.256,15.7503 10.1848,15.6794L5.2704,10.1163L9.9711,5.4036C10.0423,5.3328 9.9889,5.2265 9.8999,5.2265H6.0005C5.9648,5.2265 5.9471,5.2442 5.9292,5.2619Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M35.7179,10.3112H32.584V19.7366C32.584,19.772 32.6197,19.8075 32.6553,19.7897L35.6287,18.8685C35.6465,18.8685 35.6644,18.833 35.6644,18.8153L35.7179,10.3112Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M37.8547,15.7503C34.9523,15.7503 32.584,13.394 32.584,10.5061C32.584,7.6183 34.9523,5.2796 37.8547,5.2796C40.757,5.2796 43.125,7.636 43.125,10.5238C43.125,13.4117 40.757,15.7503 37.8547,15.7503ZM37.8547,8.3801C36.6793,8.3801 35.7179,9.3368 35.7179,10.5061C35.7179,11.6754 36.6793,12.6321 37.8547,12.6321C39.0297,12.6321 39.9911,11.6754 39.9911,10.5061C39.9911,9.3368 39.0476,8.3801 37.8547,8.3801Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M31.5335,12.5081C31.48,10.577 29.557,9.8328 28.1326,9.3014C27.4204,9.0356 26.6726,8.7521 26.6369,8.4509C26.6191,8.3801 26.6191,8.1675 26.7794,7.9726C26.9574,7.7777 27.2601,7.6891 27.6874,7.7068C28.4887,7.7423 28.827,8.2915 28.9517,8.6104L28.9695,8.6458L29.0051,8.6813C29.1119,8.7875 29.2899,8.823 29.4146,8.7344L31.2842,7.636C31.4444,7.5474 31.4978,7.3525 31.4088,7.193C30.6966,5.9351 29.2899,5.2265 27.5272,5.2265C26.4945,5.2265 25.533,5.5454 24.803,6.1123C24.0195,6.7147 23.5922,7.5651 23.5922,8.5041C23.5922,9.7974 24.3044,10.7541 25.7111,11.3742C25.9603,11.4805 26.3164,11.5691 26.7082,11.6577C27.4916,11.8526 28.5777,12.1183 28.4709,12.579C28.4175,12.8447 28.097,13.2699 27.4382,13.2345C26.8684,13.1991 26.3877,12.8979 26.1918,12.4195V12.4018L26.174,12.3664C26.0849,12.2246 25.8891,12.1715 25.7289,12.2601L23.8593,13.3762C23.699,13.4648 23.6456,13.6597 23.7346,13.8192C24.4468,15.0593 25.8535,15.7857 27.5984,15.7857H27.6162C28.827,15.7857 29.9844,15.3251 30.7144,14.581C31.2664,14.014 31.5513,13.2876 31.5335,12.5081Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M16.025,5.2442C13.1939,5.262 10.897,7.5474 10.897,10.3644V15.7503C10.897,15.7681 10.9148,15.8035 10.9504,15.8035H14.0664C14.0842,15.8035 14.1198,15.7858 14.1198,15.7503V10.8782C14.1198,9.5317 15.2237,8.4333 16.5769,8.4333H17.1467C17.1823,8.4333 17.2179,8.3978 17.2179,8.3801L17.5384,5.4037C17.5562,5.3151 17.485,5.2442 17.396,5.2442H16.025Z" />
|
||||
</vector>
|
12
com.discord/res/drawable/ic_krisp_logo_light.xml
Normal file
12
com.discord/res/drawable/ic_krisp_logo_light.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="32.0dip" android:width="69.0dip" android:viewportWidth="69.0" android:viewportHeight="32.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ff242931" android:pathData="M0,25.1154V3.7418C0,3.6851 0.0285,3.6284 0.0855,3.6284L4.7291,2.2111C4.8146,2.1827 4.9001,2.2394 4.9001,2.3244V17.3484V25.1438C4.9001,25.2288 4.8431,25.2855 4.7576,25.2855H0.1424C0.057,25.2572 0,25.2005 0,25.1154Z" />
|
||||
<path android:fillColor="#ffff7e61" android:pathData="M32.6482,0C34.386,0 35.725,1.3607 35.725,3.0331C35.725,4.7056 34.3575,6.0379 32.6482,6.0379C30.9958,6.0379 29.6284,4.6773 29.6284,3.0331C29.5999,1.3607 30.9958,0 32.6482,0Z" />
|
||||
<path android:fillColor="#ff242931" android:pathData="M34.7848,8.3623H30.3406C30.1981,8.3623 30.0842,8.4757 30.0842,8.6174V25.0587C30.0842,25.2005 30.1981,25.3139 30.3406,25.3139H34.7848C34.9272,25.3139 35.0412,25.2005 35.0412,25.0587V8.6174C35.0412,8.4757 34.9272,8.3623 34.7848,8.3623Z" />
|
||||
<path android:fillColor="#ff242931" android:pathData="M9.4868,8.4191L1.1111,15.7893L10.0281,25.3705C10.0566,25.3989 10.0566,25.3989 10.0851,25.3989H16.1532C16.3241,25.3989 16.4096,25.2005 16.2956,25.0871L8.4327,16.1861L15.9538,8.6458C16.0677,8.5324 15.9822,8.3623 15.8398,8.3623H9.6007C9.5438,8.3623 9.5153,8.3907 9.4868,8.4191Z" />
|
||||
<path android:fillColor="#ff242931" android:pathData="M57.1486,16.4979H52.1344V31.5785C52.1344,31.6352 52.1915,31.6919 52.2485,31.6635L57.0059,30.1895C57.0344,30.1895 57.063,30.1328 57.063,30.1045L57.1486,16.4979Z" />
|
||||
<path android:fillColor="#ff242931" android:pathData="M60.5674,25.2005C55.9237,25.2005 52.1344,21.4303 52.1344,16.8098C52.1344,12.1892 55.9237,8.4474 60.5674,8.4474C65.2112,8.4474 69,12.2175 69,16.8381C69,21.4587 65.2112,25.2005 60.5674,25.2005ZM60.5674,13.4081C58.6868,13.4081 57.1486,14.9388 57.1486,16.8098C57.1486,18.6807 58.6868,20.2114 60.5674,20.2114C62.4476,20.2114 63.9858,18.6807 63.9858,16.8098C63.9858,14.9388 62.4761,13.4081 60.5674,13.4081Z" />
|
||||
<path android:fillColor="#ff242931" android:pathData="M50.4535,20.013C50.3681,16.9232 47.2912,15.7325 45.0122,14.8822C43.8726,14.4569 42.6761,14.0034 42.6191,13.5215C42.5906,13.4081 42.5906,13.0679 42.847,12.7561C43.1319,12.4443 43.6162,12.3026 44.2999,12.3309C45.5819,12.3876 46.1232,13.2664 46.3226,13.7766L46.3511,13.8333L46.4081,13.89C46.579,14.0601 46.8639,14.1168 47.0633,13.975L50.0547,12.2176C50.311,12.0758 50.3965,11.764 50.2541,11.5089C49.1145,9.4962 46.8639,8.3623 44.0435,8.3623C42.3911,8.3623 40.8528,8.8726 39.6847,9.7797C38.4312,10.7435 37.7475,12.1042 37.7475,13.6066C37.7475,15.6759 38.887,17.2066 41.1377,18.1988C41.5365,18.3688 42.1063,18.5106 42.733,18.6523C43.9865,18.9641 45.7244,19.3893 45.5534,20.1264C45.468,20.5515 44.9551,21.2319 43.9011,21.1752C42.9894,21.1185 42.2203,20.6366 41.9068,19.8712V19.8429L41.8784,19.7862C41.7359,19.5594 41.4226,19.4744 41.1662,19.6161L38.1748,21.402C37.9184,21.5437 37.8329,21.8555 37.9754,22.1107C39.1149,24.0949 41.3656,25.2571 44.1575,25.2571H44.186C46.1232,25.2571 47.975,24.5202 49.143,23.3296C50.0262,22.4225 50.482,21.2602 50.4535,20.013Z" />
|
||||
<path android:fillColor="#ff242931" android:pathData="M25.64,8.3907C21.1102,8.4191 17.4352,12.0759 17.4352,16.5831V25.2006C17.4352,25.2289 17.4637,25.2856 17.5207,25.2856H22.5062C22.5347,25.2856 22.5917,25.2573 22.5917,25.2006V17.4052C22.5917,15.2508 24.358,13.4933 26.5231,13.4933H27.4348C27.4917,13.4933 27.5487,13.4365 27.5487,13.4082L28.0615,8.6459C28.09,8.5042 27.976,8.3907 27.8336,8.3907H25.64Z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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="#ffb9bbbe" android:pathData="M12,2C6.486,2 2,6.486 2,12C2,17.515 6.486,22 12,22C14.039,22 15.993,21.398 17.652,20.259L16.521,18.611C15.195,19.519 13.633,20 12,20C7.589,20 4,16.411 4,12C4,7.589 7.589,4 12,4C16.411,4 20,7.589 20,12V12.782C20,14.17 19.402,15 18.4,15L18.398,15.018C18.338,15.005 18.273,15 18.209,15H18C17.437,15 16.6,14.182 16.6,13.631V12C16.6,9.464 14.537,7.4 12,7.4C9.463,7.4 7.4,9.463 7.4,12C7.4,14.537 9.463,16.6 12,16.6C13.234,16.6 14.35,16.106 15.177,15.313C15.826,16.269 16.93,17 18,17L18.002,16.981C18.064,16.994 18.129,17 18.195,17H18.4C20.552,17 22,15.306 22,12.782V12C22,6.486 17.514,2 12,2ZM12,14.599C10.566,14.599 9.4,13.433 9.4,11.999C9.4,10.565 10.566,9.399 12,9.399C13.434,9.399 14.6,10.565 14.6,11.999C14.6,13.433 13.434,14.599 12,14.599Z" />
|
||||
</vector>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ffffffff" android:pathData="M4.4667,7.3333H3.3334C3.3334,8.1267 3.56,8.8667 3.9334,9.52L4.7534,8.7C4.5734,8.2867 4.4667,7.8267 4.4667,7.3333Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M6.0067,7.39C6.01,7.4083 6.0134,7.4267 6.0134,7.4467L10,3.4533V3.3333C10,2.2267 9.1067,1.3333 8,1.3333C6.8934,1.3333 6,2.2267 6,3.3333V7.3333C6,7.3533 6.0034,7.3717 6.0067,7.39Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M7.8158,10.7284L7.3088,11.2354L6.8356,11.7125C6.9986,11.7553 7.1647,11.7892 7.3334,11.8133V14.6667H8.6667V11.8133C10.8534,11.4867 12.6667,9.6067 12.6667,7.3333H11.5334C11.5334,9.3333 9.84,10.7333 8,10.7333C7.9384,10.7333 7.877,10.7317 7.8158,10.7284Z" />
|
||||
<path android:fillColor="#fff04747" android:pathData="M14,2.8467L13.1533,2L2,13.1533L2.8467,14L5.64,11.2133L6.46,10.3867L7.5667,9.28L9.9933,6.8533L14,2.8467Z" />
|
||||
</vector>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ff060607" android:pathData="M4.4667,7.3333H3.3334C3.3334,8.1267 3.56,8.8667 3.9334,9.52L4.7534,8.7C4.5734,8.2867 4.4667,7.8267 4.4667,7.3333Z" />
|
||||
<path android:fillColor="#ff060607" android:pathData="M6.0067,7.39C6.01,7.4083 6.0134,7.4267 6.0134,7.4467L10,3.4533V3.3333C10,2.2267 9.1067,1.3333 8,1.3333C6.8934,1.3333 6,2.2267 6,3.3333V7.3333C6,7.3533 6.0034,7.3717 6.0067,7.39Z" />
|
||||
<path android:fillColor="#ff060607" android:pathData="M7.8158,10.7284L7.3088,11.2354L6.8356,11.7125C6.9986,11.7553 7.1647,11.7892 7.3334,11.8133V14.6667H8.6667V11.8133C10.8534,11.4867 12.6667,9.6067 12.6667,7.3333H11.5334C11.5334,9.3333 9.84,10.7333 8,10.7333C7.9384,10.7333 7.877,10.7317 7.8158,10.7284Z" />
|
||||
<path android:fillColor="#fff04747" android:pathData="M14,2.8467L13.1533,2L2,13.1533L2.8467,14L5.64,11.2133L6.46,10.3867L7.5667,9.28L9.9933,6.8533L14,2.8467Z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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="#fff04747" android:pathData="M19,12C19,13.19 18.66,14.3 18.1,15.28L16.87,14.05C17.14,13.43 17.3,12.74 17.3,12L19,12L19,12ZM15,12.16L9,6.18L9,6C9,4.343 10.343,3 12,3C13.657,3 15,4.343 15,6L15,12L15,12.16L15,12.16ZM4.27,4L21,20.73L19.73,22L15.54,17.81C14.77,18.27 13.91,18.58 13,18.72L13,22L11,22L11,18.72C7.72,18.23 5,15.41 5,12L6.7,12C6.7,15 9.24,17.1 12,17.1C12.81,17.1 13.6,16.91 14.31,16.58L12.65,14.92L12,15C10.343,15 9,13.657 9,12L9,11.28L3,5.27L4.27,4Z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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="@color/primary_dark_400" android:pathData="M12,3C13.657,3 15,4.343 15,6L15,12C15,13.657 13.657,15 12,15C10.343,15 9,13.657 9,12L9,6C9,4.343 10.343,3 12,3L12,3ZM19,12C19,15.53 16.39,18.44 13,18.93L13,22L11,22L11,18.93C7.61,18.44 5,15.53 5,12L7,12C7,14.761 9.239,17 12,17C14.761,17 17,14.761 17,12L19,12L19,12Z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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="@color/primary_light_500" android:pathData="M12,3C13.657,3 15,4.343 15,6L15,12C15,13.657 13.657,15 12,15C10.343,15 9,13.657 9,12L9,6C9,4.343 10.343,3 12,3L12,3ZM19,12C19,15.53 16.39,18.44 13,18.93L13,22L11,22L11,18.93C7.61,18.44 5,15.53 5,12L7,12C7,14.761 9.239,17 12,17C14.761,17 17,14.761 17,12L19,12L19,12Z" />
|
||||
</vector>
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_mic_muted_white_red_24dp" android:state_activated="true" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_mic_muted_white_red_24dp" />
|
||||
<item android:drawable="@drawable/ic_mic_primary_dark_400_24dp" />
|
||||
<item android:drawable="@drawable/ic_mic_muted_interactiveactive_dark_24dp" android:state_activated="true" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_mic_muted_interactiveactive_dark_24dp" />
|
||||
<item android:drawable="@drawable/ic_mic_interactivenormal_dark_24dp" />
|
||||
</selector>
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_mic_muted_grey_red_24dp" android:state_activated="true" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_mic_muted_grey_red_24dp" />
|
||||
<item android:drawable="@drawable/ic_mic_primary_light_500_24dp" />
|
||||
<item android:drawable="@drawable/ic_mic_muted_interactiveactive_light_24dp" android:state_activated="true" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_mic_muted_interactiveactive_light_24dp" />
|
||||
<item android:drawable="@drawable/ic_mic_interactivenormal_light_24dp" />
|
||||
</selector>
|
8
com.discord/res/drawable/ic_mute_v2_muted.xml
Normal file
8
com.discord/res/drawable/ic_mute_v2_muted.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ffffffff" android:pathData="M4.4668,7.3333H3.3335C3.3335,8.1267 3.5602,8.8667 3.9335,9.52L4.7535,8.7C4.5735,8.2867 4.4668,7.8267 4.4668,7.3333Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M6.0068,7.39C6.0102,7.4083 6.0135,7.4267 6.0135,7.4467L10.0002,3.4533V3.3333C10.0002,2.2267 9.1068,1.3333 8.0002,1.3333C6.8935,1.3333 6.0002,2.2267 6.0002,3.3333V7.3333C6.0002,7.3533 6.0035,7.3717 6.0068,7.39Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M7.8159,10.7284L7.309,11.2354L6.8357,11.7125C6.9987,11.7554 7.1648,11.7892 7.3335,11.8133V14.6667H8.6668V11.8133C10.8535,11.4867 12.6668,9.6067 12.6668,7.3333H11.5335C11.5335,9.3333 9.8402,10.7333 8.0002,10.7333C7.9386,10.7333 7.8771,10.7317 7.8159,10.7284Z" />
|
||||
<path android:fillColor="#ffffffff" android:pathData="M14,2.8467L13.1533,2L2,13.1533L2.8467,14L5.64,11.2133L6.46,10.3867L7.5667,9.28L9.9933,6.8533L14,2.8467Z" />
|
||||
</vector>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M4.4668,7.3333H3.3335C3.3335,8.1267 3.5602,8.8667 3.9335,9.52L4.7535,8.7C4.5735,8.2867 4.4668,7.8267 4.4668,7.3333Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M6.0068,7.39C6.0102,7.4083 6.0135,7.4267 6.0135,7.4467L10.0002,3.4533V3.3333C10.0002,2.2267 9.1068,1.3333 8.0002,1.3333C6.8935,1.3333 6.0002,2.2267 6.0002,3.3333V7.3333C6.0002,7.3533 6.0035,7.3717 6.0068,7.39Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M7.8159,10.7284L7.309,11.2354L6.8357,11.7125C6.9987,11.7554 7.1648,11.7892 7.3335,11.8133V14.6667H8.6668V11.8133C10.8535,11.4867 12.6668,9.6067 12.6668,7.3333H11.5335C11.5335,9.3333 9.8402,10.7333 8.0002,10.7333C7.9386,10.7333 7.8771,10.7317 7.8159,10.7284Z" />
|
||||
<path android:fillColor="#fff04747" android:pathData="M14,2.8467L13.1533,2L2,13.1533L2.8467,14L5.64,11.2133L6.46,10.3867L7.5667,9.28L9.9933,6.8533L14,2.8467Z" />
|
||||
</vector>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="16.0dip" android:width="16.0dip" android:viewportWidth="16.0" android:viewportHeight="16.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ff4f5660" android:pathData="M4.4668,7.3333H3.3335C3.3335,8.1267 3.5602,8.8667 3.9335,9.52L4.7535,8.7C4.5735,8.2867 4.4668,7.8267 4.4668,7.3333Z" />
|
||||
<path android:fillColor="#ff4f5660" android:pathData="M6.0068,7.39C6.0102,7.4083 6.0135,7.4267 6.0135,7.4467L10.0002,3.4533V3.3333C10.0002,2.2267 9.1068,1.3333 8.0002,1.3333C6.8935,1.3333 6.0002,2.2267 6.0002,3.3333V7.3333C6.0002,7.3533 6.0035,7.3717 6.0068,7.39Z" />
|
||||
<path android:fillColor="#ff4f5660" android:pathData="M7.8159,10.7284L7.309,11.2354L6.8357,11.7125C6.9987,11.7554 7.1648,11.7892 7.3335,11.8133V14.6667H8.6668V11.8133C10.8535,11.4867 12.6668,9.6067 12.6668,7.3333H11.5335C11.5335,9.3333 9.8402,10.7333 8.0002,10.7333C7.9386,10.7333 7.8771,10.7317 7.8159,10.7284Z" />
|
||||
<path android:fillColor="#fff04747" android:pathData="M14,2.8467L13.1533,2L2,13.1533L2.8467,14L5.64,11.2133L6.46,10.3867L7.5667,9.28L9.9933,6.8533L14,2.8467Z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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="M10,12C12.21,12 14,10.21 14,8C14,5.79 12.21,4 10,4C7.79,4 6,5.79 6,8C6,10.21 7.79,12 10,12L10,12ZM10,14C12.67,14 18,15.34 18,18L18,20L2,20L2,18C2,15.34 7.33,14 10,14ZM19.068,9.926L21.407,9.926C21.583,9.926 22,9.926 22,10.499C22,11.071 21.583,11.072 21.407,11.072L19.068,11.072L19.068,13.429C19.068,13.604 19.068,13.997 18.501,13.997C17.935,13.997 17.929,13.546 17.929,13.371L17.929,11.072L15.614,11.072C15.439,11.072 15.006,11.071 15.006,10.499C15.006,9.926 15.439,9.926 15.614,9.926L17.929,9.926L17.929,7.561C17.929,7.385 17.935,7 18.501,7C19.068,7 19.068,7.385 19.068,7.561L19.068,9.926Z" />
|
||||
</vector>
|
|
@ -1,7 +0,0 @@
|
|||
<?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="#ffb9bbbe" android:pathData="M16,9C17.488,9 18.865,9.4679 20,10.26V5.0019H0V16C0,17.103 0.896,18 2,18H9.294C9.106,17.367 9,16.695 9,16C9,12.134 12.134,9 16,9Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M20,2C20,0.896 19.104,0 18,0H2C0.896,0 0,0.896 0,2V4.002H20V2ZM3,3C2.447,3 2,2.553 2,2C2,1.447 2.447,1 3,1C3.553,1 4,1.447 4,2C4,2.553 3.553,3 3,3ZM6,3C5.447,3 5,2.553 5,2C5,1.447 5.447,1 6,1C6.553,1 7,1.447 7,2C7,2.553 6.553,3 6,3Z" />
|
||||
<path android:fillColor="#ffb9bbbe" android:pathData="M20.167,18.753C20.691,17.963 21,17.018 21,16C21,13.243 18.757,11 16,11C13.243,11 11,13.243 11,16C11,18.757 13.243,21 16,21C17.018,21 17.963,20.691 18.753,20.167L22,23.414L23.414,22L20.167,18.753ZM16,19C14.346,19 13,17.654 13,16C13,14.346 14.346,13 16,13C17.654,13 19,14.346 19,16C19,17.654 17.654,19 16,19Z" />
|
||||
</vector>
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_volume_up_white_24dp" android:state_activated="true" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_volume_up_white_24dp" />
|
||||
<item android:drawable="@drawable/ic_volume_up_primary_dark_400_24dp" />
|
||||
</selector>
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_volume_up_dark_grey_24dp" android:state_activated="true" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/ic_volume_up_dark_grey_24dp" />
|
||||
<item android:drawable="@drawable/ic_volume_up_primary_light_500_24dp" />
|
||||
</selector>
|
5
com.discord/res/drawable/ic_tooltip_bottom_tail.xml
Normal file
5
com.discord/res/drawable/ic_tooltip_bottom_tail.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="4.0dip" android:width="8.0dip" android:viewportWidth="8.0" android:viewportHeight="4.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ffffffff" android:pathData="M4,4L0,0H8L4,4Z" />
|
||||
</vector>
|
5
com.discord/res/drawable/ic_videocam_white_12dp.xml
Normal file
5
com.discord/res/drawable/ic_videocam_white_12dp.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:height="12.0dip" android:width="12.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="#ffffffff" android:pathData="M21.526,8.149C21.231,7.966 20.862,7.951 20.553,8.105L18,9.382V7C18,5.897 17.103,5 16,5H4C2.897,5 2,5.897 2,7V17C2,18.104 2.897,19 4,19H16C17.103,19 18,18.104 18,17V14.618L20.553,15.894C20.694,15.965 20.847,16 21,16C21.183,16 21.365,15.949 21.526,15.851C21.82,15.668 22,15.347 22,15V9C22,8.653 21.82,8.332 21.526,8.149Z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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="#ff4f545c" android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM14,3.23v2.06c2.89,0.86 5,3.54 5,6.71s-2.11,5.85 -5,6.71v2.06c4.01,-0.91 7,-4.49 7,-8.77s-2.99,-7.86 -7,-8.77z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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="@color/primary_dark_400" android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM14,3.23v2.06c2.89,0.86 5,3.54 5,6.71s-2.11,5.85 -5,6.71v2.06c4.01,-0.91 7,-4.49 7,-8.77s-2.99,-7.86 -7,-8.77z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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="@color/primary_light_500" android:pathData="M3,9v6h4l5,5L12,4L7,9L3,9zM16.5,12c0,-1.77 -1.02,-3.29 -2.5,-4.03v8.05c1.48,-0.73 2.5,-2.25 2.5,-4.02zM14,3.23v2.06c2.89,0.86 5,3.54 5,6.71s-2.11,5.85 -5,6.71v2.06c4.01,-0.91 7,-4.49 7,-8.77s-2.99,-7.86 -7,-8.77z" />
|
||||
</vector>
|
|
@ -1,5 +0,0 @@
|
|||
<?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>
|
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="vector" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
|
||||
<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:name="path" android:fillColor="#ff000000" android:pathData="M 19 6.41 L 17.59 5 L 12 10.59 L 6.41 5 L 5 6.41 L 10.59 12 L 5 17.59 L 6.41 19 L 12 13.41 L 17.59 19 L 19 17.59 L 13.41 12 Z" android:strokeWidth="1.0" />
|
||||
</vector>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="vector" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
|
||||
<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:name="path_1" android:fillColor="#ff000000" android:pathData="M 15.41 16.59 L 10.83 12 L 15.41 7.41 L 14 6 L 8 12 L 14 18 L 15.41 16.59 Z" android:strokeWidth="1.0" />
|
||||
</vector>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="vector" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
|
||||
<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:name="path" android:fillColor="#ff000000" android:pathData="M 8.59 16.59 L 13.17 12 L 8.59 7.41 L 10 6 L 16 12 L 10 18 L 8.59 16.59 Z" android:strokeWidth="1.0" />
|
||||
</vector>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="vector" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
|
||||
<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:name="path" android:fillColor="#ff000000" android:pathData="M 7 10 L 12 15 L 17 10 Z" android:strokeWidth="1.0" />
|
||||
</vector>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector android:name="vector" android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
|
||||
<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:name="path" android:fillColor="#ff000000" android:pathData="M 7 14 L 12 9 L 17 14 Z" android:strokeWidth="1.0" />
|
||||
</vector>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple android:color="@color/ripple_material_light"
|
||||
<ripple android:color="@color/androidx_core_ripple_material_light"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@android:id/mask">
|
||||
<inset android:insetLeft="@dimen/compat_button_inset_horizontal_material" android:insetRight="@dimen/compat_button_inset_horizontal_material" android:insetTop="@dimen/compat_button_inset_vertical_material" android:insetBottom="@dimen/compat_button_inset_vertical_material"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:startColor="#4d000000" android:endColor="#00000000" android:type="radial" android:centerY="95.00001%p" android:gradientRadius="95.00001%p" />
|
||||
<gradient android:startColor="#4d000000" android:endColor="#00000000" android:angle="0.0" android:type="radial" android:centerY="95.00001%p" android:gradientRadius="95.00001%p" />
|
||||
</shape>
|
|
@ -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/primary_dark_560" />
|
||||
<corners android:topLeftRadius="64.0dip" android:bottomLeftRadius="64.0dip" />
|
||||
</shape>
|
|
@ -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/primary_dark_660" />
|
||||
<corners android:topRightRadius="64.0dip" android:bottomRightRadius="64.0dip" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue