Changes of com.discord v1058

This commit is contained in:
root 2020-03-10 00:19:51 +01:00
parent 14c1b0df03
commit 0b1b8ea694
1110 changed files with 42198 additions and 31666 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>