| Línea 42... |
Línea 42... |
| 42 |
app:layout_constraintEnd_toEndOf="parent"
|
42 |
app:layout_constraintEnd_toEndOf="parent"
|
| 43 |
app:layout_constraintHorizontal_bias="0.085"
|
43 |
app:layout_constraintHorizontal_bias="0.085"
|
| 44 |
app:layout_constraintStart_toStartOf="parent"
|
44 |
app:layout_constraintStart_toStartOf="parent"
|
| 45 |
app:layout_constraintTop_toBottomOf="@+id/textView14" />
|
45 |
app:layout_constraintTop_toBottomOf="@+id/textView14" />
|
| Línea -... |
Línea 46... |
| - |
|
46 |
|
| - |
|
47 |
<include
|
| - |
|
48 |
android:id="@+id/include"
|
| - |
|
49 |
layout="@layout/cardview_item"
|
| - |
|
50 |
android:layout_width="0dp"
|
| - |
|
51 |
android:layout_height="wrap_content"
|
| - |
|
52 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
53 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
54 |
app:layout_constraintTop_toBottomOf="@+id/textView15" />
|
| 46 |
|
55 |
|
| 47 |
<androidx.recyclerview.widget.RecyclerView
|
56 |
<androidx.recyclerview.widget.RecyclerView
|
| 48 |
android:id="@+id/capsulescontinuos"
|
57 |
android:id="@+id/capsulescontinuos"
|
| 49 |
android:layout_width="0dp"
|
58 |
android:layout_width="0dp"
|
| - |
|
59 |
android:layout_height="wrap_content"
|
| 50 |
android:layout_height="wrap_content"
|
60 |
android:visibility="gone"
|
| 51 |
app:layout_constraintEnd_toEndOf="parent"
|
61 |
app:layout_constraintEnd_toEndOf="parent"
|
| 52 |
app:layout_constraintHorizontal_bias="0.0"
|
62 |
app:layout_constraintHorizontal_bias="0.0"
|
| 53 |
app:layout_constraintStart_toStartOf="parent"
|
63 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
64 |
app:layout_constraintTop_toBottomOf="@+id/textView15"
|
| Línea 54... |
Línea 65... |
| 54 |
app:layout_constraintTop_toBottomOf="@+id/textView15">
|
65 |
tools:visibility="gone">
|
| Línea 55... |
Línea 66... |
| 55 |
|
66 |
|
| 56 |
</androidx.recyclerview.widget.RecyclerView>
|
67 |
</androidx.recyclerview.widget.RecyclerView>
|
| 57 |
|
68 |
|
| 58 |
<com.google.android.material.tabs.TabLayout
|
69 |
<com.google.android.material.tabs.TabLayout
|
| 59 |
android:id="@+id/tabLayout"
|
70 |
android:id="@+id/tabLayout"
|
| 60 |
android:layout_width="0dp"
|
71 |
android:layout_width="0dp"
|
| 61 |
android:layout_height="wrap_content"
|
72 |
android:layout_height="wrap_content"
|
| 62 |
app:layout_constraintEnd_toEndOf="parent"
|
73 |
app:layout_constraintEnd_toEndOf="parent"
|
| 63 |
app:layout_constraintHorizontal_bias="1.0"
|
74 |
app:layout_constraintHorizontal_bias="1.0"
|
| Línea 64... |
Línea 75... |
| 64 |
app:layout_constraintStart_toStartOf="parent"
|
75 |
app:layout_constraintStart_toStartOf="parent"
|
| 65 |
app:layout_constraintTop_toBottomOf="@+id/capsulescontinuos"
|
76 |
app:layout_constraintTop_toBottomOf="@+id/include"
|
| 66 |
app:tabIndicatorColor="@color/buttonIntroBackground">
|
77 |
app:tabIndicatorColor="@color/buttonIntroBackground">
|
| Línea 118... |
Línea 129... |
| 118 |
app:layout_constraintBottom_toBottomOf="parent"
|
129 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 119 |
app:layout_constraintEnd_toEndOf="parent"
|
130 |
app:layout_constraintEnd_toEndOf="parent"
|
| 120 |
app:layout_constraintHorizontal_bias="0.0"
|
131 |
app:layout_constraintHorizontal_bias="0.0"
|
| 121 |
app:layout_constraintStart_toStartOf="parent"
|
132 |
app:layout_constraintStart_toStartOf="parent"
|
| 122 |
app:layout_constraintTop_toBottomOf="@+id/linearLayout"
|
133 |
app:layout_constraintTop_toBottomOf="@+id/linearLayout"
|
| - |
|
134 |
app:layout_constraintVertical_bias="0.0"
|
| 123 |
tools:visibility="visible" />
|
135 |
tools:visibility="visible" />
|
| Línea 124... |
Línea 136... |
| 124 |
|
136 |
|
| 125 |
</androidx.constraintlayout.widget.ConstraintLayout>
|
137 |
</androidx.constraintlayout.widget.ConstraintLayout>
|