| 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 |
|
|
|
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" />
|
|
|
27 |
|
|
|
28 |
<TextView
|
|
|
29 |
android:id="@+id/intro_textview_title"
|
|
|
30 |
style="@style/textview_title1"
|
|
|
31 |
android:layout_width="wrap_content"
|
|
|
32 |
android:layout_height="wrap_content"
|
| 21 |
gabriel |
33 |
android:fontFamily="@font/roboto"
|
| 1 |
gabriel |
34 |
android:text="@string/intro_take_time_to_learn"
|
| 21 |
gabriel |
35 |
android:textSize="20sp"
|
| 1 |
gabriel |
36 |
app:layout_constraintBottom_toBottomOf="@+id/animationView3"
|
|
|
37 |
app:layout_constraintHorizontal_bias="0.497"
|
|
|
38 |
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
39 |
app:layout_constraintRight_toRightOf="parent"
|
|
|
40 |
app:layout_constraintTop_toTopOf="@+id/animationView3"
|
|
|
41 |
app:layout_constraintVertical_bias="1.0" />
|
|
|
42 |
|
|
|
43 |
<TextView
|
| 21 |
gabriel |
44 |
android:id="@+id/signin_textview_communique_easily"
|
|
|
45 |
style="@style/textview_title2"
|
|
|
46 |
android:layout_width="wrap_content"
|
|
|
47 |
android:layout_height="wrap_content"
|
|
|
48 |
android:layout_marginTop="10dp"
|
|
|
49 |
android:fontFamily="@font/roboto_bold"
|
|
|
50 |
android:text="@string/intro_communique_easily"
|
|
|
51 |
android:textSize="16sp"
|
|
|
52 |
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
53 |
app:layout_constraintRight_toRightOf="parent"
|
|
|
54 |
app:layout_constraintTop_toBottomOf="@id/intro_textview_title" />
|
| 1 |
gabriel |
55 |
|
|
|
56 |
|
| 21 |
gabriel |
57 |
<Button
|
|
|
58 |
android:id="@+id/intro_button_get_started"
|
|
|
59 |
android:layout_width="0dp"
|
|
|
60 |
android:layout_height="55dp"
|
|
|
61 |
android:layout_marginTop="52dp"
|
|
|
62 |
android:background="@drawable/rounded_primarynew_style"
|
|
|
63 |
android:fontFamily="@font/roboto"
|
|
|
64 |
android:text="@string/intro_get_started"
|
|
|
65 |
android:textColor="@color/colorTitleText"
|
|
|
66 |
android:textStyle="bold"
|
|
|
67 |
app:layout_constraintHorizontal_bias="0.497"
|
|
|
68 |
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
69 |
app:layout_constraintRight_toRightOf="parent"
|
|
|
70 |
app:layout_constraintTop_toBottomOf="@id/signin_textview_communique_easily"
|
|
|
71 |
app:layout_constraintWidth_percent="0.5" />
|
| 1 |
gabriel |
72 |
|
| 21 |
gabriel |
73 |
<ImageView
|
|
|
74 |
android:id="@+id/imageView2"
|
|
|
75 |
android:layout_width="70dp"
|
|
|
76 |
android:layout_height="95dp"
|
| 23 |
gabriel |
77 |
android:src="@drawable/logovert"
|
| 21 |
gabriel |
78 |
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
79 |
app:layout_constraintEnd_toEndOf="parent"
|
|
|
80 |
app:layout_constraintHorizontal_bias="0.392"
|
|
|
81 |
app:layout_constraintStart_toStartOf="parent"
|
|
|
82 |
app:layout_constraintTop_toTopOf="parent"
|
|
|
83 |
app:layout_constraintVertical_bias="1.0" />
|
| 1 |
gabriel |
84 |
|
| 21 |
gabriel |
85 |
<TextView
|
|
|
86 |
android:id="@+id/knowmore"
|
|
|
87 |
style="@style/textview_title2"
|
|
|
88 |
android:layout_width="wrap_content"
|
|
|
89 |
android:layout_height="wrap_content"
|
|
|
90 |
android:layout_marginStart="4dp"
|
|
|
91 |
android:layout_marginTop="20dp"
|
|
|
92 |
android:layout_marginRight="104dp"
|
|
|
93 |
android:fontFamily="@font/roboto"
|
|
|
94 |
android:text="Saber más"
|
|
|
95 |
android:textSize="14sp"
|
|
|
96 |
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
97 |
app:layout_constraintRight_toRightOf="parent"
|
|
|
98 |
app:layout_constraintStart_toEndOf="@+id/imageView2"
|
|
|
99 |
app:layout_constraintTop_toBottomOf="@id/intro_button_get_started"
|
|
|
100 |
app:layout_constraintVertical_bias="0.889" />
|
| 1 |
gabriel |
101 |
|
| 21 |
gabriel |
102 |
|
|
|
103 |
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
104 |
|