From 14ba6c81a5ec60732481e84eb02d62d6490c27f8 Mon Sep 17 00:00:00 2001 From: Fup Duck Date: Thu, 23 Nov 2017 11:34:52 +0100 Subject: Add Splash StartActivity * added Splash StartActivity to handle updates and initialization * created global Constants * move EIPConstants to Constants * create update possibility * use VectorDrawable as background for StartActivity --- app/src/main/res/drawable/ic_colorsquare.xml | 52 ++++++++++++++++++++++++++++ app/src/main/res/drawable/splash_page.xml | 11 ++++++ 2 files changed, 63 insertions(+) create mode 100644 app/src/main/res/drawable/ic_colorsquare.xml create mode 100644 app/src/main/res/drawable/splash_page.xml (limited to 'app/src/main/res/drawable') diff --git a/app/src/main/res/drawable/ic_colorsquare.xml b/app/src/main/res/drawable/ic_colorsquare.xml new file mode 100644 index 00000000..4b60e9dc --- /dev/null +++ b/app/src/main/res/drawable/ic_colorsquare.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/splash_page.xml b/app/src/main/res/drawable/splash_page.xml new file mode 100644 index 00000000..0a083c7e --- /dev/null +++ b/app/src/main/res/drawable/splash_page.xml @@ -0,0 +1,11 @@ + + + + + + + + + \ No newline at end of file -- cgit v1.2.3