Changes of com.discord v1056

This commit is contained in:
root 2020-03-07 03:17:34 +01:00
parent 6670fbca8c
commit 3f5a6c8b2c
1104 changed files with 41997 additions and 31487 deletions

View file

@ -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="@color/status_red_500" />
<stroke android:width="2.0dip" android:color="?colorTabsBackground" />
<corners android:radius="9999.0dip" />
</shape>