Changes of com.discord v943
This commit is contained in:
parent
dfd0feeb09
commit
f27ef80230
1127 changed files with 29957 additions and 22727 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="@color/primary_630" />
|
||||
<corners android:bottomLeftRadius="4.0dip" android:bottomRightRadius="4.0dip" />
|
||||
</shape>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/primary_660" />
|
||||
<corners android:radius="4.0dip" />
|
||||
<stroke android:width="1.0dip" android:color="@color/status_green_500" />
|
||||
</shape>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/primary_660" />
|
||||
<corners android:radius="4.0dip" />
|
||||
<stroke android:width="1.0dip" 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">
|
||||
<solid android:color="@color/primary_light_100" />
|
||||
<corners android:bottomLeftRadius="4.0dip" android:bottomRightRadius="4.0dip" />
|
||||
</shape>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/primary_light_100" />
|
||||
<corners android:radius="4.0dip" />
|
||||
<stroke android:width="1.0dip" android:color="@color/status_green_500" />
|
||||
</shape>
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/primary_light_100" />
|
||||
<corners android:radius="4.0dip" />
|
||||
<stroke android:width="1.0dip" android:color="@color/primary_light_200" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue