From e39762735faa8e66b6bb526c1775f13d0e91da4e Mon Sep 17 00:00:00 2001 From: Janak Amarasena Date: Sat, 23 Jun 2018 10:28:33 +0530 Subject: Added launcher icon customisation --- .../custom/res/drawable/ic_launcher_background.xml | 170 +++++++++++++++++++++ .../custom/res/drawable/ic_launcher_foreground.xml | 34 +++++ .../custom/res/mipmap-anydpi-v26/ic_launcher.xml | 5 + .../res/mipmap-anydpi-v26/ic_launcher_round.xml | 5 + app/src/custom/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 3056 bytes .../custom/res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 5024 bytes app/src/custom/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2096 bytes .../custom/res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 2858 bytes app/src/custom/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 4569 bytes .../custom/res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 7098 bytes app/src/custom/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 6464 bytes .../custom/res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 10676 bytes app/src/custom/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 9250 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 15523 bytes 14 files changed, 214 insertions(+) create mode 100644 app/src/custom/res/drawable/ic_launcher_background.xml create mode 100644 app/src/custom/res/drawable/ic_launcher_foreground.xml create mode 100644 app/src/custom/res/mipmap-anydpi-v26/ic_launcher.xml create mode 100644 app/src/custom/res/mipmap-anydpi-v26/ic_launcher_round.xml create mode 100644 app/src/custom/res/mipmap-hdpi/ic_launcher.png create mode 100644 app/src/custom/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 app/src/custom/res/mipmap-mdpi/ic_launcher.png create mode 100644 app/src/custom/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 app/src/custom/res/mipmap-xhdpi/ic_launcher.png create mode 100644 app/src/custom/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 app/src/custom/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 app/src/custom/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 app/src/custom/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 app/src/custom/res/mipmap-xxxhdpi/ic_launcher_round.png (limited to 'app/src/custom/res') diff --git a/app/src/custom/res/drawable/ic_launcher_background.xml b/app/src/custom/res/drawable/ic_launcher_background.xml new file mode 100644 index 00000000..d5fccc53 --- /dev/null +++ b/app/src/custom/res/drawable/ic_launcher_background.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/custom/res/drawable/ic_launcher_foreground.xml b/app/src/custom/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 00000000..c7bd21db --- /dev/null +++ b/app/src/custom/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + 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 @@ + + + + + \ 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 @@ + + + + + \ No newline at end of file diff --git a/app/src/custom/res/mipmap-hdpi/ic_launcher.png b/app/src/custom/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..a2f59082 Binary files /dev/null and b/app/src/custom/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/src/custom/res/mipmap-hdpi/ic_launcher_round.png b/app/src/custom/res/mipmap-hdpi/ic_launcher_round.png new file mode 100644 index 00000000..1b523998 Binary files /dev/null and b/app/src/custom/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/app/src/custom/res/mipmap-mdpi/ic_launcher.png b/app/src/custom/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000..ff10afd6 Binary files /dev/null and b/app/src/custom/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/src/custom/res/mipmap-mdpi/ic_launcher_round.png b/app/src/custom/res/mipmap-mdpi/ic_launcher_round.png new file mode 100644 index 00000000..115a4c76 Binary files /dev/null and b/app/src/custom/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/app/src/custom/res/mipmap-xhdpi/ic_launcher.png b/app/src/custom/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000..dcd3cd80 Binary files /dev/null and b/app/src/custom/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/src/custom/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/custom/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 00000000..459ca609 Binary files /dev/null and b/app/src/custom/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/app/src/custom/res/mipmap-xxhdpi/ic_launcher.png b/app/src/custom/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..8ca12fe0 Binary files /dev/null and b/app/src/custom/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/src/custom/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/custom/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..8e19b410 Binary files /dev/null and b/app/src/custom/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/app/src/custom/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/custom/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..b824ebdd Binary files /dev/null and b/app/src/custom/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/app/src/custom/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/custom/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 00000000..4c19a13c Binary files /dev/null and b/app/src/custom/res/mipmap-xxxhdpi/ic_launcher_round.png differ -- cgit v1.2.3