| 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 |
<com.airbnb.lottie.LottieAnimationView
|
| - |
|
14 |
android:id="@+id/animationView3"
|
| - |
|
15 |
android:layout_width="330dp"
|
| - |
|
16 |
android:layout_height="360dp"
|
| - |
|
17 |
app:layout_constraintBottom_toBottomOf="parent"
|
| - |
|
18 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
19 |
app:layout_constraintHorizontal_bias="0.493"
|
| - |
|
20 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
21 |
app:layout_constraintTop_toTopOf="parent"
|
| - |
|
22 |
app:layout_constraintVertical_bias="0.121"
|
| - |
|
23 |
app:lottie_autoPlay="true"
|
| - |
|
24 |
app:lottie_loop="true"
|
| - |
|
25 |
app:lottie_rawRes="@raw/learning"
|
| - |
|
26 |
tools:visibility="visible" />
|
| 12 |
|
27 |
|
| 13 |
<TextView
|
28 |
<TextView
|
| 14 |
style="@style/textview_title1"
|
29 |
android:id="@+id/intro_textview_title"
|
| 15 |
android:id="@+id/intro_textview_title"
|
30 |
style="@style/textview_title1"
|
| 16 |
android:layout_width="wrap_content"
|
31 |
android:layout_width="wrap_content"
|
| 17 |
android:layout_height="wrap_content"
|
32 |
android:layout_height="wrap_content"
|
| 18 |
android:text="@string/intro_take_time_to_learn"
|
33 |
android:text="@string/intro_take_time_to_learn"
|
| 19 |
app:layout_constraintTop_toTopOf="parent"
|
34 |
app:layout_constraintBottom_toBottomOf="@+id/animationView3"
|
| 20 |
app:layout_constraintBottom_toBottomOf="parent"
|
35 |
app:layout_constraintHorizontal_bias="0.497"
|
| 21 |
app:layout_constraintLeft_toLeftOf="parent"
|
36 |
app:layout_constraintLeft_toLeftOf="parent"
|
| - |
|
37 |
app:layout_constraintRight_toRightOf="parent"
|
| 22 |
app:layout_constraintRight_toRightOf="parent"
|
38 |
app:layout_constraintTop_toTopOf="@+id/animationView3"
|
| Línea 23... |
Línea 39... |
| 23 |
app:layout_constraintVertical_bias="0.40" />
|
39 |
app:layout_constraintVertical_bias="1.0" />
|
| 24 |
|
40 |
|
| 25 |
<TextView
|
41 |
<TextView
|
| 26 |
style="@style/textview_title2"
|
42 |
style="@style/textview_title2"
|
| 27 |
android:id="@+id/signin_textview_communique_easily"
|
43 |
android:id="@+id/signin_textview_communique_easily"
|
| 28 |
android:layout_width="wrap_content"
|
44 |
android:layout_width="wrap_content"
|