| 1 |
gabriel |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
|
|
|
3 |
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
4 |
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
5 |
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
6 |
xmlns:tools="http://schemas.android.com/tools"
|
|
|
7 |
android:orientation="vertical"
|
|
|
8 |
android:layout_width="match_parent"
|
|
|
9 |
android:layout_height="match_parent"
|
|
|
10 |
android:background="@color/windowBackgroud"
|
|
|
11 |
tools:context=".fragment.IntroFragment">
|
|
|
12 |
|
| 45 |
gabriel |
13 |
|
| 47 |
gabriel |
14 |
<ImageView
|
|
|
15 |
android:id="@+id/imageView4"
|
|
|
16 |
android:layout_width="255dp"
|
|
|
17 |
android:layout_height="342dp"
|
|
|
18 |
android:visibility="visible"
|
|
|
19 |
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
20 |
app:layout_constraintEnd_toEndOf="parent"
|
|
|
21 |
app:layout_constraintStart_toStartOf="parent"
|
|
|
22 |
app:layout_constraintTop_toTopOf="parent"
|
|
|
23 |
app:layout_constraintVertical_bias="0.375"
|
|
|
24 |
tools:visibility="gone" />
|
| 46 |
gabriel |
25 |
|
| 1 |
gabriel |
26 |
<com.airbnb.lottie.LottieAnimationView
|
|
|
27 |
android:id="@+id/animationView3"
|
| 47 |
gabriel |
28 |
android:layout_width="292dp"
|
|
|
29 |
android:layout_height="310dp"
|
| 45 |
gabriel |
30 |
android:visibility="gone"
|
| 1 |
gabriel |
31 |
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
32 |
app:layout_constraintEnd_toEndOf="parent"
|
| 47 |
gabriel |
33 |
app:layout_constraintHorizontal_bias="0.495"
|
| 1 |
gabriel |
34 |
app:layout_constraintStart_toStartOf="parent"
|
|
|
35 |
app:layout_constraintTop_toTopOf="parent"
|
| 47 |
gabriel |
36 |
app:layout_constraintVertical_bias="0.104"
|
| 1 |
gabriel |
37 |
app:lottie_autoPlay="true"
|
|
|
38 |
app:lottie_loop="true"
|
| 46 |
gabriel |
39 |
app:lottie_rawRes="@raw/learning"
|
|
|
40 |
tools:visibility="visible" />
|
| 1 |
gabriel |
41 |
|
|
|
42 |
<TextView
|
|
|
43 |
android:id="@+id/intro_textview_title"
|
|
|
44 |
style="@style/textview_title1"
|
|
|
45 |
android:layout_width="wrap_content"
|
|
|
46 |
android:layout_height="wrap_content"
|
| 47 |
gabriel |
47 |
android:layout_marginTop="15dp"
|
| 21 |
gabriel |
48 |
android:fontFamily="@font/roboto"
|
| 1 |
gabriel |
49 |
android:text="@string/intro_take_time_to_learn"
|
| 21 |
gabriel |
50 |
android:textSize="20sp"
|
| 45 |
gabriel |
51 |
android:visibility="gone"
|
| 46 |
gabriel |
52 |
app:layout_constraintHorizontal_bias="0.49"
|
| 1 |
gabriel |
53 |
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
54 |
app:layout_constraintRight_toRightOf="parent"
|
| 46 |
gabriel |
55 |
app:layout_constraintTop_toBottomOf="@+id/animationView3"
|
|
|
56 |
tools:visibility="visible" />
|
| 1 |
gabriel |
57 |
|
|
|
58 |
<TextView
|
| 21 |
gabriel |
59 |
android:id="@+id/signin_textview_communique_easily"
|
|
|
60 |
style="@style/textview_title2"
|
|
|
61 |
android:layout_width="wrap_content"
|
|
|
62 |
android:layout_height="wrap_content"
|
| 46 |
gabriel |
63 |
android:layout_marginTop="12dp"
|
| 21 |
gabriel |
64 |
android:fontFamily="@font/roboto_bold"
|
|
|
65 |
android:text="@string/intro_communique_easily"
|
|
|
66 |
android:textSize="16sp"
|
| 45 |
gabriel |
67 |
android:visibility="gone"
|
| 21 |
gabriel |
68 |
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
69 |
app:layout_constraintRight_toRightOf="parent"
|
| 46 |
gabriel |
70 |
app:layout_constraintTop_toBottomOf="@id/intro_textview_title"
|
|
|
71 |
tools:visibility="visible" />
|
| 1 |
gabriel |
72 |
|
| 24 |
gabriel |
73 |
<TextView
|
|
|
74 |
android:id="@+id/textView19"
|
| 46 |
gabriel |
75 |
style="@style/textview_title1"
|
| 24 |
gabriel |
76 |
android:layout_width="187dp"
|
|
|
77 |
android:layout_height="42dp"
|
|
|
78 |
android:text="Todos los derechos registrados al 2022 son de"
|
|
|
79 |
android:textAlignment="center"
|
|
|
80 |
android:textSize="14sp"
|
| 45 |
gabriel |
81 |
android:visibility="gone"
|
| 24 |
gabriel |
82 |
app:layout_constraintBottom_toTopOf="@+id/imageView2"
|
|
|
83 |
app:layout_constraintEnd_toEndOf="parent"
|
|
|
84 |
app:layout_constraintStart_toStartOf="parent"
|
| 46 |
gabriel |
85 |
tools:visibility="visible" />
|
| 24 |
gabriel |
86 |
|
| 21 |
gabriel |
87 |
<ImageView
|
|
|
88 |
android:id="@+id/imageView2"
|
|
|
89 |
android:layout_width="70dp"
|
|
|
90 |
android:layout_height="95dp"
|
| 47 |
gabriel |
91 |
android:layout_marginBottom="2dp"
|
| 23 |
gabriel |
92 |
android:src="@drawable/logovert"
|
| 45 |
gabriel |
93 |
android:visibility="gone"
|
| 24 |
gabriel |
94 |
app:layout_constraintBottom_toTopOf="@+id/knowmore"
|
| 21 |
gabriel |
95 |
app:layout_constraintEnd_toEndOf="parent"
|
| 24 |
gabriel |
96 |
app:layout_constraintHorizontal_bias="0.498"
|
| 21 |
gabriel |
97 |
app:layout_constraintStart_toStartOf="parent"
|
| 46 |
gabriel |
98 |
tools:visibility="visible" />
|
| 1 |
gabriel |
99 |
|
| 21 |
gabriel |
100 |
<TextView
|
|
|
101 |
android:id="@+id/knowmore"
|
|
|
102 |
style="@style/textview_title2"
|
| 24 |
gabriel |
103 |
android:layout_width="fill_parent"
|
| 21 |
gabriel |
104 |
android:layout_height="wrap_content"
|
|
|
105 |
android:layout_marginTop="20dp"
|
|
|
106 |
android:fontFamily="@font/roboto"
|
|
|
107 |
android:text="Saber más"
|
| 24 |
gabriel |
108 |
android:textAlignment="center"
|
| 21 |
gabriel |
109 |
android:textSize="14sp"
|
| 45 |
gabriel |
110 |
android:visibility="gone"
|
| 21 |
gabriel |
111 |
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
112 |
app:layout_constraintRight_toRightOf="parent"
|
| 24 |
gabriel |
113 |
app:layout_constraintStart_toStartOf="parent"
|
| 21 |
gabriel |
114 |
app:layout_constraintTop_toBottomOf="@id/intro_button_get_started"
|
| 46 |
gabriel |
115 |
app:layout_constraintVertical_bias="0.959"
|
|
|
116 |
tools:visibility="visible" />
|
| 1 |
gabriel |
117 |
|
| 47 |
gabriel |
118 |
<Button
|
|
|
119 |
android:id="@+id/intro_button_get_started"
|
|
|
120 |
android:layout_width="0dp"
|
|
|
121 |
android:layout_height="55dp"
|
|
|
122 |
android:layout_marginTop="15dp"
|
|
|
123 |
android:background="@drawable/rounded_primarynew_style"
|
|
|
124 |
android:fontFamily="@font/roboto"
|
|
|
125 |
android:text="@string/intro_get_started"
|
|
|
126 |
android:textColor="@color/colorTitleText"
|
|
|
127 |
android:textStyle="bold"
|
|
|
128 |
android:visibility="gone"
|
|
|
129 |
app:layout_constraintEnd_toEndOf="parent"
|
|
|
130 |
app:layout_constraintHorizontal_bias="0.497"
|
|
|
131 |
app:layout_constraintStart_toStartOf="parent"
|
|
|
132 |
app:layout_constraintTop_toBottomOf="@+id/signin_textview_communique_easily"
|
|
|
133 |
app:layout_constraintWidth_percent="0.5"
|
|
|
134 |
tools:visibility="visible" />
|
| 21 |
gabriel |
135 |
|
| 47 |
gabriel |
136 |
|
| 21 |
gabriel |
137 |
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
138 |
|