Skip to content

Commit 8571a71

Browse files
committed
added 90 webgradients colors.
1 parent 1d2e704 commit 8571a71

File tree

79 files changed

+340
-72
lines changed

Some content is hidden

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

79 files changed

+340
-72
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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="#24d292"
8+
android:startColor="#d558c8" />
9+
</shape>
10+
<!--background-image: linear-gradient(-20deg, #d558c8 0%, #24d292 100%);-->

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

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

55
<gradient
6-
android:angle="-135"
6+
android:angle="315"
77
android:endColor="#f68084"
88
android:startColor="#a6c0fe" />
9-
</shape>
9+
</shape>
10+
<!--background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);-->

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
android:angle="45"
77
android:endColor="#80d0c7"
88
android:startColor="#13547a" />
9-
</shape>
9+
</shape>
10+
<!--background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);-->

Library/src/main/res/drawable/wg_awsome_pine.xml renamed to Library/src/main/res/drawable/wg_awesome_pine.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
android:angle="90"
77
android:endColor="#cfc7f8"
88
android:startColor="#ebbba7" />
9-
</shape>
9+
</shape>
10+
<!--background-image: linear-gradient(to top, #ebbba7 0%, #cfc7f8 100%);-->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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="#d09693"
8+
android:startColor="#c71d6f" />
9+
</shape>
10+
<!--background-image: linear-gradient(to top, #c71d6f 0%, #d09693 100%);-->

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
android:angle="90"
77
android:endColor="#d1fdff"
88
android:startColor="#fddb92" />
9-
</shape>
9+
</shape>
10+
<!--background-image: linear-gradient(to top, #fddb92 0%, #d1fdff 100%);-->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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="45"
7+
android:endColor="#e4efe9"
8+
android:startColor="#93a5cf" />
9+
</shape>
10+
<!--background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);-->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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="#e3eeff"
8+
android:startColor="#f3e7e9" />
9+
</shape>
10+
<!--background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);-->

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

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

55
<gradient
6-
android:angle="-135"
6+
android:angle="315"
77
android:endColor="#ebedee"
88
android:startColor="#fdfbfb" />
9-
</shape>
9+
</shape>
10+
<!--background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);-->
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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="45"
7+
android:endColor="#e4efe9"
8+
android:startColor="#93a5cf" />
9+
</shape>
10+
<!--background-image: linear-gradient(45deg, #93a5cf 0%, #e4efe9 100%);-->

0 commit comments

Comments
 (0)