Skip to content

Commit 1d2e704

Browse files
committed
added 70 webgradients colors.
1 parent 77a714d commit 1d2e704

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+412
-43
lines changed

Library/src/main/res/drawable/_013_heavy_rain.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Library/src/main/res/drawable/_018_cloudy_knoxville.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

Library/src/main/res/drawable/_014_amy_crisp.xml renamed to Library/src/main/res/drawable/wg_amy_crisp.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
android:shape="rectangle">
44

55
<gradient
6-
android:angle="225"
6+
android:angle="-135"
77
android:endColor="#f68084"
88
android:startColor="#a6c0fe" />
99
</shape>

Library/src/main/res/drawable/_001_warm_flame.xml renamed to Library/src/main/res/drawable/wg_aqua_splash.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
android:shape="rectangle">
44

55
<gradient
6-
android:angle="225"
7-
android:endColor="#ff9a9e"
8-
android:startColor="#fad0c4" />
9-
</shape>
10-
<!-- source of colors https://webgradients.com-->
6+
android:angle="45"
7+
android:endColor="#80d0c7"
8+
android:startColor="#13547a" />
9+
</shape>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:shape="rectangle">
4+
5+
<gradient
6+
android:angle="90"
7+
android:endColor="#cfc7f8"
8+
android:startColor="#ebbba7" />
9+
</shape>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:shape="rectangle">
4+
5+
<gradient
6+
android:angle="90"
7+
android:endColor="#d1fdff"
8+
android:startColor="#fddb92" />
9+
</shape>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:shape="rectangle">
4+
5+
<gradient
6+
android:angle="-135"
7+
android:endColor="#ebedee"
8+
android:startColor="#fdfbfb" />
9+
</shape>

Library/src/main/res/drawable/_016_deep_blue.xml renamed to Library/src/main/res/drawable/wg_deep_blue.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
android:shape="rectangle">
44

55
<gradient
6-
android:angle="225"
6+
android:angle="-135"
77
android:endColor="#8ec5fc"
88
android:startColor="#e0c3fc" />
99
</shape>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:shape="rectangle">
4+
5+
<gradient
6+
android:angle="0"
7+
android:endColor="#2575fc"
8+
android:startColor="#6a11cb" />
9+
</shape>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3+
android:shape="rectangle">
4+
5+
<gradient
6+
android:angle="90"
7+
android:endColor="#bac8e0"
8+
android:startColor="#6a85b6" />
9+
</shape>

0 commit comments

Comments
 (0)