summaryrefslogtreecommitdiff
path: root/app/src/custom/res/mipmap-anydpi-v26
diff options
context:
space:
mode:
authorJanak Amarasena <janakamarasena@gmail.com>2018-06-23 10:28:33 +0530
committerJanak Amarasena <janakamarasena@gmail.com>2018-06-23 10:28:33 +0530
commite39762735faa8e66b6bb526c1775f13d0e91da4e (patch)
tree3e34977ef19f7bdfda7099ebc216ad73041513a1 /app/src/custom/res/mipmap-anydpi-v26
parentcd1c2ec77bd06dfff3399e08bff6481c27d9baf4 (diff)
Added launcher icon customisation
Diffstat (limited to 'app/src/custom/res/mipmap-anydpi-v26')
-rw-r--r--app/src/custom/res/mipmap-anydpi-v26/ic_launcher.xml5
-rw-r--r--app/src/custom/res/mipmap-anydpi-v26/ic_launcher_round.xml5
2 files changed, 10 insertions, 0 deletions
diff --git a/app/src/custom/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/custom/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 00000000..eca70cfe
--- /dev/null
+++ b/app/src/custom/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -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="@drawable/ic_launcher_background" />
+ <foreground android:drawable="@drawable/ic_launcher_foreground" />
+</adaptive-icon> \ No newline at end of file
diff --git a/app/src/custom/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/custom/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 00000000..eca70cfe
--- /dev/null
+++ b/app/src/custom/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -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="@drawable/ic_launcher_background" />
+ <foreground android:drawable="@drawable/ic_launcher_foreground" />
+</adaptive-icon> \ No newline at end of file