diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-01-13 18:17:15 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-01-13 18:17:15 -0600 |
commit | 584cefdb1df921dc8395d6f390421de7f9ba7ef5 (patch) | |
tree | b3fe1d68b439600b39753c4e6b5cf2b4ab8aa7fb /androidApp/src/main/res/drawable/icon_notify.xml | |
parent | cbec64bc49161618ba5f95382b8669b9de3d939b (diff) | |
download | etbsa-trackermap-mobile-584cefdb1df921dc8395d6f390421de7f9ba7ef5.tar.gz etbsa-trackermap-mobile-584cefdb1df921dc8395d6f390421de7f9ba7ef5.tar.bz2 etbsa-trackermap-mobile-584cefdb1df921dc8395d6f390421de7f9ba7ef5.zip |
Introduced Google product flavor for FCM notifications
Diffstat (limited to 'androidApp/src/main/res/drawable/icon_notify.xml')
-rw-r--r-- | androidApp/src/main/res/drawable/icon_notify.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/androidApp/src/main/res/drawable/icon_notify.xml b/androidApp/src/main/res/drawable/icon_notify.xml new file mode 100644 index 0000000..c92915e --- /dev/null +++ b/androidApp/src/main/res/drawable/icon_notify.xml @@ -0,0 +1,28 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:aapt="http://schemas.android.com/aapt" + android:width="24dp" + android:height="24dp" + android:viewportWidth="31.75" + android:viewportHeight="31.75"> + <path + android:pathData="m16.7714,15.5323c5.3724,1.0493 7.469,14.6249 7.469,14.6249 0,0 -0.3949,-10.5539 -8.531,-11.6354 -6.4938,-0.8632 -11.1417,7.5606 -11.1417,7.5606 0,0 6.9261,-11.581 12.2037,-10.5502z" + android:strokeLineJoin="bevel" + android:strokeWidth="1.8058915" + android:fillColor="#ff3232" + android:strokeColor="#ff3232" + android:strokeLineCap="butt"/> + <path + android:pathData="m18.261,8.9784c5.3724,1.0493 7.469,14.6249 7.469,14.6249 0,0 -0.3949,-10.5539 -8.531,-11.6354 -6.4938,-0.8632 -11.1417,7.5606 -11.1417,7.5606 0,0 6.9261,-11.581 12.2037,-10.5502z" + android:strokeLineJoin="bevel" + android:strokeWidth="1.8058915" + android:fillColor="#ff3232" + android:strokeColor="#ff3232" + android:strokeLineCap="butt"/> + <path + android:pathData="m19.6015,2.4245c5.3724,1.0493 7.469,14.6249 7.469,14.6249 0,0 -0.3949,-10.5539 -8.531,-11.6354 -6.4938,-0.8632 -11.1417,7.5606 -11.1417,7.5606 0,0 6.9261,-11.581 12.2037,-10.5502z" + android:strokeLineJoin="bevel" + android:strokeWidth="1.8058915" + android:fillColor="#ff3232" + android:strokeColor="#ff3232" + android:strokeLineCap="butt"/> +</vector> |