Changes of com.discord v1259

This commit is contained in:
root 2020-09-11 23:28:29 +00:00
parent b3b8f79220
commit 992e6ebb45
53 changed files with 1662 additions and 404 deletions

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval"
xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/primary_900_alpha_60" />
</shape>

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<inset android:insetLeft="56.0dip"
xmlns:android="http://schemas.android.com/apk/res/android">
<shape>
<size android:height="0.25dip" />
<solid android:color="?colorBackgroundModifierAccent" />
</shape>
</inset>