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