summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorezio84 <brabus84@gmail.com>2018-05-13 23:11:01 +0200
committerezio84 <brabus84@gmail.com>2018-05-13 23:11:01 +0200
commitd7617f97240e3edfa6e683be2e348f23655f7556 (patch)
tree68b78efaf0ce74571b27ca8a23c90cd6d9bb0074
parentef0f2e733310bded2d2a08fc5aeccc3801af70ff (diff)
Vectorize and improve Fling icon
-rw-r--r--res/drawable-xxhdpi/ic_eos_fling.pngbin5939 -> 0 bytes
-rw-r--r--res/drawable-xxhdpi/ic_eos_fling_dark.pngbin6022 -> 0 bytes
-rw-r--r--res/drawable-xxhdpi/ic_eos_fling_land.pngbin5939 -> 0 bytes
-rw-r--r--res/drawable-xxhdpi/ic_eos_fling_land_dark.pngbin6022 -> 0 bytes
-rw-r--r--res/drawable-xxxhdpi/ic_eos_fling.pngbin5939 -> 0 bytes
-rw-r--r--res/drawable-xxxhdpi/ic_eos_fling_dark.pngbin6022 -> 0 bytes
-rw-r--r--res/drawable-xxxhdpi/ic_eos_fling_land.pngbin5939 -> 0 bytes
-rw-r--r--res/drawable-xxxhdpi/ic_eos_fling_land_dark.pngbin6022 -> 0 bytes
-rw-r--r--res/drawable/ic_eos_fling.xml12
-rw-r--r--res/drawable/ic_eos_fling_dark.xml12
-rw-r--r--res/drawable/ic_eos_fling_land.xml12
-rw-r--r--res/drawable/ic_eos_fling_land_dark.xml12
12 files changed, 48 insertions, 0 deletions
diff --git a/res/drawable-xxhdpi/ic_eos_fling.png b/res/drawable-xxhdpi/ic_eos_fling.png
deleted file mode 100644
index 29071ac..0000000
--- a/res/drawable-xxhdpi/ic_eos_fling.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_eos_fling_dark.png b/res/drawable-xxhdpi/ic_eos_fling_dark.png
deleted file mode 100644
index c812084..0000000
--- a/res/drawable-xxhdpi/ic_eos_fling_dark.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_eos_fling_land.png b/res/drawable-xxhdpi/ic_eos_fling_land.png
deleted file mode 100644
index 29071ac..0000000
--- a/res/drawable-xxhdpi/ic_eos_fling_land.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_eos_fling_land_dark.png b/res/drawable-xxhdpi/ic_eos_fling_land_dark.png
deleted file mode 100644
index c812084..0000000
--- a/res/drawable-xxhdpi/ic_eos_fling_land_dark.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_eos_fling.png b/res/drawable-xxxhdpi/ic_eos_fling.png
deleted file mode 100644
index 29071ac..0000000
--- a/res/drawable-xxxhdpi/ic_eos_fling.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_eos_fling_dark.png b/res/drawable-xxxhdpi/ic_eos_fling_dark.png
deleted file mode 100644
index c812084..0000000
--- a/res/drawable-xxxhdpi/ic_eos_fling_dark.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_eos_fling_land.png b/res/drawable-xxxhdpi/ic_eos_fling_land.png
deleted file mode 100644
index 29071ac..0000000
--- a/res/drawable-xxxhdpi/ic_eos_fling_land.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_eos_fling_land_dark.png b/res/drawable-xxxhdpi/ic_eos_fling_land_dark.png
deleted file mode 100644
index c812084..0000000
--- a/res/drawable-xxxhdpi/ic_eos_fling_land_dark.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/ic_eos_fling.xml b/res/drawable/ic_eos_fling.xml
new file mode 100644
index 0000000..35bcdb8
--- /dev/null
+++ b/res/drawable/ic_eos_fling.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="36dp"
+ android:height="36dp"
+ android:viewportWidth="36"
+ android:viewportHeight="36">
+
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="m 18.000001,24.339682 c 3.501309,0 6.339682,-2.838372 6.339682,-6.339683 0,-3.501309 -2.838373,-6.339682 -6.339682,-6.339682 -3.501311,0 -6.339683,2.838373 -6.339683,6.339682 0,3.501311 2.838372,6.339683 6.339683,6.339683 z M 18,29.384397 C 11.712571,29.384397 6.6156025,24.287429 6.6156025,18 6.6156025,11.712573 11.712571,6.6156032 18,6.6156032 c 6.287429,0 11.384397,5.0969678 11.384397,11.3843968 0,6.287429 -5.096968,11.384397 -11.384397,11.384397 z m 0,-3.252685 v 0 c 4.49102,0 8.131712,-3.640691 8.131712,-8.131712 0,-4.49102 -3.640692,-8.1317116 -8.131712,-8.1317116 -4.491021,0 -8.1317115,3.6406906 -8.1317115,8.1317116 0,4.491021 3.6406905,8.131712 8.1317115,8.131712 z" />
+
+</vector>
diff --git a/res/drawable/ic_eos_fling_dark.xml b/res/drawable/ic_eos_fling_dark.xml
new file mode 100644
index 0000000..61a1855
--- /dev/null
+++ b/res/drawable/ic_eos_fling_dark.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="36dp"
+ android:height="36dp"
+ android:viewportWidth="36"
+ android:viewportHeight="36">
+
+ <path
+ android:fillColor="#000000"
+ android:pathData="m 18.000001,24.339682 c 3.501309,0 6.339682,-2.838372 6.339682,-6.339683 0,-3.501309 -2.838373,-6.339682 -6.339682,-6.339682 -3.501311,0 -6.339683,2.838373 -6.339683,6.339682 0,3.501311 2.838372,6.339683 6.339683,6.339683 z M 18,29.384397 C 11.712571,29.384397 6.6156025,24.287429 6.6156025,18 6.6156025,11.712573 11.712571,6.6156032 18,6.6156032 c 6.287429,0 11.384397,5.0969678 11.384397,11.3843968 0,6.287429 -5.096968,11.384397 -11.384397,11.384397 z m 0,-3.252685 v 0 c 4.49102,0 8.131712,-3.640691 8.131712,-8.131712 0,-4.49102 -3.640692,-8.1317116 -8.131712,-8.1317116 -4.491021,0 -8.1317115,3.6406906 -8.1317115,8.1317116 0,4.491021 3.6406905,8.131712 8.1317115,8.131712 z" />
+
+</vector>
diff --git a/res/drawable/ic_eos_fling_land.xml b/res/drawable/ic_eos_fling_land.xml
new file mode 100644
index 0000000..b3e0258
--- /dev/null
+++ b/res/drawable/ic_eos_fling_land.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="36dp"
+ android:height="36dp"
+ android:viewportWidth="36"
+ android:viewportHeight="36">
+
+ <path
+ android:fillColor="@color/icon_color_dark"
+ android:pathData="m 18.000001,24.339682 c 3.501309,0 6.339682,-2.838372 6.339682,-6.339683 0,-3.501309 -2.838373,-6.339682 -6.339682,-6.339682 -3.501311,0 -6.339683,2.838373 -6.339683,6.339682 0,3.501311 2.838372,6.339683 6.339683,6.339683 z M 18,29.384397 C 11.712571,29.384397 6.6156025,24.287429 6.6156025,18 6.6156025,11.712573 11.712571,6.6156032 18,6.6156032 c 6.287429,0 11.384397,5.0969678 11.384397,11.3843968 0,6.287429 -5.096968,11.384397 -11.384397,11.384397 z m 0,-3.252685 v 0 c 4.49102,0 8.131712,-3.640691 8.131712,-8.131712 0,-4.49102 -3.640692,-8.1317116 -8.131712,-8.1317116 -4.491021,0 -8.1317115,3.6406906 -8.1317115,8.1317116 0,4.491021 3.6406905,8.131712 8.1317115,8.131712 z" />
+
+</vector>
diff --git a/res/drawable/ic_eos_fling_land_dark.xml b/res/drawable/ic_eos_fling_land_dark.xml
new file mode 100644
index 0000000..b3e0258
--- /dev/null
+++ b/res/drawable/ic_eos_fling_land_dark.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="36dp"
+ android:height="36dp"
+ android:viewportWidth="36"
+ android:viewportHeight="36">
+
+ <path
+ android:fillColor="@color/icon_color_dark"
+ android:pathData="m 18.000001,24.339682 c 3.501309,0 6.339682,-2.838372 6.339682,-6.339683 0,-3.501309 -2.838373,-6.339682 -6.339682,-6.339682 -3.501311,0 -6.339683,2.838373 -6.339683,6.339682 0,3.501311 2.838372,6.339683 6.339683,6.339683 z M 18,29.384397 C 11.712571,29.384397 6.6156025,24.287429 6.6156025,18 6.6156025,11.712573 11.712571,6.6156032 18,6.6156032 c 6.287429,0 11.384397,5.0969678 11.384397,11.3843968 0,6.287429 -5.096968,11.384397 -11.384397,11.384397 z m 0,-3.252685 v 0 c 4.49102,0 8.131712,-3.640691 8.131712,-8.131712 0,-4.49102 -3.640692,-8.1317116 -8.131712,-8.1317116 -4.491021,0 -8.1317115,3.6406906 -8.1317115,8.1317116 0,4.491021 3.6406905,8.131712 8.1317115,8.131712 z" />
+
+</vector>