From 2b12e7f68c840214b33e772032aff90b8e47b9e0 Mon Sep 17 00:00:00 2001 From: "Alberto Duarte (PWC)" Date: Thu, 6 Jul 2023 09:09:09 +0100 Subject: muchos cambios, tieen room y arquitectura mvvm pero aun tiene errores --- app/src/main/res/layout/fragment_login.xml | 94 ++++++++++++++++++---- .../main/res/layout/fragment_password_recovery.xml | 88 ++++++++++++++++++-- app/src/main/res/layout/fragment_signin.xml | 89 +++++++++++++++++--- 3 files changed, 237 insertions(+), 34 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_login.xml b/app/src/main/res/layout/fragment_login.xml index 61f0a8d..6360895 100644 --- a/app/src/main/res/layout/fragment_login.xml +++ b/app/src/main/res/layout/fragment_login.xml @@ -3,19 +3,47 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_margin="10dp" + android:background="#000000" xmlns:app="http://schemas.android.com/apk/res-auto"> + + + + @@ -23,42 +51,74 @@ + android:textColor="@color/white" + android:textColorHint="@color/white" + android:hint="@string/field_password" /> +