Changes of com.discord v844

This commit is contained in:
DisTok 2019-02-08 09:21:44 +01:00
parent 4ebc9533f9
commit 96f07b3254
1975 changed files with 38004 additions and 36248 deletions

View file

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

View file

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