| Línea 7... |
Línea 7... |
| 7 |
android:layout_height="match_parent"
|
7 |
android:layout_height="match_parent"
|
| 8 |
android:background="@color/backgroundTopicProgressBar"
|
8 |
android:background="@color/backgroundTopicProgressBar"
|
| 9 |
tools:context=".fragment.NotificationCenter" >
|
9 |
tools:context=".fragment.NotificationCenter" >
|
| Línea 10... |
Línea 10... |
| 10 |
|
10 |
|
| - |
|
11 |
<TextView
|
| - |
|
12 |
android:id="@+id/textView17"
|
| - |
|
13 |
android:layout_width="wrap_content"
|
| - |
|
14 |
android:layout_height="wrap_content"
|
| - |
|
15 |
android:fontFamily="@font/roboto"
|
| - |
|
16 |
android:text="Hoy"
|
| - |
|
17 |
android:textColor="@color/colorTextColor"
|
| - |
|
18 |
android:textSize="16sp"
|
| - |
|
19 |
android:textStyle="bold"
|
| - |
|
20 |
app:layout_constraintBottom_toBottomOf="parent"
|
| - |
|
21 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
22 |
app:layout_constraintHorizontal_bias="0.076"
|
| - |
|
23 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
24 |
app:layout_constraintTop_toTopOf="parent"
|
| - |
|
25 |
app:layout_constraintVertical_bias="0.035" />
|
| - |
|
26 |
|
| - |
|
27 |
<androidx.recyclerview.widget.RecyclerView
|
| - |
|
28 |
android:id="@+id/notificacioneslista"
|
| - |
|
29 |
android:layout_width="0dp"
|
| - |
|
30 |
android:layout_height="0dp"
|
| - |
|
31 |
app:layout_constraintBottom_toBottomOf="parent"
|
| - |
|
32 |
app:layout_constraintEnd_toEndOf="parent"
|
| - |
|
33 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
34 |
app:layout_constraintTop_toBottomOf="@+id/textView17" />
|
| - |
|
35 |
|
| 11 |
<TextView
|
36 |
<TextView
|
| 12 |
android:id="@+id/textView18"
|
37 |
android:id="@+id/textView18"
|
| 13 |
android:layout_width="wrap_content"
|
38 |
android:layout_width="wrap_content"
|
| 14 |
android:layout_height="wrap_content"
|
39 |
android:layout_height="wrap_content"
|
| 15 |
android:text="No tienes notificaciones aún."
|
40 |
android:text="No tienes notificaciones aún."
|
| 16 |
android:textColor="@color/colorTextColor"
|
41 |
android:textColor="@color/colorTextColor"
|
| 17 |
app:layout_constraintBottom_toBottomOf="parent"
|
42 |
app:layout_constraintBottom_toBottomOf="parent"
|
| 18 |
app:layout_constraintEnd_toEndOf="parent"
|
43 |
app:layout_constraintEnd_toEndOf="parent"
|
| 19 |
app:layout_constraintStart_toStartOf="parent"
|
44 |
app:layout_constraintStart_toStartOf="parent"
|
| - |
|
45 |
app:layout_constraintTop_toTopOf="parent"
|
| 20 |
app:layout_constraintTop_toTopOf="parent" />
|
46 |
tools:visibility="gone" />
|
| 21 |
</androidx.constraintlayout.widget.ConstraintLayout>
|
47 |
</androidx.constraintlayout.widget.ConstraintLayout>
|