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