From 14185936f46160997ef9eaae92cb3c8eacae93c5 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 30 Jul 2017 15:57:27 -0700 Subject: Intro (#100) * Create base activity * Created some testers * Update theme and fix mess up * Update theme and replace paint * WIP intro drawables * Create intro screens * Clear unnecessary dependencies * Finalize intro panels * Clean up intro * Attack intro to settings * Fix lint * Finalize intro --- app/src/main/res/layout/intro_welcome.xml | 43 +++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 app/src/main/res/layout/intro_welcome.xml (limited to 'app/src/main/res/layout/intro_welcome.xml') diff --git a/app/src/main/res/layout/intro_welcome.xml b/app/src/main/res/layout/intro_welcome.xml new file mode 100644 index 00000000..b53af755 --- /dev/null +++ b/app/src/main/res/layout/intro_welcome.xml @@ -0,0 +1,43 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3