diff options
author | Janak Amarasena <janakamarasena@gmail.com> | 2018-06-23 10:28:33 +0530 |
---|---|---|
committer | Janak Amarasena <janakamarasena@gmail.com> | 2018-06-23 10:28:33 +0530 |
commit | e39762735faa8e66b6bb526c1775f13d0e91da4e (patch) | |
tree | 3e34977ef19f7bdfda7099ebc216ad73041513a1 /app/src/custom/res/mipmap-anydpi-v26/ic_launcher.xml | |
parent | cd1c2ec77bd06dfff3399e08bff6481c27d9baf4 (diff) |
Added launcher icon customisation
Diffstat (limited to 'app/src/custom/res/mipmap-anydpi-v26/ic_launcher.xml')
-rw-r--r-- | app/src/custom/res/mipmap-anydpi-v26/ic_launcher.xml | 5 |
1 files changed, 5 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 |