Changes of com.discord v893

This commit is contained in:
root 2019-05-10 02:55:14 +02:00
parent b12ed09ad3
commit e7d58b4ffe
397 changed files with 7278 additions and 7165 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<stroke android:width="4.0dip" android:color="#ff747f8d" />
<size android:height="16.0dip" android:width="16.0dip" />
</shape>

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ff43b581" />
<size android:height="16.0dip" android:width="16.0dip" />
</shape>