Changes of com.discord v943

This commit is contained in:
root 2019-08-20 05:53:10 +02:00
parent dfd0feeb09
commit f27ef80230
1127 changed files with 29957 additions and 22727 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>