Changes of com.discord v1115

This commit is contained in:
root 2020-04-24 21:40:22 +02:00
parent 38b3e434d4
commit 774f680bc0
896 changed files with 33520 additions and 31892 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

@ -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>