summaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
authorConny Duck <k.pozniak@gmx.at>2018-02-17 11:26:08 +0100
committerConny Duck <k.pozniak@gmx.at>2018-02-17 11:26:08 +0100
commit9003ea04e99ac7b53d91862dd5ca5c74f3e1cdba (patch)
treed6ab0a8275c2f3e626373ee004a25b83b82629fc /app/src/main/res
parent9a7f911989958135b8cdfb868079461df97be881 (diff)
add adaptive icon
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/drawable-v26/ic_launcher_background.xml8
-rw-r--r--app/src/main/res/drawable-v26/ic_launcher_foreground.xml19
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml9
3 files changed, 36 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-v26/ic_launcher_background.xml b/app/src/main/res/drawable-v26/ic_launcher_background.xml
new file mode 100644
index 000000000..0cb4e2745
--- /dev/null
+++ b/app/src/main/res/drawable-v26/ic_launcher_background.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <size
+ android:width="108dp"
+ android:height="108dp" />
+ <solid android:color="#454b5a" />
+</shape> \ No newline at end of file
diff --git a/app/src/main/res/drawable-v26/ic_launcher_foreground.xml b/app/src/main/res/drawable-v26/ic_launcher_foreground.xml
new file mode 100644
index 000000000..a6159b5a7
--- /dev/null
+++ b/app/src/main/res/drawable-v26/ic_launcher_foreground.xml
@@ -0,0 +1,19 @@
+<vector android:height="108dp" android:viewportHeight="135.46667"
+ android:viewportWidth="135.46666" android:width="108dp" xmlns:android="http://schemas.android.com/apk/res/android">
+ <path android:fillAlpha="1" android:fillColor="#c3a95f"
+ android:pathData="m93.3,35.85c0,0 4.81,16.33 -21.54,1.74 -2.45,-1.72 -34.32,-8.83 -33.34,20.35 -0.86,0.86 -20.79,17.93 -16.3,37.63 0.84,3.08 7.6,16.18 43.15,13.73 0.26,-0.01 16.48,-1.2 21.68,-8.43 0.04,-1.13 -6.5,-17.12 -7.19,-20.59 -0.69,-3.47 -6.2,-17.86 7.37,-22.28 0.95,-0.48 21.91,-7.25 13.69,-24.62 -2.33,2 -7.51,2.46 -7.51,2.46z"
+ android:strokeAlpha="1" android:strokeColor="#00000000"
+ android:strokeLineCap="butt" android:strokeLineJoin="miter" android:strokeWidth="0.2426921"/>
+ <path android:fillAlpha="1" android:fillColor="#039be5"
+ android:pathData="M87.99,26.35m-5.29,0a5.29,5.29 0,1 1,10.58 0a5.29,5.29 0,1 1,-10.58 0"
+ android:strokeAlpha="1" android:strokeColor="#00000000"
+ android:strokeLineCap="square" android:strokeLineJoin="miter" android:strokeWidth="1.11684835"/>
+ <path android:fillAlpha="1" android:fillColor="#039be5"
+ android:pathData="M98.15,29.47m-2.65,0a2.65,2.65 0,1 1,5.29 0a2.65,2.65 0,1 1,-5.29 0"
+ android:strokeAlpha="1" android:strokeColor="#00000000"
+ android:strokeLineCap="square" android:strokeLineJoin="miter" android:strokeWidth="0.55842417"/>
+ <path android:fillAlpha="1" android:fillColor="#039be5"
+ android:pathData="M96.28,19.45m-3.31,0a3.31,3.31 0,1 1,6.61 0a3.31,3.31 0,1 1,-6.61 0"
+ android:strokeAlpha="1" android:strokeColor="#00000000"
+ android:strokeLineCap="square" android:strokeLineJoin="miter" android:strokeWidth="0.69803023"/>
+</vector>
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 000000000..e9baec34f
--- /dev/null
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="108dp" android:layout_width="108dp">
+ <background android:drawable="@drawable/ic_launcher_background"/>
+ <foreground>
+ <inset
+ android:inset="18%"
+ android:drawable="@drawable/ic_launcher_foreground" />
+ </foreground>
+</adaptive-icon> \ No newline at end of file