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 ++++++++++++++++++++++++------ 1 file changed, 77 insertions(+), 17 deletions(-) (limited to 'app/src/main/res/layout/fragment_login.xml') 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" /> +