| Línea 6... |
Línea 6... |
| 6 |
android:layout_width="match_parent"
|
6 |
android:layout_width="match_parent"
|
| 7 |
android:layout_height="match_parent"
|
7 |
android:layout_height="match_parent"
|
| 8 |
android:padding="5dp">
|
8 |
android:padding="5dp">
|
| Línea 9... |
Línea 9... |
| 9 |
|
9 |
|
| 10 |
|
10 |
|
| 11 |
<com.codesgood.views.JustifiedTextView
|
11 |
<com.airbnb.lottie.LottieAnimationView
|
| 12 |
android:id="@+id/fragment_quiz_fail_justifytext"
|
12 |
android:id="@+id/animationView5"
|
| - |
|
13 |
android:layout_width="380dp"
|
| - |
|
14 |
android:layout_height="450dp"
|
| - |
|
15 |
app:layout_constraintBottom_toBottomOf="parent"
|
| - |
|
16 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
17 |
app:layout_constraintHorizontal_bias="0.493"
|
| - |
|
18 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
19 |
app:layout_constraintTop_toTopOf="parent"
|
| - |
|
20 |
app:layout_constraintVertical_bias="0.592"
|
| - |
|
21 |
app:lottie_autoPlay="true"
|
| - |
|
22 |
app:lottie_loop="true"
|
| - |
|
23 |
app:lottie_rawRes="@raw/errorquiz"
|
| - |
|
24 |
tools:visibility="visible" />
|
| - |
|
25 |
|
| 13 |
style="@style/textview_quiz_title1"
|
26 |
<TextView
|
| 14 |
android:layout_width="369dp"
|
27 |
android:id="@+id/textView6"
|
| 15 |
android:layout_height="82dp"
|
28 |
android:layout_width="wrap_content"
|
| 16 |
android:fontFamily="@font/roboto"
|
29 |
android:layout_height="wrap_content"
|
| - |
|
30 |
android:text="@string/label_retry_quiz"
|
| 17 |
android:text="@string/label_retry_quiz"
|
31 |
android:textAlignment="center"
|
| 18 |
android:textAlignment="center"
|
32 |
android:textColor="@color/black"
|
| 19 |
android:textSize="20sp"
|
33 |
android:textSize="20sp"
|
| - |
|
34 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 20 |
app:layout_constraintBottom_toBottomOf="parent"
|
35 |
app:layout_constraintEnd_toEndOf="parent"
|
| 21 |
app:layout_constraintLeft_toLeftOf="parent"
|
36 |
app:layout_constraintHorizontal_bias="1.0"
|
| 22 |
app:layout_constraintRight_toRightOf="parent"
|
37 |
app:layout_constraintStart_toStartOf="parent"
|
| 23 |
app:layout_constraintTop_toTopOf="parent"
|
- |
|
| 24 |
app:layout_constraintVertical_bias="0.3" />
|
- |
|
| 25 |
|
- |
|
| 26 |
<ImageView
|
- |
|
| 27 |
android:layout_width="0dp"
|
- |
|
| 28 |
android:layout_height="0dp"
|
- |
|
| 29 |
android:src="@drawable/ic_cuestionario_fail"
|
- |
|
| 30 |
app:layout_constraintBottom_toBottomOf="parent"
|
- |
|
| 31 |
app:layout_constraintHeight_percent="0.5"
|
- |
|
| 32 |
app:layout_constraintLeft_toLeftOf="parent"
|
- |
|
| 33 |
app:layout_constraintRight_toRightOf="parent"
|
- |
|
| Línea 34... |
Línea 38... |
| 34 |
app:layout_constraintTop_toTopOf="@+id/fragment_quiz_fail_justifytext"
|
38 |
app:layout_constraintTop_toTopOf="parent"
|
| 35 |
app:layout_constraintWidth_percent="0.5" />
|
39 |
app:layout_constraintVertical_bias="0.263" />
|