Changes of com.discord v1115
This commit is contained in:
parent
38b3e434d4
commit
774f680bc0
896 changed files with 33520 additions and 31892 deletions
6
com.discord/res/drawable/bg_stream_label.xml
Normal file
6
com.discord/res/drawable/bg_stream_label.xml
Normal file
|
@ -0,0 +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/black_alpha_60" />
|
||||
<corners android:radius="8.0dip" />
|
||||
</shape>
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:startColor="@color/transparent" android:endColor="@color/primary_630" android:angle="90.0" />
|
||||
<gradient android:startColor="@color/transparent" android:endColor="#66000000" android:angle="90.0" />
|
||||
</shape>
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient android:startColor="@color/transparent" android:endColor="@color/primary_light_130" android:angle="90.0" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue