Changes of com.discord v1350
This commit is contained in:
parent
3f4974bc38
commit
298fda31c1
989 changed files with 44126 additions and 35238 deletions
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?primary_500" />
|
||||
<corners android:radius="4.0dip" />
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?colorAccent" />
|
||||
<solid android:color="@color/brand" />
|
||||
<corners android:radius="4.0dip" />
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/black" />
|
||||
<solid android:color="?colorBackgroundFloating" />
|
||||
<corners android:radius="4.0dip" />
|
||||
</shape>
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white" />
|
||||
<solid android:color="@color/primary_660_alpha_90" />
|
||||
<corners android:topLeftRadius="8.0dip" android:topRightRadius="8.0dip" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue