From 62f5710b081bb4b0e56c3640eac19021844147e7 Mon Sep 17 00:00:00 2001 From: Janak Amarasena Date: Sun, 10 Jun 2018 10:27:02 +0530 Subject: Added splash screen customisation --- app/src/custom/res/drawable/splash_page.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/src/custom/res/drawable/splash_page.xml (limited to 'app/src/custom/res/drawable') diff --git a/app/src/custom/res/drawable/splash_page.xml b/app/src/custom/res/drawable/splash_page.xml new file mode 100644 index 00000000..8fe99847 --- /dev/null +++ b/app/src/custom/res/drawable/splash_page.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From 3964908ff4fc7929da8ca436586280e7f49a98a6 Mon Sep 17 00:00:00 2001 From: Janak Amarasena Date: Sun, 10 Jun 2018 10:35:36 +0530 Subject: Added main screen background image customisation --- app/src/custom/res/drawable/ic_colorsquare.xml | 52 ++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 app/src/custom/res/drawable/ic_colorsquare.xml (limited to 'app/src/custom/res/drawable') diff --git a/app/src/custom/res/drawable/ic_colorsquare.xml b/app/src/custom/res/drawable/ic_colorsquare.xml new file mode 100644 index 00000000..4b60e9dc --- /dev/null +++ b/app/src/custom/res/drawable/ic_colorsquare.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 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 +++++ 2 files changed, 204 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 (limited to 'app/src/custom/res/drawable') 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 @@ + + + + + + + + + + + -- cgit v1.2.3