]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/res/drawable-anydpi-v26/app_icon.xml
restore vector-only app icon
[mobile-ledger-staging.git] / app / src / main / res / drawable-anydpi-v26 / app_icon.xml
index 2f3242be4dc364c0d6d94d5a68d30c5695c2b847..f74bcb9c49092aebb0d01be458218b9415ea5a1e 100644 (file)
@@ -1,5 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
 <!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2020 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
@@ -16,6 +17,6 @@
   -->
 
 <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
-    <background android:drawable="@drawable/app_icon_bg" />
-    <foreground android:drawable="@drawable/app_icon_transparent_bg" />
-</adaptive-icon>
+    <background android:drawable="@color/ic_launcher_background"/>
+    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
+</adaptive-icon>
\ No newline at end of file