Changes of com.discord v852
This commit is contained in:
parent
a9c944f00c
commit
ca7ba0a661
3301 changed files with 60192 additions and 55138 deletions
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape>
|
||||
<solid android:color="@color/primary_630" />
|
||||
<corners android:radius="2.0dip" />
|
||||
<stroke android:width="1.0dip" android:color="@color/primary_700" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:right="@dimen/uikit_spacing_medium">
|
||||
<bitmap android:gravity="end" android:src="@drawable/ic_dropdown_white_18dp" />
|
||||
</item>
|
||||
</layer-list>
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/primary_700" />
|
||||
</shape>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="3.0dip" />
|
||||
<solid android:color="@color/status_red_500" />
|
||||
</shape>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners android:radius="3.0dip" />
|
||||
<solid android:color="@color/brand_500" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue