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/values/colors.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'androidApp/src/main/res/values/colors.xml') 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 -- cgit v1.2.3