| 1 |
gabriel |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
|
| 56 |
gabriel |
3 |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
4 |
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
5 |
xmlns:tools="http://schemas.android.com/tools"
|
|
|
6 |
android:id="@+id/fondosplash"
|
|
|
7 |
android:layout_width="match_parent"
|
|
|
8 |
android:layout_height="match_parent"
|
|
|
9 |
android:background="@color/colorNudeNew"
|
|
|
10 |
android:orientation="vertical"
|
|
|
11 |
tools:context=".fragment.IntroFragment">
|
| 1 |
gabriel |
12 |
|
| 45 |
gabriel |
13 |
|
| 56 |
gabriel |
14 |
<TextView
|
|
|
15 |
android:id="@+id/appnameintro"
|
|
|
16 |
android:layout_width="wrap_content"
|
|
|
17 |
android:layout_height="wrap_content"
|
|
|
18 |
android:layout_marginTop="88dp"
|
|
|
19 |
android:layout_marginEnd="100dp"
|
|
|
20 |
android:text="@string/app_name"
|
|
|
21 |
android:textColor="@color/colorPrincipalNew"
|
|
|
22 |
android:textSize="28dp"
|
|
|
23 |
android:textStyle="bold"
|
|
|
24 |
android:visibility="gone"
|
|
|
25 |
app:layout_constraintEnd_toEndOf="parent"
|
|
|
26 |
app:layout_constraintHorizontal_bias="0.391"
|
|
|
27 |
app:layout_constraintStart_toEndOf="@+id/logointro"
|
|
|
28 |
app:layout_constraintTop_toTopOf="parent"
|
|
|
29 |
tools:visibility="gone" />
|
|
|
30 |
|
| 47 |
gabriel |
31 |
<ImageView
|
| 56 |
gabriel |
32 |
android:id="@+id/imageView2"
|
| 57 |
gabriel |
33 |
android:layout_width="161dp"
|
|
|
34 |
android:layout_height="181dp"
|
| 56 |
gabriel |
35 |
android:src="@drawable/animation1"
|
| 47 |
gabriel |
36 |
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
37 |
app:layout_constraintEnd_toEndOf="parent"
|
|
|
38 |
app:layout_constraintStart_toStartOf="parent"
|
| 56 |
gabriel |
39 |
app:layout_constraintTop_toTopOf="parent" />
|
|
|
40 |
|
|
|
41 |
<ImageView
|
|
|
42 |
android:id="@+id/logointro"
|
|
|
43 |
android:layout_width="70dp"
|
|
|
44 |
android:layout_height="70dp"
|
|
|
45 |
android:layout_marginStart="90dp"
|
|
|
46 |
android:layout_marginTop="72dp"
|
|
|
47 |
android:src="@drawable/ic_logo"
|
|
|
48 |
android:visibility="gone"
|
|
|
49 |
app:layout_constraintStart_toStartOf="parent"
|
| 47 |
gabriel |
50 |
app:layout_constraintTop_toTopOf="parent"
|
|
|
51 |
tools:visibility="gone" />
|
| 46 |
gabriel |
52 |
|
| 56 |
gabriel |
53 |
<ImageView
|
|
|
54 |
android:id="@+id/imageView5"
|
|
|
55 |
android:layout_width="160dp"
|
|
|
56 |
android:layout_height="160dp"
|
|
|
57 |
android:layout_marginTop="68dp"
|
|
|
58 |
android:src="@drawable/ic_logo"
|
| 45 |
gabriel |
59 |
android:visibility="gone"
|
| 1 |
gabriel |
60 |
app:layout_constraintEnd_toEndOf="parent"
|
| 56 |
gabriel |
61 |
app:layout_constraintHorizontal_bias="0.498"
|
| 1 |
gabriel |
62 |
app:layout_constraintStart_toStartOf="parent"
|
| 56 |
gabriel |
63 |
app:layout_constraintTop_toBottomOf="@+id/appnameintro"
|
|
|
64 |
app:srcCompat="@drawable/micro"
|
|
|
65 |
tools:visibility="gone" />
|
| 1 |
gabriel |
66 |
|
|
|
67 |
<TextView
|
|
|
68 |
android:id="@+id/intro_textview_title"
|
|
|
69 |
style="@style/textview_title1"
|
|
|
70 |
android:layout_width="wrap_content"
|
|
|
71 |
android:layout_height="wrap_content"
|
| 56 |
gabriel |
72 |
android:layout_marginTop="36dp"
|
| 21 |
gabriel |
73 |
android:fontFamily="@font/roboto"
|
| 1 |
gabriel |
74 |
android:text="@string/intro_take_time_to_learn"
|
| 56 |
gabriel |
75 |
android:textColor="@color/colorNavText"
|
|
|
76 |
android:textSize="24sp"
|
|
|
77 |
android:textStyle="bold"
|
| 45 |
gabriel |
78 |
android:visibility="gone"
|
| 1 |
gabriel |
79 |
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
80 |
app:layout_constraintRight_toRightOf="parent"
|
| 56 |
gabriel |
81 |
app:layout_constraintTop_toBottomOf="@+id/imageView5"
|
|
|
82 |
tools:visibility="gone" />
|
| 1 |
gabriel |
83 |
|
|
|
84 |
<TextView
|
| 21 |
gabriel |
85 |
android:id="@+id/signin_textview_communique_easily"
|
|
|
86 |
style="@style/textview_title2"
|
|
|
87 |
android:layout_width="wrap_content"
|
|
|
88 |
android:layout_height="wrap_content"
|
| 56 |
gabriel |
89 |
android:layout_marginTop="32dp"
|
|
|
90 |
|
|
|
91 |
android:fontFamily="@font/roboto"
|
|
|
92 |
android:padding="10dp"
|
| 21 |
gabriel |
93 |
android:text="@string/intro_communique_easily"
|
| 56 |
gabriel |
94 |
android:textAlignment="center"
|
|
|
95 |
android:textColor="@color/colorPrincipalNew"
|
| 21 |
gabriel |
96 |
android:textSize="16sp"
|
| 45 |
gabriel |
97 |
android:visibility="gone"
|
| 56 |
gabriel |
98 |
app:layout_constraintHorizontal_bias="0.0"
|
| 21 |
gabriel |
99 |
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
100 |
app:layout_constraintRight_toRightOf="parent"
|
| 56 |
gabriel |
101 |
app:layout_constraintTop_toBottomOf="@+id/intro_textview_title"
|
|
|
102 |
tools:visibility="gone" />
|
| 1 |
gabriel |
103 |
|
| 47 |
gabriel |
104 |
<Button
|
|
|
105 |
android:id="@+id/intro_button_get_started"
|
| 56 |
gabriel |
106 |
android:layout_width="350dp"
|
|
|
107 |
android:layout_height="40dp"
|
|
|
108 |
android:layout_marginBottom="36dp"
|
| 47 |
gabriel |
109 |
android:background="@drawable/rounded_primarynew_style"
|
|
|
110 |
android:fontFamily="@font/roboto"
|
|
|
111 |
android:text="@string/intro_get_started"
|
| 56 |
gabriel |
112 |
android:textAllCaps="false"
|
| 47 |
gabriel |
113 |
android:textColor="@color/colorTitleText"
|
|
|
114 |
android:textStyle="bold"
|
|
|
115 |
android:visibility="gone"
|
| 56 |
gabriel |
116 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 47 |
gabriel |
117 |
app:layout_constraintEnd_toEndOf="parent"
|
| 56 |
gabriel |
118 |
app:layout_constraintHorizontal_bias="0.491"
|
| 47 |
gabriel |
119 |
app:layout_constraintStart_toStartOf="parent"
|
|
|
120 |
app:layout_constraintTop_toBottomOf="@+id/signin_textview_communique_easily"
|
| 56 |
gabriel |
121 |
app:layout_constraintVertical_bias="0.301"
|
| 47 |
gabriel |
122 |
app:layout_constraintWidth_percent="0.5"
|
| 56 |
gabriel |
123 |
tools:visibility="gone" />
|
| 21 |
gabriel |
124 |
|
| 47 |
gabriel |
125 |
|
| 21 |
gabriel |
126 |
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
127 |
|