Changes of com.discord v937

This commit is contained in:
root 2019-08-05 20:07:42 +02:00
parent 1dc4020927
commit bc0d7ccc0b
737 changed files with 16039 additions and 13052 deletions

View file

@ -0,0 +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" />
<corners android:topLeftRadius="4.0dip" android:topRightRadius="4.0dip" />
</shape>