| Línea 1... |
Línea 1... |
| 1 |
<?xml version="1.0" encoding="utf-8"?>
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
| 2 |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2 |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| 3 |
xmlns:app="http://schemas.android.com/apk/res-auto"
|
3 |
xmlns:app="http://schemas.android.com/apk/res-auto"
|
| 4 |
xmlns:tools="http://schemas.android.com/tools"
|
4 |
xmlns:tools="http://schemas.android.com/tools"
|
| 5 |
android:layout_width="wrap_content"
|
5 |
android:layout_width="match_parent"
|
| 6 |
android:layout_height="wrap_content"
|
6 |
android:layout_height="wrap_content"
|
| 7 |
android:focusable="true"
|
7 |
android:focusable="true"
|
| 8 |
android:orientation="horizontal"
|
8 |
android:orientation="horizontal"
|
| 9 |
android:visibility="visible">
|
9 |
android:visibility="visible">
|
| Línea 10... |
Línea 10... |
| 10 |
|
10 |
|
| 11 |
<!-- A CardView that contains a TextView -->
|
11 |
<!-- A CardView that contains a TextView -->
|
| 12 |
<androidx.cardview.widget.CardView
|
12 |
<androidx.cardview.widget.CardView
|
| 13 |
android:id="@+id/card_view"
|
13 |
android:id="@+id/card_view"
|
| 14 |
android:layout_width="wrap_content"
|
14 |
android:layout_width="0dp"
|
| 15 |
android:layout_height="wrap_content"
|
15 |
android:layout_height="wrap_content"
|
| 16 |
android:layout_gravity="center"
|
16 |
android:layout_gravity="center"
|
| 17 |
app:cardBackgroundColor="@color/colorNavText"
|
17 |
app:cardBackgroundColor="@color/colorTextColor"
|
| 18 |
app:cardCornerRadius="4dp"
|
18 |
app:cardCornerRadius="6dp"
|
| 19 |
app:cardElevation="9dp"
|
19 |
app:cardElevation="9dp"
|
| 20 |
app:cardUseCompatPadding="true"
|
20 |
app:cardUseCompatPadding="true"
|
| 21 |
app:layout_constraintBottom_toBottomOf="parent"
|
21 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 22 |
app:layout_constraintEnd_toEndOf="parent"
|
22 |
app:layout_constraintEnd_toEndOf="parent"
|
| 23 |
app:layout_constraintStart_toStartOf="parent"
|
23 |
app:layout_constraintStart_toStartOf="parent"
|
| Línea 24... |
Línea 24... |
| 24 |
app:layout_constraintTop_toTopOf="parent">
|
24 |
app:layout_constraintTop_toTopOf="parent">
|
| 25 |
|
25 |
|
| 26 |
<androidx.constraintlayout.widget.ConstraintLayout
|
26 |
<androidx.constraintlayout.widget.ConstraintLayout
|
| 27 |
android:layout_width="match_parent"
|
27 |
android:layout_width="384dp"
|
| 28 |
android:layout_height="match_parent"
|
28 |
android:layout_height="176dp"
|
| 29 |
android:layout_margin="7dp"
|
29 |
android:layout_margin="7dp"
|
| 30 |
android:paddingStart="10dp"
|
30 |
android:paddingStart="10dp"
|
| 31 |
android:paddingTop="20dp"
|
31 |
android:paddingTop="20dp"
|
| Línea 35... |
Línea 35... |
| 35 |
<TextView
|
35 |
<TextView
|
| 36 |
android:id="@+id/textView17"
|
36 |
android:id="@+id/textView17"
|
| 37 |
android:layout_width="wrap_content"
|
37 |
android:layout_width="wrap_content"
|
| 38 |
android:layout_height="wrap_content"
|
38 |
android:layout_height="wrap_content"
|
| 39 |
android:text="En curso"
|
39 |
android:text="En curso"
|
| 40 |
android:textColor="@color/colorTitleText"
|
40 |
android:textColor="@color/colorPrimaryDark"
|
| 41 |
android:textSize="16sp"
|
41 |
android:textSize="16sp"
|
| - |
|
42 |
android:textStyle="bold"
|
| 42 |
app:layout_constraintStart_toStartOf="parent"
|
43 |
app:layout_constraintStart_toStartOf="parent"
|
| 43 |
app:layout_constraintTop_toTopOf="parent" />
|
44 |
app:layout_constraintTop_toTopOf="parent" />
|
| Línea 44... |
Línea 45... |
| 44 |
|
45 |
|
| 45 |
<TextView
|
46 |
<TextView
|
| 46 |
android:id="@+id/titleview"
|
47 |
android:id="@+id/titleview"
|
| 47 |
android:layout_width="178dp"
|
48 |
android:layout_width="213dp"
|
| 48 |
android:layout_height="40dp"
|
49 |
android:layout_height="39dp"
|
| 49 |
android:layout_marginTop="8dp"
|
50 |
android:layout_marginTop="4dp"
|
| 50 |
android:fontFamily="sans-serif-medium"
|
51 |
android:fontFamily="sans-serif-medium"
|
| 51 |
android:textAlignment="viewStart"
|
52 |
android:textAlignment="viewStart"
|
| 52 |
android:textColor="@color/colorTitleText"
|
53 |
android:textColor="@color/colorTitleText"
|
| 53 |
android:textSize="16sp"
|
54 |
android:textSize="16sp"
|
| Línea 67... |
Línea 68... |
| 67 |
app:layout_constraintBottom_toBottomOf="parent"
|
68 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 68 |
app:layout_constraintEnd_toStartOf="@+id/imagelist"
|
69 |
app:layout_constraintEnd_toStartOf="@+id/imagelist"
|
| 69 |
app:layout_constraintHorizontal_bias="0.0"
|
70 |
app:layout_constraintHorizontal_bias="0.0"
|
| 70 |
app:layout_constraintStart_toStartOf="parent"
|
71 |
app:layout_constraintStart_toStartOf="parent"
|
| 71 |
app:layout_constraintTop_toBottomOf="@+id/titleview"
|
72 |
app:layout_constraintTop_toBottomOf="@+id/titleview"
|
| 72 |
app:layout_constraintVertical_bias="0.061" />
|
73 |
app:layout_constraintVertical_bias="0.0" />
|
| Línea 73... |
Línea 74... |
| 73 |
|
74 |
|
| 74 |
<ImageView
|
75 |
<ImageView
|
| 75 |
android:id="@+id/imagelist"
|
76 |
android:id="@+id/imagelist"
|
| 76 |
android:layout_width="120dp"
|
77 |
android:layout_width="122dp"
|
| - |
|
78 |
android:layout_height="164dp"
|
| - |
|
79 |
android:layout_marginEnd="20dp"
|
| - |
|
80 |
android:background="@drawable/round_outline"
|
| 77 |
android:layout_height="145dp"
|
81 |
android:outlineProvider="background"
|
| 78 |
app:layout_constraintBottom_toBottomOf="parent"
|
82 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 79 |
app:layout_constraintEnd_toEndOf="parent"
|
- |
|
| 80 |
app:layout_constraintHorizontal_bias="1.0"
|
- |
|
| 81 |
app:layout_constraintStart_toStartOf="parent"
|
83 |
app:layout_constraintEnd_toEndOf="parent"
|
| 82 |
app:layout_constraintTop_toTopOf="parent"
|
84 |
app:layout_constraintTop_toTopOf="parent"
|
| Línea 83... |
Línea 85... |
| 83 |
tools:srcCompat="@tools:sample/avatars" />
|
85 |
app:layout_constraintVertical_bias="0.508" />
|
| 84 |
|
86 |
|
| 85 |
<Button
|
87 |
<Button
|
| 86 |
android:id="@+id/button"
|
88 |
android:id="@+id/button"
|
| 87 |
android:layout_width="102dp"
|
89 |
android:layout_width="102dp"
|
| 88 |
android:layout_height="43dp"
|
90 |
android:layout_height="43dp"
|
| - |
|
91 |
android:layout_marginTop="5dp"
|
| 89 |
android:layout_marginTop="15dp"
|
92 |
android:background="@color/windowBackgroud"
|
| 90 |
android:background="@color/teal_700"
|
93 |
android:fontFamily="@font/roboto"
|
| 91 |
android:text="Continuar"
|
94 |
android:text="Continuar"
|
| 92 |
android:textColor="@color/colorNavIcon"
|
95 |
android:textColor="@color/colorPrimary"
|
| 93 |
app:layout_constraintBottom_toBottomOf="parent"
|
96 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 94 |
app:layout_constraintEnd_toStartOf="@+id/imagelist"
|
97 |
app:layout_constraintEnd_toStartOf="@+id/imagelist"
|
| 95 |
app:layout_constraintHorizontal_bias="0.0"
|
98 |
app:layout_constraintHorizontal_bias="0.0"
|
| 96 |
app:layout_constraintStart_toStartOf="parent"
|
99 |
app:layout_constraintStart_toStartOf="parent"
|
| 97 |
app:layout_constraintTop_toBottomOf="@+id/progressview"
|
100 |
app:layout_constraintTop_toBottomOf="@+id/progressview"
|
| Línea 98... |
Línea 101... |
| 98 |
app:layout_constraintVertical_bias="0.483" />
|
101 |
app:layout_constraintVertical_bias="0.0" />
|
| 99 |
</androidx.constraintlayout.widget.ConstraintLayout>
|
102 |
</androidx.constraintlayout.widget.ConstraintLayout>
|
| 100 |
|
103 |
|