| Línea 10... |
Línea 10... |
| 10 |
android:background="@color/windowBackgroud"
|
10 |
android:background="@color/windowBackgroud"
|
| 11 |
tools:context=".fragment.SigninFragment">
|
11 |
tools:context=".fragment.SigninFragment">
|
| Línea 12... |
Línea 12... |
| 12 |
|
12 |
|
| 13 |
<ImageView
|
13 |
<ImageView
|
| 14 |
android:id="@+id/signin_imageview_logo"
|
14 |
android:id="@+id/signin_imageview_logo"
|
| 15 |
android:layout_width="0dp"
|
15 |
android:layout_width="104dp"
|
| - |
|
16 |
android:layout_height="87dp"
|
| - |
|
17 |
android:layout_marginTop="36dp"
|
| - |
|
18 |
app:layout_constraintHeight_percent="0.3"
|
| 16 |
android:layout_height="0dp"
|
19 |
app:layout_constraintHorizontal_bias="0.094"
|
| 17 |
app:layout_constraintLeft_toLeftOf="parent"
|
20 |
app:layout_constraintLeft_toLeftOf="parent"
|
| 18 |
app:layout_constraintRight_toRightOf="parent"
|
21 |
app:layout_constraintRight_toRightOf="parent"
|
| 19 |
app:layout_constraintTop_toTopOf="parent"
|
22 |
app:layout_constraintTop_toTopOf="parent"
|
| 20 |
app:layout_constraintWidth_percent="0.4"
|
- |
|
| 21 |
app:layout_constraintHeight_percent="0.3"
|
23 |
app:layout_constraintWidth_percent="0.4"
|
| Línea 22... |
Línea 24... |
| 22 |
app:srcCompat="@drawable/ic_logo" />
|
24 |
app:srcCompat="@drawable/ic_logo" />
|
| 23 |
|
25 |
|
| - |
|
26 |
<TextView
|
| - |
|
27 |
android:id="@+id/textView9"
|
| - |
|
28 |
android:layout_width="wrap_content"
|
| - |
|
29 |
android:layout_height="wrap_content"
|
| - |
|
30 |
android:layout_marginTop="32dp"
|
| - |
|
31 |
android:text="¡Hola!"
|
| - |
|
32 |
android:textColor="@color/black"
|
| - |
|
33 |
android:textSize="34sp"
|
| - |
|
34 |
android:textStyle="bold"
|
| - |
|
35 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
36 |
app:layout_constraintHorizontal_bias="0.09"
|
| - |
|
37 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
38 |
app:layout_constraintTop_toBottomOf="@+id/signin_imageview_logo" />
|
| 24 |
<TextView
|
39 |
|
| - |
|
40 |
<TextView
|
| 25 |
style="@style/textview_title1"
|
41 |
android:id="@+id/signin_textview_title"
|
| 26 |
android:id="@+id/signin_textview_title"
|
42 |
style="@style/textview_title1"
|
| 27 |
android:layout_width="wrap_content"
|
43 |
android:layout_width="wrap_content"
|
| 28 |
android:layout_height="wrap_content"
|
44 |
android:layout_height="wrap_content"
|
| - |
|
45 |
android:layout_marginTop="108dp"
|
| - |
|
46 |
android:text="Completa tus datos para ingresar a tu cuenta:"
|
| - |
|
47 |
android:textColor="@color/colorTextColor"
|
| 29 |
android:layout_marginTop="20dp"
|
48 |
android:textSize="16sp"
|
| 30 |
android:text="@string/signin_already_have_an_account"
|
49 |
app:layout_constraintHorizontal_bias="0.353"
|
| 31 |
app:layout_constraintLeft_toLeftOf="parent"
|
50 |
app:layout_constraintLeft_toLeftOf="parent"
|
| Línea -... |
Línea 51... |
| - |
|
51 |
app:layout_constraintRight_toRightOf="parent"
|
| - |
|
52 |
app:layout_constraintTop_toBottomOf="@id/signin_imageview_logo" />
|
| - |
|
53 |
|
| - |
|
54 |
<TextView
|
| - |
|
55 |
android:id="@+id/textView10"
|
| - |
|
56 |
android:layout_width="wrap_content"
|
| - |
|
57 |
android:layout_height="wrap_content"
|
| - |
|
58 |
android:layout_marginTop="28dp"
|
| - |
|
59 |
android:text="Correo electrónico"
|
| - |
|
60 |
android:textColor="@color/colorTextColor"
|
| - |
|
61 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
62 |
app:layout_constraintHorizontal_bias="0.176"
|
| 32 |
app:layout_constraintRight_toRightOf="parent"
|
63 |
app:layout_constraintStart_toStartOf="parent"
|
| 33 |
app:layout_constraintTop_toBottomOf="@id/signin_imageview_logo" />
|
- |
|
| 34 |
|
64 |
app:layout_constraintTop_toBottomOf="@+id/signin_textview_title" />
|
| - |
|
65 |
|
| 35 |
<EditText
|
66 |
<EditText
|
| 36 |
style="@style/edittext_intro"
|
67 |
android:id="@+id/signin_edittext_email"
|
| 37 |
android:id="@+id/signin_edittext_email"
|
68 |
style="@style/Widget.AppCompat.EditText"
|
| 38 |
android:layout_width="0dp"
|
- |
|
| 39 |
android:layout_height="wrap_content"
|
- |
|
| 40 |
android:layout_marginTop="20dp"
|
69 |
android:layout_width="320dp"
|
| - |
|
70 |
android:layout_height="46dp"
|
| 41 |
android:ems="10"
|
71 |
android:layout_marginTop="16dp"
|
| 42 |
android:inputType="textEmailAddress"
|
72 |
android:hint="@string/signin_email"
|
| 43 |
android:hint="@string/signin_email"
|
73 |
android:inputType="textEmailAddress"
|
| 44 |
app:layout_constraintWidth_percent="0.8"
|
74 |
app:layout_constraintHorizontal_bias="0.494"
|
| Línea 45... |
Línea 75... |
| 45 |
app:layout_constraintLeft_toLeftOf="parent"
|
75 |
app:layout_constraintLeft_toLeftOf="parent"
|
| 46 |
app:layout_constraintRight_toRightOf="parent"
|
- |
|
| 47 |
app:layout_constraintTop_toBottomOf="@id/signin_textview_title" />
|
76 |
app:layout_constraintRight_toRightOf="parent"
|
| - |
|
77 |
app:layout_constraintTop_toBottomOf="@+id/textView10" />
|
| 48 |
|
78 |
|
| 49 |
<EditText
|
79 |
<EditText
|
| 50 |
style="@style/edittext_intro"
|
80 |
android:id="@+id/signin_edittext_password"
|
| 51 |
android:id="@+id/signin_edittext_password"
|
- |
|
| 52 |
android:layout_width="0dp"
|
- |
|
| 53 |
android:layout_height="wrap_content"
|
81 |
style="@style/Widget.AppCompat.EditText"
|
| 54 |
android:layout_marginTop="20dp"
|
82 |
android:layout_width="319dp"
|
| 55 |
android:ems="10"
|
83 |
android:layout_height="53dp"
|
| 56 |
android:inputType="textPassword"
|
84 |
android:layout_marginTop="20dp"
|
| - |
|
85 |
android:hint="@string/signin_password"
|
| - |
|
86 |
android:inputType="textPassword"
|
| - |
|
87 |
app:layout_constraintLeft_toLeftOf="parent"
|
| - |
|
88 |
app:layout_constraintRight_toRightOf="parent"
|
| - |
|
89 |
app:layout_constraintTop_toBottomOf="@+id/textView11" />
|
| - |
|
90 |
|
| - |
|
91 |
<TextView
|
| - |
|
92 |
android:id="@+id/textView11"
|
| - |
|
93 |
android:layout_width="wrap_content"
|
| - |
|
94 |
android:layout_height="wrap_content"
|
| - |
|
95 |
android:layout_marginTop="8dp"
|
| - |
|
96 |
android:text="Contraseña:"
|
| 57 |
android:hint="@string/signin_password"
|
97 |
android:textColor="@color/colorTextColor"
|
| Línea 58... |
Línea 98... |
| 58 |
app:layout_constraintWidth_percent="0.8"
|
98 |
app:layout_constraintEnd_toEndOf="parent"
|
| 59 |
app:layout_constraintLeft_toLeftOf="parent"
|
99 |
app:layout_constraintHorizontal_bias="0.154"
|
| - |
|
100 |
app:layout_constraintStart_toStartOf="parent"
|
| 60 |
app:layout_constraintRight_toRightOf="parent"
|
101 |
app:layout_constraintTop_toBottomOf="@+id/signin_edittext_email" />
|
| 61 |
app:layout_constraintTop_toBottomOf="@id/signin_edittext_email" />
|
102 |
|
| 62 |
|
103 |
<Button
|
| 63 |
<Button
|
- |
|
| 64 |
android:id="@+id/signin_button_sign_in"
|
- |
|
| 65 |
android:layout_width="0dp"
|
104 |
android:id="@+id/signin_button_sign_in"
|
| - |
|
105 |
style="@style/Widget.AppCompat.Button"
|
| 66 |
android:layout_height="wrap_content"
|
106 |
android:layout_width="320dp"
|
| - |
|
107 |
android:layout_height="55dp"
|
| 67 |
android:layout_marginTop="20dp"
|
108 |
android:layout_marginTop="60dp"
|
| - |
|
109 |
android:elevation="5dp"
|
| 68 |
android:background="@drawable/rounded_button_intro"
|
110 |
android:fontFamily="sans-serif"
|
| - |
|
111 |
android:padding="5dp"
|
| 69 |
android:fontFamily="sans-serif"
|
112 |
android:text="INGRESAR"
|
| 70 |
android:elevation="5dp"
|
113 |
android:textColor="@color/colorTextColor"
|
| 71 |
android:padding="5dp"
|
114 |
android:textColorLink="@color/cardviewBackground"
|
| 72 |
android:text="@string/signin_sign_in"
|
115 |
android:textSize="14dp"
|
| Línea 73... |
Línea 116... |
| 73 |
android:textSize="14dp"
|
116 |
app:layout_constraintHorizontal_bias="0.495"
|
| 74 |
app:layout_constraintLeft_toLeftOf="parent"
|
117 |
app:layout_constraintLeft_toLeftOf="parent"
|
| - |
|
118 |
app:layout_constraintRight_toRightOf="parent"
|
| 75 |
app:layout_constraintRight_toRightOf="parent"
|
119 |
app:layout_constraintTop_toBottomOf="@id/signin_edittext_password"
|
| 76 |
app:layout_constraintTop_toBottomOf="@id/signin_edittext_password"
|
120 |
app:layout_constraintWidth_percent="0.5" />
|
| 77 |
app:layout_constraintWidth_percent="0.5" />
|
121 |
|
| 78 |
|
- |
|
| 79 |
<Button
|
- |
|
| 80 |
android:id="@+id/signin_button_sign_up"
|
122 |
<Button
|
| - |
|
123 |
android:id="@+id/signin_button_sign_up"
|
| 81 |
android:layout_width="0dp"
|
124 |
style="@style/Widget.AppCompat.Button"
|
| 82 |
android:layout_height="wrap_content"
|
125 |
android:layout_width="320dp"
|
| - |
|
126 |
android:layout_height="55dp"
|
| 83 |
android:layout_marginTop="20dp"
|
127 |
android:layout_marginTop="20dp"
|
| - |
|
128 |
android:elevation="5dp"
|
| 84 |
android:background="@drawable/rounded_button_intro"
|
129 |
android:fontFamily="sans-serif"
|
| 85 |
android:fontFamily="sans-serif"
|
130 |
android:padding="5dp"
|
| 86 |
android:elevation="5dp"
|
131 |
android:text="REGISTRARME"
|
| 87 |
android:padding="5dp"
|
132 |
android:textColor="@color/buttonIntroBackground"
|
| Línea -... |
Línea 133... |
| - |
|
133 |
android:textSize="14dp"
|
| - |
|
134 |
app:layout_constraintHorizontal_bias="0.495"
|
| - |
|
135 |
app:layout_constraintLeft_toLeftOf="parent"
|
| - |
|
136 |
app:layout_constraintRight_toRightOf="parent"
|
| - |
|
137 |
app:layout_constraintTop_toBottomOf="@id/signin_button_sign_in"
|
| - |
|
138 |
app:layout_constraintWidth_percent="0.5" />
|
| - |
|
139 |
|
| - |
|
140 |
<TextView
|
| - |
|
141 |
android:id="@+id/textView13"
|
| - |
|
142 |
android:layout_width="wrap_content"
|
| - |
|
143 |
android:layout_height="wrap_content"
|
| - |
|
144 |
android:text="Olvidé mi contraseña"
|
| - |
|
145 |
android:textColor="@color/colorPrimaryDark"
|
| 88 |
android:text="@string/signin_sign_up"
|
146 |
android:textSize="16sp"
|
| 89 |
android:textSize="14dp"
|
147 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 90 |
app:layout_constraintLeft_toLeftOf="parent"
|
148 |
app:layout_constraintEnd_toEndOf="parent"
|
| 91 |
app:layout_constraintRight_toRightOf="parent"
|
149 |
app:layout_constraintStart_toStartOf="parent"
|
| 92 |
app:layout_constraintTop_toBottomOf="@id/signin_button_sign_in"
|
150 |
app:layout_constraintTop_toBottomOf="@+id/signin_button_sign_up"
|
| Línea 102... |
Línea 160... |
| 102 |
app:layout_constraintBottom_toBottomOf="parent"
|
160 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 103 |
app:layout_constraintLeft_toLeftOf="parent"
|
161 |
app:layout_constraintLeft_toLeftOf="parent"
|
| 104 |
app:layout_constraintRight_toRightOf="parent"
|
162 |
app:layout_constraintRight_toRightOf="parent"
|
| 105 |
app:layout_constraintTop_toTopOf="parent" />
|
163 |
app:layout_constraintTop_toTopOf="parent" />
|
| Línea -... |
Línea 164... |
| - |
|
164 |
|
| - |
|
165 |
<TextView
|
| - |
|
166 |
android:id="@+id/textView12"
|
| - |
|
167 |
android:layout_width="wrap_content"
|
| - |
|
168 |
android:layout_height="wrap_content"
|
| - |
|
169 |
android:layout_marginTop="64dp"
|
| - |
|
170 |
android:text="2GetSkills"
|
| - |
|
171 |
android:textColor="@color/black"
|
| - |
|
172 |
android:textSize="24sp"
|
| - |
|
173 |
android:textStyle="bold"
|
| - |
|
174 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
175 |
app:layout_constraintHorizontal_bias="0.1"
|
| - |
|
176 |
app:layout_constraintStart_toEndOf="@+id/signin_imageview_logo"
|
| - |
|
177 |
app:layout_constraintTop_toTopOf="parent" />
|
| 106 |
|
178 |
|