| 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 |
<ImageView
|
| - |
|
14 |
android:id="@+id/imageView4"
|
| - |
|
15 |
android:layout_width="255dp"
|
| - |
|
16 |
android:layout_height="342dp"
|
| - |
|
17 |
android:visibility="visible"
|
| - |
|
18 |
app:layout_constraintBottom_toBottomOf="parent"
|
| - |
|
19 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
20 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
21 |
app:layout_constraintTop_toTopOf="parent" />
|
| 12 |
|
22 |
|
| 13 |
<com.airbnb.lottie.LottieAnimationView
|
23 |
<com.airbnb.lottie.LottieAnimationView
|
| 14 |
android:id="@+id/animationView3"
|
24 |
android:id="@+id/animationView3"
|
| 15 |
android:layout_width="330dp"
|
25 |
android:layout_width="330dp"
|
| - |
|
26 |
android:layout_height="360dp"
|
| 16 |
android:layout_height="360dp"
|
27 |
android:visibility="gone"
|
| 17 |
app:layout_constraintBottom_toBottomOf="parent"
|
28 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 18 |
app:layout_constraintEnd_toEndOf="parent"
|
29 |
app:layout_constraintEnd_toEndOf="parent"
|
| 19 |
app:layout_constraintHorizontal_bias="0.493"
|
30 |
app:layout_constraintHorizontal_bias="0.493"
|
| 20 |
app:layout_constraintStart_toStartOf="parent"
|
31 |
app:layout_constraintStart_toStartOf="parent"
|
| 21 |
app:layout_constraintTop_toTopOf="parent"
|
32 |
app:layout_constraintTop_toTopOf="parent"
|
| 22 |
app:layout_constraintVertical_bias="0.121"
|
33 |
app:layout_constraintVertical_bias="0.121"
|
| 23 |
app:lottie_autoPlay="true"
|
34 |
app:lottie_autoPlay="true"
|
| 24 |
app:lottie_loop="true"
|
35 |
app:lottie_loop="true"
|
| 25 |
app:lottie_rawRes="@raw/learning"
|
- |
|
| Línea 26... |
Línea 36... |
| 26 |
tools:visibility="visible" />
|
36 |
app:lottie_rawRes="@raw/learning" />
|
| 27 |
|
37 |
|
| 28 |
<TextView
|
38 |
<TextView
|
| 29 |
android:id="@+id/intro_textview_title"
|
39 |
android:id="@+id/intro_textview_title"
|
| 30 |
style="@style/textview_title1"
|
40 |
style="@style/textview_title1"
|
| 31 |
android:layout_width="wrap_content"
|
41 |
android:layout_width="wrap_content"
|
| 32 |
android:layout_height="wrap_content"
|
42 |
android:layout_height="wrap_content"
|
| 33 |
android:fontFamily="@font/roboto"
|
43 |
android:fontFamily="@font/roboto"
|
| - |
|
44 |
android:text="@string/intro_take_time_to_learn"
|
| 34 |
android:text="@string/intro_take_time_to_learn"
|
45 |
android:textSize="20sp"
|
| 35 |
android:textSize="20sp"
|
46 |
android:visibility="gone"
|
| 36 |
app:layout_constraintBottom_toBottomOf="@+id/animationView3"
|
47 |
app:layout_constraintBottom_toBottomOf="@+id/animationView3"
|
| 37 |
app:layout_constraintHorizontal_bias="0.497"
|
48 |
app:layout_constraintHorizontal_bias="0.497"
|
| 38 |
app:layout_constraintLeft_toLeftOf="parent"
|
49 |
app:layout_constraintLeft_toLeftOf="parent"
|
| Línea 47... |
Línea 58... |
| 47 |
android:layout_height="wrap_content"
|
58 |
android:layout_height="wrap_content"
|
| 48 |
android:layout_marginTop="10dp"
|
59 |
android:layout_marginTop="10dp"
|
| 49 |
android:fontFamily="@font/roboto_bold"
|
60 |
android:fontFamily="@font/roboto_bold"
|
| 50 |
android:text="@string/intro_communique_easily"
|
61 |
android:text="@string/intro_communique_easily"
|
| 51 |
android:textSize="16sp"
|
62 |
android:textSize="16sp"
|
| - |
|
63 |
android:visibility="gone"
|
| 52 |
app:layout_constraintLeft_toLeftOf="parent"
|
64 |
app:layout_constraintLeft_toLeftOf="parent"
|
| 53 |
app:layout_constraintRight_toRightOf="parent"
|
65 |
app:layout_constraintRight_toRightOf="parent"
|
| 54 |
app:layout_constraintTop_toBottomOf="@id/intro_textview_title" />
|
66 |
app:layout_constraintTop_toBottomOf="@id/intro_textview_title" />
|
| Línea 62... |
Línea 74... |
| 62 |
android:background="@drawable/rounded_primarynew_style"
|
74 |
android:background="@drawable/rounded_primarynew_style"
|
| 63 |
android:fontFamily="@font/roboto"
|
75 |
android:fontFamily="@font/roboto"
|
| 64 |
android:text="@string/intro_get_started"
|
76 |
android:text="@string/intro_get_started"
|
| 65 |
android:textColor="@color/colorTitleText"
|
77 |
android:textColor="@color/colorTitleText"
|
| 66 |
android:textStyle="bold"
|
78 |
android:textStyle="bold"
|
| - |
|
79 |
android:visibility="gone"
|
| 67 |
app:layout_constraintHorizontal_bias="0.497"
|
80 |
app:layout_constraintHorizontal_bias="0.497"
|
| 68 |
app:layout_constraintLeft_toLeftOf="parent"
|
81 |
app:layout_constraintLeft_toLeftOf="parent"
|
| 69 |
app:layout_constraintRight_toRightOf="parent"
|
82 |
app:layout_constraintRight_toRightOf="parent"
|
| 70 |
app:layout_constraintTop_toBottomOf="@id/signin_textview_communique_easily"
|
83 |
app:layout_constraintTop_toBottomOf="@id/signin_textview_communique_easily"
|
| 71 |
app:layout_constraintWidth_percent="0.5" />
|
84 |
app:layout_constraintWidth_percent="0.5" />
|
| Línea 76... |
Línea 89... |
| 76 |
android:layout_height="42dp"
|
89 |
android:layout_height="42dp"
|
| 77 |
android:text="Todos los derechos registrados al 2022 son de"
|
90 |
android:text="Todos los derechos registrados al 2022 son de"
|
| 78 |
android:textAlignment="center"
|
91 |
android:textAlignment="center"
|
| 79 |
android:textColor="@color/appBar"
|
92 |
android:textColor="@color/appBar"
|
| 80 |
android:textSize="14sp"
|
93 |
android:textSize="14sp"
|
| - |
|
94 |
android:visibility="gone"
|
| 81 |
app:layout_constraintBottom_toTopOf="@+id/imageView2"
|
95 |
app:layout_constraintBottom_toTopOf="@+id/imageView2"
|
| 82 |
app:layout_constraintEnd_toEndOf="parent"
|
96 |
app:layout_constraintEnd_toEndOf="parent"
|
| 83 |
app:layout_constraintStart_toStartOf="parent"
|
97 |
app:layout_constraintStart_toStartOf="parent"
|
| 84 |
app:layout_constraintTop_toBottomOf="@+id/intro_button_get_started"
|
98 |
app:layout_constraintTop_toBottomOf="@+id/intro_button_get_started"
|
| 85 |
app:layout_constraintVertical_bias="1.0" />
|
99 |
app:layout_constraintVertical_bias="1.0" />
|
| Línea 87... |
Línea 101... |
| 87 |
<ImageView
|
101 |
<ImageView
|
| 88 |
android:id="@+id/imageView2"
|
102 |
android:id="@+id/imageView2"
|
| 89 |
android:layout_width="70dp"
|
103 |
android:layout_width="70dp"
|
| 90 |
android:layout_height="95dp"
|
104 |
android:layout_height="95dp"
|
| 91 |
android:src="@drawable/logovert"
|
105 |
android:src="@drawable/logovert"
|
| - |
|
106 |
android:visibility="gone"
|
| 92 |
app:layout_constraintBottom_toTopOf="@+id/knowmore"
|
107 |
app:layout_constraintBottom_toTopOf="@+id/knowmore"
|
| 93 |
app:layout_constraintEnd_toEndOf="parent"
|
108 |
app:layout_constraintEnd_toEndOf="parent"
|
| 94 |
app:layout_constraintHorizontal_bias="0.498"
|
109 |
app:layout_constraintHorizontal_bias="0.498"
|
| 95 |
app:layout_constraintStart_toStartOf="parent"
|
110 |
app:layout_constraintStart_toStartOf="parent"
|
| 96 |
app:layout_constraintTop_toTopOf="parent"
|
111 |
app:layout_constraintTop_toTopOf="parent"
|
| Línea 104... |
Línea 119... |
| 104 |
android:layout_marginTop="20dp"
|
119 |
android:layout_marginTop="20dp"
|
| 105 |
android:fontFamily="@font/roboto"
|
120 |
android:fontFamily="@font/roboto"
|
| 106 |
android:text="Saber más"
|
121 |
android:text="Saber más"
|
| 107 |
android:textAlignment="center"
|
122 |
android:textAlignment="center"
|
| 108 |
android:textSize="14sp"
|
123 |
android:textSize="14sp"
|
| - |
|
124 |
android:visibility="gone"
|
| 109 |
app:layout_constraintBottom_toBottomOf="parent"
|
125 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 110 |
app:layout_constraintRight_toRightOf="parent"
|
126 |
app:layout_constraintRight_toRightOf="parent"
|
| 111 |
app:layout_constraintStart_toStartOf="parent"
|
127 |
app:layout_constraintStart_toStartOf="parent"
|
| 112 |
app:layout_constraintTop_toBottomOf="@id/intro_button_get_started"
|
128 |
app:layout_constraintTop_toBottomOf="@id/intro_button_get_started"
|
| 113 |
app:layout_constraintVertical_bias="0.959" />
|
129 |
app:layout_constraintVertical_bias="0.959" />
|