| Línea 9... |
Línea 9... |
| 9 |
android:orientation="horizontal"
|
9 |
android:orientation="horizontal"
|
| 10 |
android:visibility="visible">
|
10 |
android:visibility="visible">
|
| Línea 11... |
Línea 11... |
| 11 |
|
11 |
|
| 12 |
<!-- A CardView that contains a TextView -->
|
12 |
<!-- A CardView that contains a TextView -->
|
| 13 |
<androidx.cardview.widget.CardView
|
13 |
<androidx.cardview.widget.CardView
|
| 14 |
android:id="@+id/card_notifi"
|
14 |
android:id="@+id/fragment_my_capsules_item"
|
| 15 |
android:layout_width="0dp"
|
15 |
android:layout_width="0dp"
|
| 16 |
android:layout_height="wrap_content"
|
16 |
android:layout_height="wrap_content"
|
| 17 |
android:layout_gravity="center"
|
17 |
android:layout_gravity="center"
|
| 18 |
android:clickable="true"
|
18 |
android:clickable="true"
|
| Línea 30... |
Línea 30... |
| 30 |
android:paddingTop="20dp"
|
30 |
android:paddingTop="20dp"
|
| 31 |
android:paddingEnd="10dp"
|
31 |
android:paddingEnd="10dp"
|
| 32 |
android:paddingBottom="20dp">
|
32 |
android:paddingBottom="20dp">
|
| Línea 33... |
Línea 33... |
| 33 |
|
33 |
|
| 34 |
<TextView
|
34 |
<TextView
|
| 35 |
android:id="@+id/description"
|
35 |
android:id="@+id/fragment_my_capsules_item_textview_title"
|
| 36 |
android:layout_width="0dp"
|
36 |
android:layout_width="0dp"
|
| 37 |
android:layout_height="wrap_content"
|
37 |
android:layout_height="wrap_content"
|
| 38 |
android:layout_marginStart="8dp"
|
38 |
android:layout_marginStart="8dp"
|
| 39 |
android:layout_marginTop="4dp"
|
39 |
android:layout_marginTop="4dp"
|
| 40 |
android:fontFamily="sans-serif-medium"
|
40 |
android:fontFamily="sans-serif-medium"
|
| 41 |
android:textAlignment="viewStart"
|
41 |
android:textAlignment="viewStart"
|
| 42 |
android:textColor="@color/colorTextColor"
|
42 |
android:textColor="@color/colorTextColor"
|
| 43 |
android:textSize="16sp"
|
43 |
android:textSize="16sp"
|
| 44 |
android:textStyle="bold"
|
44 |
android:textStyle="bold"
|
| 45 |
app:layout_constraintBottom_toBottomOf="parent"
|
- |
|
| 46 |
app:layout_constraintEnd_toStartOf="@+id/button"
|
45 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 47 |
app:layout_constraintHorizontal_bias="0.0"
|
46 |
app:layout_constraintHorizontal_bias="0.0"
|
| 48 |
app:layout_constraintStart_toEndOf="@+id/cardView2"
|
47 |
app:layout_constraintStart_toEndOf="@+id/cardView2"
|
| 49 |
app:layout_constraintTop_toTopOf="parent"
|
48 |
app:layout_constraintTop_toTopOf="parent"
|
| 50 |
app:layout_constraintVertical_bias="0.0"
|
49 |
app:layout_constraintVertical_bias="0.0"
|
| Línea -... |
Línea 50... |
| - |
|
50 |
tools:text="Titulo de capsula" />
|
| - |
|
51 |
|
| - |
|
52 |
<!--
|
| - |
|
53 |
app:layout_constraintEnd_toStartOf="@+id/fragment_my_capsules_item_button"
|
| 51 |
tools:text="Titulo de capsula" />
|
54 |
-->
|
| 52 |
|
55 |
|
| 53 |
<TextView
|
56 |
<TextView
|
| 54 |
android:id="@+id/pendientes"
|
57 |
android:id="@+id/fragment_my_capsules_item_textview_slides"
|
| 55 |
android:layout_width="0dp"
|
58 |
android:layout_width="0dp"
|
| 56 |
android:layout_height="wrap_content"
|
59 |
android:layout_height="wrap_content"
|
| 57 |
android:layout_marginStart="8dp"
|
60 |
android:layout_marginStart="8dp"
|
| 58 |
android:textColor="@color/colorTextColor"
|
61 |
android:textColor="@color/colorTextColor"
|
| 59 |
android:textStyle="italic"
|
62 |
android:textStyle="italic"
|
| 60 |
app:layout_constraintBottom_toTopOf="@+id/progressview"
|
63 |
app:layout_constraintBottom_toTopOf="@+id/fragment_my_capsules_item_textview_progress"
|
| 61 |
app:layout_constraintEnd_toEndOf="parent"
|
64 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
65 |
app:layout_constraintStart_toEndOf="@+id/cardView2"
|
| Línea 62... |
Línea 66... |
| 62 |
app:layout_constraintStart_toEndOf="@+id/cardView2"
|
66 |
app:layout_constraintTop_toBottomOf="@+id/fragment_my_capsules_item_textview_title"
|
| 63 |
app:layout_constraintTop_toBottomOf="@+id/description" />
|
67 |
tools:text="15/20 diapositivas" />
|
| 64 |
|
68 |
|
| 65 |
<TextView
|
69 |
<TextView
|
| 66 |
android:id="@+id/progressview"
|
70 |
android:id="@+id/fragment_my_capsules_item_textview_progress"
|
| 67 |
android:layout_width="0dp"
|
71 |
android:layout_width="0dp"
|
| 68 |
android:layout_height="wrap_content"
|
72 |
android:layout_height="wrap_content"
|
| 69 |
android:layout_marginStart="8dp"
|
73 |
android:layout_marginStart="8dp"
|
| 70 |
android:fontFamily="sans-serif"
|
74 |
android:fontFamily="sans-serif"
|
| 71 |
android:textColor="@color/colorTextColor"
|
75 |
android:textColor="@color/colorTextColor"
|
| 72 |
android:textSize="14sp"
|
76 |
android:textSize="14sp"
|
| 73 |
app:layout_constraintBottom_toBottomOf="parent"
|
77 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 74 |
app:layout_constraintEnd_toEndOf="parent"
|
78 |
app:layout_constraintEnd_toEndOf="parent"
|
| 75 |
app:layout_constraintHorizontal_bias="0.0"
|
79 |
app:layout_constraintHorizontal_bias="0.0"
|
| 76 |
app:layout_constraintStart_toEndOf="@+id/cardView2"
|
80 |
app:layout_constraintStart_toEndOf="@+id/cardView2"
|
| Línea 77... |
Línea 81... |
| 77 |
app:layout_constraintTop_toBottomOf="@+id/description"
|
81 |
app:layout_constraintTop_toBottomOf="@+id/fragment_my_capsules_item_textview_title"
|
| 78 |
app:layout_constraintVertical_bias="0.666"
|
82 |
app:layout_constraintVertical_bias="0.666"
|
| 79 |
tools:text="Progreso capsula" />
|
83 |
tools:text="75%" />
|
| 80 |
|
84 |
|
| Línea 87... |
Línea 91... |
| 87 |
app:layout_constraintBottom_toBottomOf="parent"
|
91 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 88 |
app:layout_constraintStart_toStartOf="parent"
|
92 |
app:layout_constraintStart_toStartOf="parent"
|
| 89 |
app:layout_constraintTop_toTopOf="parent">
|
93 |
app:layout_constraintTop_toTopOf="parent">
|
| Línea 90... |
Línea 94... |
| 90 |
|
94 |
|
| 91 |
<ImageView
|
95 |
<ImageView
|
| 92 |
android:id="@+id/imagelist"
|
96 |
android:id="@+id/fragment_my_capsules_item_imageview"
|
| 93 |
android:layout_width="fill_parent"
|
97 |
android:layout_width="fill_parent"
|
| 94 |
android:layout_height="fill_parent"
|
98 |
android:layout_height="fill_parent"
|
| 95 |
tools:visibility="gone" />
|
99 |
tools:visibility="gone" />
|
| Línea -... |
Línea 100... |
| - |
|
100 |
</androidx.cardview.widget.CardView>
|
| 96 |
</androidx.cardview.widget.CardView>
|
101 |
|
| 97 |
|
102 |
<!--
|
| 98 |
<Button
|
103 |
<Button
|
| 99 |
android:id="@+id/button"
|
104 |
android:id="@+id/fragment_my_capsules_item_button"
|
| 100 |
android:layout_width="25dp"
|
105 |
android:layout_width="25dp"
|
| 101 |
android:layout_height="25dp"
|
106 |
android:layout_height="25dp"
|
| 102 |
android:background="@drawable/topics"
|
107 |
android:background="@drawable/topics"
|
| Línea 106... |
Línea 111... |
| 106 |
android:visibility="gone"
|
111 |
android:visibility="gone"
|
| 107 |
app:layout_constraintBottom_toBottomOf="parent"
|
112 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 108 |
app:layout_constraintEnd_toEndOf="parent"
|
113 |
app:layout_constraintEnd_toEndOf="parent"
|
| 109 |
app:layout_constraintTop_toTopOf="parent"
|
114 |
app:layout_constraintTop_toTopOf="parent"
|
| 110 |
app:layout_constraintVertical_bias="0.16" />
|
115 |
app:layout_constraintVertical_bias="0.16" />
|
| - |
|
116 |
-->
|
| 111 |
</androidx.constraintlayout.widget.ConstraintLayout>
|
117 |
</androidx.constraintlayout.widget.ConstraintLayout>
|
| Línea 112... |
Línea 118... |
| 112 |
|
118 |
|
| 113 |
</androidx.cardview.widget.CardView>
|
119 |
</androidx.cardview.widget.CardView>
|
| 114 |
</androidx.constraintlayout.widget.ConstraintLayout>
|
120 |
</androidx.constraintlayout.widget.ConstraintLayout>
|