| Línea 8... |
Línea 8... |
| 8 |
android:layout_width="match_parent"
|
8 |
android:layout_width="match_parent"
|
| 9 |
android:layout_height="match_parent"
|
9 |
android:layout_height="match_parent"
|
| 10 |
android:background="@color/windowBackgroud"
|
10 |
android:background="@color/windowBackgroud"
|
| 11 |
tools:context=".fragment.IntroFragment">
|
11 |
tools:context=".fragment.IntroFragment">
|
| Línea -... |
Línea 12... |
| - |
|
12 |
|
| - |
|
13 |
|
| - |
|
14 |
<com.airbnb.lottie.LottieAnimationView
|
| - |
|
15 |
android:id="@+id/animationView2"
|
| - |
|
16 |
android:layout_width="330dp"
|
| - |
|
17 |
android:layout_height="360dp"
|
| - |
|
18 |
app:layout_constraintBottom_toBottomOf="parent"
|
| - |
|
19 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
20 |
app:layout_constraintHorizontal_bias="0.493"
|
| - |
|
21 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
22 |
app:layout_constraintTop_toTopOf="parent"
|
| - |
|
23 |
app:layout_constraintVertical_bias="0.38"
|
| - |
|
24 |
app:lottie_autoPlay="true"
|
| - |
|
25 |
app:lottie_loop="true"
|
| - |
|
26 |
app:lottie_rawRes="@raw/success_cap"
|
| - |
|
27 |
tools:visibility="visible" />
|
| 12 |
|
28 |
|
| 13 |
<TextView
|
29 |
<TextView
|
| 14 |
android:id="@+id/fragment_finish_topic_textview_title"
|
30 |
android:id="@+id/fragment_finish_topic_textview_title"
|
| 15 |
style="@style/textview_title_big"
|
31 |
style="@style/textview_title_big"
|
| 16 |
android:layout_width="wrap_content"
|
32 |
android:layout_width="wrap_content"
|
| 17 |
android:layout_height="wrap_content"
|
33 |
android:layout_height="wrap_content"
|
| 18 |
android:text="@string/label_100"
|
34 |
android:text="@string/label_100"
|
| 19 |
app:layout_constraintBottom_toBottomOf="parent"
|
35 |
app:layout_constraintBottom_toBottomOf="@+id/animationView2"
|
| 20 |
app:layout_constraintLeft_toLeftOf="parent"
|
36 |
app:layout_constraintLeft_toLeftOf="parent"
|
| 21 |
app:layout_constraintRight_toRightOf="parent"
|
37 |
app:layout_constraintRight_toRightOf="parent"
|
| 22 |
app:layout_constraintTop_toTopOf="parent"
|
38 |
app:layout_constraintTop_toTopOf="@+id/animationView"
|
| Línea 23... |
Línea 39... |
| 23 |
app:layout_constraintVertical_bias="0.30" />
|
39 |
app:layout_constraintVertical_bias="0.966" />
|
| 24 |
|
40 |
|
| 25 |
<TextView
|
41 |
<TextView
|
| 26 |
style="@style/textview_title2"
|
42 |
style="@style/textview_title2"
|
| 27 |
android:id="@+id/fragment_finish_topic_congratulation_finish_topic"
|
43 |
android:id="@+id/fragment_finish_topic_congratulation_finish_topic"
|
| 28 |
android:layout_width="wrap_content"
|
44 |
android:layout_width="wrap_content"
|