| Línea 158... |
Línea 158... |
| 158 |
app:layout_constraintEnd_toEndOf="parent"
|
158 |
app:layout_constraintEnd_toEndOf="parent"
|
| 159 |
app:layout_constraintHorizontal_bias="0.497"
|
159 |
app:layout_constraintHorizontal_bias="0.497"
|
| 160 |
app:layout_constraintStart_toStartOf="parent"
|
160 |
app:layout_constraintStart_toStartOf="parent"
|
| 161 |
app:layout_constraintTop_toBottomOf="@+id/textView23" />
|
161 |
app:layout_constraintTop_toBottomOf="@+id/textView23" />
|
| Línea -... |
Línea 162... |
| - |
|
162 |
|
| 162 |
|
163 |
|
| 163 |
<EditText
|
164 |
<EditText
|
| 164 |
android:id="@+id/editTextComentar"
|
165 |
android:id="@+id/editTextComentar"
|
| 165 |
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
166 |
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
|
| 166 |
android:layout_width="0dp"
|
167 |
android:layout_width="0dp"
|
| 167 |
android:layout_height="70dp"
|
168 |
android:layout_height="wrap_content"
|
| 168 |
android:layout_marginStart="10dp"
|
169 |
android:layout_marginStart="10dp"
|
| 169 |
android:layout_marginEnd="2dp"
|
170 |
android:layout_marginEnd="2dp"
|
| 170 |
android:background="@drawable/edit_rounded_style"
|
171 |
android:background="@drawable/edit_rounded_style"
|
| 171 |
android:ems="10"
|
172 |
android:gravity="top|start"
|
| 172 |
android:hint="Comentar"
|
173 |
android:hint="Comentar"
|
| - |
|
174 |
android:inputType="textMultiLine"
|
| - |
|
175 |
android:lines="8"
|
| - |
|
176 |
android:maxLines="10"
|
| 173 |
android:inputType="textPersonName"
|
177 |
android:minLines="3"
|
| - |
|
178 |
android:paddingStart="10dp"
|
| - |
|
179 |
android:paddingTop="10dp"
|
| - |
|
180 |
android:paddingEnd="10dp"
|
| - |
|
181 |
android:paddingBottom="10dp"
|
| 174 |
android:paddingStart="10dp"
|
182 |
android:scrollbars="vertical"
|
| 175 |
android:textAlignment="textStart"
|
183 |
android:textAlignment="textStart"
|
| 176 |
android:textColor="@color/colorTextColor"
|
184 |
android:textColor="@color/colorTextColor"
|
| - |
|
185 |
android:textColorHint="@color/colorAccent"
|
| 177 |
android:textColorHint="@color/colorAccent"
|
186 |
android:textSize="16sp"
|
| 178 |
android:visibility="gone"
|
187 |
android:visibility="gone"
|
| 179 |
app:layout_constraintBottom_toTopOf="@+id/continuarbutton"
|
188 |
app:layout_constraintBottom_toTopOf="@+id/continuarbutton"
|
| 180 |
app:layout_constraintEnd_toStartOf="@+id/button4"
|
189 |
app:layout_constraintEnd_toStartOf="@+id/button4"
|
| 181 |
app:layout_constraintHorizontal_bias="1.0"
|
190 |
app:layout_constraintHorizontal_bias="1.0"
|
| Línea 194... |
Línea 203... |
| 194 |
android:elevation="5dp"
|
203 |
android:elevation="5dp"
|
| 195 |
android:visibility="gone"
|
204 |
android:visibility="gone"
|
| 196 |
app:layout_constraintBottom_toTopOf="@+id/continuarbutton"
|
205 |
app:layout_constraintBottom_toTopOf="@+id/continuarbutton"
|
| 197 |
app:layout_constraintEnd_toEndOf="parent"
|
206 |
app:layout_constraintEnd_toEndOf="parent"
|
| 198 |
app:layout_constraintTop_toBottomOf="@+id/ratingBar"
|
207 |
app:layout_constraintTop_toBottomOf="@+id/ratingBar"
|
| 199 |
app:layout_constraintVertical_bias="0.128"
|
208 |
app:layout_constraintVertical_bias="0.136"
|
| 200 |
tools:visibility="visible" />
|
209 |
tools:visibility="visible" />
|
| Línea 201... |
Línea 210... |
| 201 |
|
210 |
|
| 202 |
<com.google.android.material.tabs.TabLayout
|
211 |
<com.google.android.material.tabs.TabLayout
|
| 203 |
android:id="@+id/tabLayout2"
|
212 |
android:id="@+id/tabLayout2"
|