| Línea 7... |
Línea 7... |
| 7 |
android:layout_height="match_parent"
|
7 |
android:layout_height="match_parent"
|
| 8 |
android:background="@color/windowBackgroud"
|
8 |
android:background="@color/windowBackgroud"
|
| 9 |
android:orientation="vertical"
|
9 |
android:orientation="vertical"
|
| 10 |
tools:context=".fragment.SigninFragment">
|
10 |
tools:context=".fragment.SigninFragment">
|
| Línea 11... |
Línea 11... |
| 11 |
|
11 |
|
| 12 |
<ImageView
|
- |
|
| 13 |
android:id="@+id/signin_imageview_logo"
|
12 |
<ScrollView
|
| 14 |
android:layout_width="72dp"
|
- |
|
| 15 |
android:layout_height="81dp"
|
- |
|
| 16 |
android:layout_marginTop="45dp"
|
- |
|
| 17 |
app:layout_constraintHeight_percent="0.3"
|
- |
|
| 18 |
app:layout_constraintHorizontal_bias="0.0"
|
- |
|
| 19 |
app:layout_constraintLeft_toLeftOf="parent"
|
- |
|
| 20 |
app:layout_constraintRight_toRightOf="parent"
|
- |
|
| 21 |
app:layout_constraintTop_toTopOf="parent"
|
- |
|
| 22 |
app:layout_constraintWidth_percent="0.4"
|
- |
|
| 23 |
app:srcCompat="@drawable/ic_logo" />
|
- |
|
| 24 |
|
- |
|
| 25 |
<TextView
|
- |
|
| 26 |
android:id="@+id/textView10"
|
- |
|
| 27 |
android:layout_width="wrap_content"
|
- |
|
| 28 |
android:layout_height="wrap_content"
|
- |
|
| 29 |
android:layout_marginTop="60dp"
|
- |
|
| 30 |
android:text="@string/app_name"
|
- |
|
| 31 |
android:textColor="@color/colorTextColor"
|
- |
|
| 32 |
android:textSize="30sp"
|
- |
|
| 33 |
android:textStyle="bold"
|
- |
|
| 34 |
app:layout_constraintEnd_toEndOf="parent"
|
- |
|
| 35 |
app:layout_constraintHorizontal_bias="0.095"
|
- |
|
| 36 |
app:layout_constraintStart_toEndOf="@+id/signin_imageview_logo"
|
- |
|
| 37 |
app:layout_constraintTop_toTopOf="parent" />
|
- |
|
| 38 |
|
- |
|
| 39 |
<TextView
|
- |
|
| 40 |
android:id="@+id/textView9"
|
- |
|
| 41 |
android:layout_width="wrap_content"
|
- |
|
| 42 |
android:layout_height="wrap_content"
|
- |
|
| 43 |
android:layout_marginStart="12dp"
|
- |
|
| 44 |
android:layout_marginTop="20dp"
|
- |
|
| 45 |
android:fontFamily="@font/roboto"
|
- |
|
| 46 |
android:text="@string/signin_hello"
|
- |
|
| 47 |
android:textColor="@color/colorTextColor"
|
- |
|
| 48 |
android:textSize="48sp"
|
- |
|
| 49 |
android:textStyle="bold"
|
- |
|
| 50 |
app:layout_constraintStart_toStartOf="parent"
|
- |
|
| 51 |
app:layout_constraintTop_toBottomOf="@+id/signin_imageview_logo" />
|
- |
|
| 52 |
|
- |
|
| 53 |
<TextView
|
- |
|
| 54 |
android:id="@+id/signin_textview_title"
|
- |
|
| 55 |
style="@style/textview_title1"
|
- |
|
| 56 |
android:layout_width="353dp"
|
- |
|
| 57 |
android:layout_height="63dp"
|
- |
|
| 58 |
android:layout_marginTop="32dp"
|
- |
|
| 59 |
android:fontFamily="@font/roboto"
|
- |
|
| 60 |
android:text="@string/signin_already_have_an_account"
|
- |
|
| 61 |
android:textAlignment="textStart"
|
- |
|
| 62 |
android:textColor="@color/colorTextColor"
|
- |
|
| 63 |
android:textSize="24sp"
|
- |
|
| 64 |
android:textStyle="bold"
|
- |
|
| 65 |
app:layout_constraintHorizontal_bias="0.312"
|
- |
|
| 66 |
app:layout_constraintLeft_toLeftOf="parent"
|
- |
|
| 67 |
app:layout_constraintRight_toRightOf="parent"
|
- |
|
| 68 |
app:layout_constraintTop_toBottomOf="@+id/textView9" />
|
- |
|
| 69 |
|
- |
|
| 70 |
<TextView
|
- |
|
| 71 |
android:id="@+id/textView12"
|
- |
|
| 72 |
android:layout_width="wrap_content"
|
- |
|
| 73 |
android:layout_height="wrap_content"
|
- |
|
| 74 |
android:layout_marginTop="24dp"
|
- |
|
| 75 |
android:text="Correo electrónico"
|
- |
|
| 76 |
android:textColor="@color/colorTextColor"
|
- |
|
| 77 |
android:textSize="18sp"
|
- |
|
| 78 |
app:layout_constraintEnd_toEndOf="parent"
|
- |
|
| 79 |
app:layout_constraintHorizontal_bias="0.056"
|
- |
|
| 80 |
app:layout_constraintStart_toStartOf="parent"
|
- |
|
| 81 |
app:layout_constraintTop_toBottomOf="@+id/signin_textview_title" />
|
- |
|
| 82 |
|
- |
|
| 83 |
<EditText
|
- |
|
| 84 |
android:id="@+id/signin_edittext_email"
|
- |
|
| 85 |
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
- |
|
| 86 |
android:layout_width="match_parent"
|
- |
|
| 87 |
android:layout_height="40dp"
|
- |
|
| 88 |
android:layout_marginLeft="15dp"
|
- |
|
| 89 |
android:layout_marginTop="16dp"
|
- |
|
| 90 |
android:layout_marginRight="15dp"
|
- |
|
| 91 |
android:background="@drawable/edit_rounded_style"
|
- |
|
| 92 |
android:ems="10"
|
- |
|
| 93 |
android:hint="@string/signin_email"
|
- |
|
| 94 |
android:inputType="textEmailAddress"
|
- |
|
| 95 |
android:paddingStart="10dp"
|
- |
|
| 96 |
android:textAlignment="textStart"
|
- |
|
| 97 |
android:textColorHint="@color/colorAccent"
|
- |
|
| 98 |
app:layout_constraintHorizontal_bias="1.0"
|
- |
|
| 99 |
app:layout_constraintLeft_toLeftOf="parent"
|
- |
|
| 100 |
app:layout_constraintRight_toRightOf="parent"
|
- |
|
| 101 |
app:layout_constraintTop_toBottomOf="@+id/textView12"
|
- |
|
| 102 |
app:layout_constraintWidth_percent="0.8" />
|
- |
|
| 103 |
|
- |
|
| 104 |
<EditText
|
- |
|
| 105 |
android:id="@+id/signin_edittext_password"
|
- |
|
| 106 |
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
- |
|
| 107 |
android:layout_width="match_parent"
|
- |
|
| 108 |
android:layout_height="40dp"
|
- |
|
| 109 |
android:layout_marginLeft="15dp"
|
- |
|
| 110 |
android:layout_marginTop="20dp"
|
- |
|
| 111 |
android:layout_marginRight="15dp"
|
- |
|
| 112 |
android:background="@drawable/edit_rounded_style"
|
- |
|
| 113 |
android:ems="10"
|
- |
|
| 114 |
android:hint="@string/signin_password"
|
- |
|
| 115 |
android:inputType="textPassword"
|
- |
|
| 116 |
android:paddingStart="10dp"
|
- |
|
| 117 |
android:textColorHint="@color/colorAccent"
|
- |
|
| 118 |
app:layout_constraintHorizontal_bias="1.0"
|
- |
|
| 119 |
app:layout_constraintLeft_toLeftOf="parent"
|
- |
|
| 120 |
app:layout_constraintRight_toRightOf="parent"
|
- |
|
| 121 |
app:layout_constraintTop_toBottomOf="@+id/textView13"
|
- |
|
| 122 |
app:layout_constraintWidth_percent="0.8" />
|
- |
|
| 123 |
|
- |
|
| 124 |
<Button
|
- |
|
| 125 |
android:id="@+id/signin_button_sign_in"
|
- |
|
| 126 |
android:layout_width="match_parent"
|
13 |
android:layout_width="0dp"
|
| 127 |
android:layout_height="40dp"
|
- |
|
| 128 |
android:layout_marginLeft="15dp"
|
- |
|
| 129 |
android:layout_marginTop="20dp"
|
- |
|
| 130 |
android:layout_marginRight="15dp"
|
- |
|
| 131 |
android:background="@drawable/rounded_primarynew_style"
|
- |
|
| 132 |
android:elevation="5dp"
|
- |
|
| 133 |
android:fontFamily="sans-serif"
|
- |
|
| 134 |
android:text="@string/signin_sign_in"
|
- |
|
| 135 |
android:textColor="@color/colorTitleText"
|
- |
|
| 136 |
android:textSize="14dp"
|
- |
|
| 137 |
android:textStyle="bold"
|
- |
|
| 138 |
app:layout_constraintBottom_toBottomOf="parent"
|
- |
|
| 139 |
app:layout_constraintHorizontal_bias="0.0"
|
- |
|
| 140 |
app:layout_constraintLeft_toLeftOf="parent"
|
- |
|
| 141 |
app:layout_constraintRight_toRightOf="parent"
|
- |
|
| 142 |
app:layout_constraintTop_toBottomOf="@id/signin_edittext_password"
|
- |
|
| 143 |
app:layout_constraintVertical_bias="0.0"
|
- |
|
| 144 |
app:layout_constraintWidth_percent="0.5" />
|
- |
|
| 145 |
|
- |
|
| 146 |
<TextView
|
- |
|
| 147 |
android:id="@+id/textView13"
|
- |
|
| 148 |
android:layout_width="wrap_content"
|
- |
|
| 149 |
android:layout_height="wrap_content"
|
- |
|
| 150 |
android:layout_marginTop="20dp"
|
- |
|
| 151 |
android:text="Contraseña"
|
- |
|
| 152 |
android:textColor="@color/colorTextColor"
|
- |
|
| 153 |
android:textSize="18dp"
|
- |
|
| 154 |
app:layout_constraintEnd_toEndOf="parent"
|
- |
|
| 155 |
app:layout_constraintHorizontal_bias="0.047"
|
- |
|
| 156 |
app:layout_constraintStart_toStartOf="parent"
|
- |
|
| 157 |
app:layout_constraintTop_toBottomOf="@+id/signin_edittext_email" />
|
- |
|
| 158 |
|
- |
|
| 159 |
<Button
|
- |
|
| 160 |
android:id="@+id/signin_button_sign_up"
|
- |
|
| 161 |
android:layout_width="match_parent"
|
- |
|
| 162 |
android:layout_height="40dp"
|
- |
|
| 163 |
android:layout_marginLeft="15dp"
|
- |
|
| 164 |
android:layout_marginTop="20dp"
|
- |
|
| 165 |
android:layout_marginRight="15dp"
|
- |
|
| 166 |
android:background="@drawable/edit_rounded_style"
|
- |
|
| 167 |
android:elevation="5dp"
|
- |
|
| 168 |
android:fontFamily="sans-serif"
|
- |
|
| 169 |
android:padding="5dp"
|
- |
|
| 170 |
android:text="@string/signin_sign_up"
|
- |
|
| 171 |
android:textColor="@color/colorPrincipalNew"
|
- |
|
| 172 |
android:textSize="14dp"
|
- |
|
| 173 |
android:textStyle="bold"
|
- |
|
| 174 |
android:visibility="visible"
|
- |
|
| 175 |
app:layout_constraintLeft_toLeftOf="parent"
|
- |
|
| 176 |
app:layout_constraintRight_toRightOf="parent"
|
- |
|
| 177 |
app:layout_constraintTop_toBottomOf="@id/signin_button_sign_in"
|
- |
|
| 178 |
app:layout_constraintWidth_percent="0.5" />
|
- |
|
| 179 |
|
- |
|
| 180 |
<TextView
|
- |
|
| 181 |
android:id="@+id/textView11"
|
- |
|
| 182 |
android:layout_width="wrap_content"
|
- |
|
| 183 |
android:layout_height="wrap_content"
|
- |
|
| 184 |
android:text="@string/signin_forget"
|
- |
|
| 185 |
android:textColor="@color/colorPrincipalNew"
|
- |
|
| 186 |
android:textSize="16sp"
|
- |
|
| 187 |
android:textStyle="bold"
|
14 |
android:layout_height="0dp"
|
| 188 |
app:layout_constraintBottom_toBottomOf="parent"
|
15 |
app:layout_constraintBottom_toBottomOf="parent"
|
| - |
|
16 |
app:layout_constraintEnd_toEndOf="parent"
|
| 189 |
app:layout_constraintEnd_toEndOf="parent"
|
17 |
app:layout_constraintHorizontal_bias="0.0"
|
| 190 |
app:layout_constraintStart_toStartOf="parent"
|
18 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
19 |
app:layout_constraintTop_toTopOf="parent"
|
| Línea -... |
Línea 20... |
| - |
|
20 |
app:layout_constraintVertical_bias="0.0">
|
| - |
|
21 |
|
| - |
|
22 |
<androidx.constraintlayout.widget.ConstraintLayout
|
| - |
|
23 |
android:layout_width="match_parent"
|
| - |
|
24 |
android:layout_height="wrap_content"
|
| - |
|
25 |
tools:visibility="visible">
|
| - |
|
26 |
|
| - |
|
27 |
<ImageView
|
| - |
|
28 |
android:id="@+id/imageView3"
|
| - |
|
29 |
android:layout_width="130dp"
|
| - |
|
30 |
android:layout_height="120dp"
|
| - |
|
31 |
android:layout_marginStart="8dp"
|
| - |
|
32 |
android:layout_marginTop="40dp"
|
| - |
|
33 |
android:src="@drawable/ic_logo"
|
| - |
|
34 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
35 |
app:layout_constraintTop_toTopOf="parent" />
|
| - |
|
36 |
|
| - |
|
37 |
<TextView
|
| - |
|
38 |
android:id="@+id/textView10"
|
| - |
|
39 |
android:layout_width="wrap_content"
|
| - |
|
40 |
android:layout_height="wrap_content"
|
| - |
|
41 |
android:layout_marginTop="80dp"
|
| - |
|
42 |
android:text="@string/app_name"
|
| - |
|
43 |
android:textColor="@color/colorTextColor"
|
| - |
|
44 |
android:textSize="30sp"
|
| - |
|
45 |
android:textStyle="bold"
|
| - |
|
46 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
47 |
app:layout_constraintHorizontal_bias="0.126"
|
| - |
|
48 |
app:layout_constraintStart_toEndOf="@+id/imageView3"
|
| - |
|
49 |
app:layout_constraintTop_toTopOf="parent"
|
| - |
|
50 |
tools:visibility="visible" />
|
| - |
|
51 |
|
| - |
|
52 |
<TextView
|
| - |
|
53 |
android:id="@+id/textView9"
|
| - |
|
54 |
android:layout_width="wrap_content"
|
| - |
|
55 |
android:layout_height="wrap_content"
|
| - |
|
56 |
android:layout_marginTop="20dp"
|
| - |
|
57 |
android:fontFamily="@font/roboto"
|
| - |
|
58 |
android:text="@string/signin_hello"
|
| - |
|
59 |
android:textColor="@color/colorTextColor"
|
| - |
|
60 |
android:textSize="48sp"
|
| - |
|
61 |
android:textStyle="bold"
|
| - |
|
62 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
63 |
app:layout_constraintHorizontal_bias="0.055"
|
| - |
|
64 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
65 |
app:layout_constraintTop_toBottomOf="@+id/imageView3"
|
| - |
|
66 |
tools:visibility="visible" />
|
| - |
|
67 |
|
| - |
|
68 |
<TextView
|
| - |
|
69 |
android:id="@+id/signin_textview_title"
|
| - |
|
70 |
style="@style/textview_title1"
|
| - |
|
71 |
android:layout_width="353dp"
|
| - |
|
72 |
android:layout_height="63dp"
|
| - |
|
73 |
android:layout_marginTop="20dp"
|
| - |
|
74 |
android:fontFamily="@font/roboto"
|
| - |
|
75 |
android:text="@string/signin_already_have_an_account"
|
| - |
|
76 |
android:textAlignment="textStart"
|
| - |
|
77 |
android:textColor="@color/colorTextColor"
|
| - |
|
78 |
android:textSize="24sp"
|
| - |
|
79 |
android:textStyle="bold"
|
| - |
|
80 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
81 |
app:layout_constraintHorizontal_bias="0.344"
|
| - |
|
82 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
83 |
app:layout_constraintTop_toBottomOf="@+id/textView9"
|
| - |
|
84 |
tools:visibility="visible" />
|
| - |
|
85 |
|
| - |
|
86 |
<TextView
|
| - |
|
87 |
android:id="@+id/textView12"
|
| - |
|
88 |
android:layout_width="wrap_content"
|
| - |
|
89 |
android:layout_height="wrap_content"
|
| - |
|
90 |
android:layout_marginTop="28dp"
|
| - |
|
91 |
android:text="Correo electrónico"
|
| - |
|
92 |
android:textColor="@color/colorTextColor"
|
| - |
|
93 |
android:textSize="18sp"
|
| - |
|
94 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
95 |
app:layout_constraintHorizontal_bias="0.075"
|
| - |
|
96 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
97 |
app:layout_constraintTop_toBottomOf="@+id/signin_textview_title"
|
| - |
|
98 |
tools:visibility="visible" />
|
| - |
|
99 |
|
| - |
|
100 |
<EditText
|
| - |
|
101 |
android:id="@+id/signin_edittext_email"
|
| - |
|
102 |
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
| - |
|
103 |
android:layout_width="match_parent"
|
| - |
|
104 |
android:layout_height="48dp"
|
| - |
|
105 |
android:layout_marginStart="15dp"
|
| - |
|
106 |
android:layout_marginTop="20dp"
|
| - |
|
107 |
android:layout_marginEnd="15dp"
|
| - |
|
108 |
android:background="@drawable/edit_rounded_style"
|
| - |
|
109 |
android:ems="10"
|
| - |
|
110 |
android:hint="@string/signin_email"
|
| - |
|
111 |
android:inputType="textEmailAddress"
|
| - |
|
112 |
android:paddingStart="10dp"
|
| - |
|
113 |
android:textAlignment="textStart"
|
| - |
|
114 |
android:textColorHint="@color/colorAccent"
|
| - |
|
115 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
116 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
117 |
app:layout_constraintTop_toBottomOf="@+id/textView12"
|
| - |
|
118 |
app:layout_constraintWidth_percent="0.8"
|
| - |
|
119 |
tools:visibility="visible" />
|
| - |
|
120 |
|
| - |
|
121 |
<EditText
|
| - |
|
122 |
android:id="@+id/signin_edittext_password"
|
| - |
|
123 |
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
| - |
|
124 |
android:layout_width="match_parent"
|
| - |
|
125 |
android:layout_height="48dp"
|
| - |
|
126 |
android:layout_marginStart="15dp"
|
| - |
|
127 |
android:layout_marginTop="20dp"
|
| - |
|
128 |
android:layout_marginEnd="15dp"
|
| - |
|
129 |
android:background="@drawable/edit_rounded_style"
|
| - |
|
130 |
android:ems="10"
|
| - |
|
131 |
android:hint="@string/signin_password"
|
| - |
|
132 |
android:inputType="textPassword"
|
| - |
|
133 |
android:paddingStart="10dp"
|
| - |
|
134 |
android:textColorHint="@color/colorAccent"
|
| - |
|
135 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
136 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
137 |
app:layout_constraintTop_toBottomOf="@+id/textView13"
|
| - |
|
138 |
app:layout_constraintWidth_percent="0.8"
|
| - |
|
139 |
tools:visibility="visible" />
|
| - |
|
140 |
|
| - |
|
141 |
<Button
|
| - |
|
142 |
android:id="@+id/signin_button_sign_in"
|
| - |
|
143 |
android:layout_width="match_parent"
|
| - |
|
144 |
android:layout_height="48dp"
|
| - |
|
145 |
android:layout_marginStart="15dp"
|
| - |
|
146 |
android:layout_marginTop="40dp"
|
| - |
|
147 |
android:layout_marginEnd="15dp"
|
| - |
|
148 |
android:background="@drawable/rounded_primarynew_style"
|
| - |
|
149 |
android:elevation="5dp"
|
| - |
|
150 |
android:fontFamily="sans-serif"
|
| - |
|
151 |
android:text="@string/signin_sign_in"
|
| - |
|
152 |
android:textColor="@color/colorTitleText"
|
| - |
|
153 |
android:textSize="14dp"
|
| - |
|
154 |
android:textStyle="bold"
|
| - |
|
155 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
156 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
157 |
app:layout_constraintTop_toBottomOf="@+id/signin_edittext_password"
|
| - |
|
158 |
app:layout_constraintWidth_percent="0.5"
|
| - |
|
159 |
tools:visibility="visible" />
|
| - |
|
160 |
|
| - |
|
161 |
<TextView
|
| - |
|
162 |
android:id="@+id/textView13"
|
| - |
|
163 |
android:layout_width="wrap_content"
|
| - |
|
164 |
android:layout_height="wrap_content"
|
| - |
|
165 |
android:layout_marginTop="28dp"
|
| - |
|
166 |
android:text="Contraseña"
|
| - |
|
167 |
android:textColor="@color/colorTextColor"
|
| - |
|
168 |
android:textSize="18dp"
|
| - |
|
169 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
170 |
app:layout_constraintHorizontal_bias="0.062"
|
| - |
|
171 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
172 |
app:layout_constraintTop_toBottomOf="@+id/signin_edittext_email"
|
| - |
|
173 |
tools:visibility="visible" />
|
| - |
|
174 |
|
| - |
|
175 |
<Button
|
| - |
|
176 |
android:id="@+id/signin_button_sign_up"
|
| - |
|
177 |
android:layout_width="match_parent"
|
| - |
|
178 |
android:layout_height="48dp"
|
| - |
|
179 |
android:layout_marginStart="15dp"
|
| - |
|
180 |
android:layout_marginTop="20dp"
|
| - |
|
181 |
android:layout_marginEnd="15dp"
|
| - |
|
182 |
android:background="@drawable/edit_rounded_style"
|
| - |
|
183 |
android:elevation="5dp"
|
| - |
|
184 |
android:fontFamily="sans-serif"
|
| - |
|
185 |
android:padding="5dp"
|
| - |
|
186 |
android:text="@string/signin_sign_up"
|
| - |
|
187 |
android:textColor="@color/colorPrincipalNew"
|
| - |
|
188 |
android:textSize="14dp"
|
| - |
|
189 |
android:textStyle="bold"
|
| - |
|
190 |
android:visibility="visible"
|
| - |
|
191 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
192 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
193 |
app:layout_constraintTop_toBottomOf="@+id/signin_button_sign_in"
|
| - |
|
194 |
app:layout_constraintWidth_percent="0.5"
|
| - |
|
195 |
tools:visibility="visible" />
|
| - |
|
196 |
|
| - |
|
197 |
<TextView
|
| - |
|
198 |
android:id="@+id/textView11"
|
| - |
|
199 |
android:layout_width="wrap_content"
|
| - |
|
200 |
android:layout_height="wrap_content"
|
| - |
|
201 |
android:layout_marginTop="30dp"
|
| - |
|
202 |
android:text="@string/signin_forget"
|
| - |
|
203 |
android:textColor="@color/colorPrincipalNew"
|
| - |
|
204 |
android:textSize="16sp"
|
| - |
|
205 |
android:textStyle="bold"
|
| - |
|
206 |
app:layout_constraintBottom_toBottomOf="parent"
|
| - |
|
207 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
208 |
app:layout_constraintHorizontal_bias="0.498"
|
| - |
|
209 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
210 |
app:layout_constraintTop_toBottomOf="@+id/signin_button_sign_up"
|
| - |
|
211 |
app:layout_constraintVertical_bias="0.0"
|
| 191 |
app:layout_constraintTop_toBottomOf="@+id/signin_button_sign_up" />
|
212 |
tools:visibility="visible" />
|
| 192 |
|
213 |
|
| 193 |
<ProgressBar
|
214 |
<ProgressBar
|
| 194 |
android:id="@+id/signin_progress_bar"
|
215 |
android:id="@+id/signin_progress_bar"
|
| 195 |
style="?android:attr/progressBarStyle"
|
216 |
style="?android:attr/progressBarStyle"
|
| 196 |
android:layout_width="wrap_content"
|
217 |
android:layout_width="wrap_content"
|
| 197 |
android:layout_height="wrap_content"
|
218 |
android:layout_height="wrap_content"
|
| 198 |
android:elevation="8dp"
|
219 |
android:elevation="8dp"
|
| 199 |
android:visibility="invisible"
|
220 |
android:visibility="invisible"
|
| 200 |
app:layout_constraintBottom_toBottomOf="parent"
|
221 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 201 |
app:layout_constraintLeft_toLeftOf="parent"
|
222 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
223 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
224 |
app:layout_constraintTop_toTopOf="parent"
|
| - |
|
225 |
tools:visibility="visible" />
|
| Línea 202... |
Línea 226... |
| 202 |
app:layout_constraintRight_toRightOf="parent"
|
226 |
</androidx.constraintlayout.widget.ConstraintLayout>
|