Changes of com.discord v1117

This commit is contained in:
root 2020-04-25 02:39:25 +02:00
parent 590d6647e1
commit 3c12455f65
1233 changed files with 51378 additions and 43830 deletions

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android">
<gradient android:startColor="@color/transparent" android:endColor="@color/primary_light_130" android:angle="90.0" />
</shape>

View 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="M14.4713,13.5287L10.876,9.9333C11.602,9.0027 12,7.866 12,6.6667C12,5.242 11.4447,3.9027 10.4373,2.896C9.4307,1.888 8.0913,1.3333 6.6667,1.3333C5.242,1.3333 3.9027,1.888 2.896,2.896C1.8887,3.9027 1.3333,5.242 1.3333,6.6667C1.3333,8.0913 1.8887,9.4307 2.896,10.4373C3.9027,11.4453 5.242,12 6.6667,12C7.866,12 9.0027,11.6027 9.9333,10.876L13.5287,14.4707L14.4713,13.5287ZM6.6667,10.6667C5.598,10.6667 4.594,10.2507 3.8387,9.4953C3.0827,8.74 2.6667,7.7353 2.6667,6.6667C2.6667,5.5987 3.0827,4.594 3.8387,3.8387C4.594,3.0827 5.598,2.6667 6.6667,2.6667C7.7353,2.6667 8.7393,3.0827 9.4947,3.8387C10.2507,4.594 10.6667,5.5987 10.6667,6.6667C10.6667,7.7353 10.2507,8.74 9.4947,9.4953C8.7393,10.2507 7.7353,10.6667 6.6667,10.6667Z" />
</vector>

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="24.0dip" android:width="24.0dip" android:viewportWidth="24.0" android:viewportHeight="24.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffffff" android:pathData="M3.998,3C2.894,3 1.998,3.895 1.998,5V17C1.998,18.104 2.894,19 3.998,19H6.9981V23L10.998,19H19.998C21.103,19 21.998,18.104 21.998,17V5C21.998,3.895 21.103,3 19.998,3H3.998Z" />
</vector>

View file

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