use svg launcher icons wherever possible

This commit is contained in:
tibbi 2017-12-04 19:06:54 +01:00
parent 65d3200c5e
commit 48f9b471cc
3 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportHeight="108"
android:viewportWidth="108">
<path
android:fillColor="#FFFFFF"
android:pathData="m54.57,45.7c0.91,-1.16 1.58,-1.99 2.4,-2.82 3.98,-4.06 8.29,-4.73 12.6,-1.99 4.15,2.57 6.05,7.96 4.31,12.77 -0.58,1.49 -1.33,2.99 -2.32,4.23 -4.23,5.14 -9.37,9.29 -14.84,12.94 -1.41,0.91 -2.82,1.08 -4.31,0.08C46.69,67.18 41.39,62.95 37.16,57.64 34.09,53.83 33.34,49.43 35.75,44.95c3.32,-6.14 10.61,-7.3 15.67,-2.57 0.91,0.83 1.82,1.91 3.15,3.32z"/>
</vector>

View File

@ -0,0 +1,13 @@
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportHeight="108"
android:viewportWidth="108">
<path
android:fillColor="#F57C00"
android:pathData="M54.3,103.2L54.3,103.2c-27,0 -48.9,-21.9 -48.9,-48.9v0c0,-27 21.9,-48.9 48.9,-48.9h0c27,0 48.9,21.9 48.9,48.9v0C103.2,81.3 81.3,103.2 54.3,103.2z"/>
<path
android:fillColor="#FFFFFF"
android:pathData="M54.6,43.7c1.1,-1.4 1.9,-2.4 2.9,-3.4c4.8,-4.9 10,-5.7 15.2,-2.4c5,3.1 7.3,9.6 5.2,15.4c-0.7,1.8 -1.6,3.6 -2.8,5.1c-5.1,6.2 -11.3,11.2 -17.9,15.6c-1.7,1.1 -3.4,1.3 -5.2,0.1c-6.9,-4.5 -13.3,-9.6 -18.4,-16c-3.7,-4.6 -4.6,-9.9 -1.7,-15.3c4,-7.4 12.8,-8.8 18.9,-3.1C51.9,40.7 53,42 54.6,43.7z"/>
</vector>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/color_primary"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>