From 93c204bcd190b242f1dea49e52f28c795e4d0b92 Mon Sep 17 00:00:00 2001 From: Isidro Henoch Date: Mon, 6 Dec 2021 01:04:55 -0600 Subject: WIP: Implements the Login functionality - Adds multiple android dependencies, for DI and some utilities - Updates colors and styles - Adds an Application - Adds the Login Fragment and ViewModel --- androidApp/src/main/res/layout/login.xml | 74 +++++++++++++++++++++++ androidApp/src/main/res/layout/login_activity.xml | 31 ++++++++++ androidApp/src/main/res/values/colors.xml | 6 +- androidApp/src/main/res/values/styles.xml | 2 +- 4 files changed, 109 insertions(+), 4 deletions(-) create mode 100644 androidApp/src/main/res/layout/login.xml create mode 100644 androidApp/src/main/res/layout/login_activity.xml (limited to 'androidApp/src/main/res') diff --git a/androidApp/src/main/res/layout/login.xml b/androidApp/src/main/res/layout/login.xml new file mode 100644 index 0000000..0a5f07a --- /dev/null +++ b/androidApp/src/main/res/layout/login.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/androidApp/src/main/res/layout/login_activity.xml b/androidApp/src/main/res/layout/login_activity.xml new file mode 100644 index 0000000..f1df817 --- /dev/null +++ b/androidApp/src/main/res/layout/login_activity.xml @@ -0,0 +1,31 @@ + + + + + + + + \ No newline at end of file diff --git a/androidApp/src/main/res/values/colors.xml b/androidApp/src/main/res/values/colors.xml index 4faecfa..8fb5f28 100644 --- a/androidApp/src/main/res/values/colors.xml +++ b/androidApp/src/main/res/values/colors.xml @@ -1,6 +1,6 @@ - #6200EE - #3700B3 - #03DAC5 + #656A74 + #43474E + #EB473E \ No newline at end of file diff --git a/androidApp/src/main/res/values/styles.xml b/androidApp/src/main/res/values/styles.xml index 1971a0a..4a51239 100644 --- a/androidApp/src/main/res/values/styles.xml +++ b/androidApp/src/main/res/values/styles.xml @@ -1,6 +1,6 @@ -