Changes of com.discord v893
This commit is contained in:
parent
b12ed09ad3
commit
e7d58b4ffe
397 changed files with 7278 additions and 7165 deletions
6
com.discord/res/drawable/ic_status_invisible_16dp.xml
Normal file
6
com.discord/res/drawable/ic_status_invisible_16dp.xml
Normal 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>
|
6
com.discord/res/drawable/ic_status_online_16dp.xml
Normal file
6
com.discord/res/drawable/ic_status_online_16dp.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue