| 9 |
gabriel |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
| 10 |
gabriel |
2 |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
3 |
xmlns:app="http://schemas.android.com/apk/res-auto"
|
| 9 |
gabriel |
4 |
xmlns:tools="http://schemas.android.com/tools"
|
| 10 |
gabriel |
5 |
android:id="@+id/frameLayout2"
|
| 9 |
gabriel |
6 |
android:layout_width="match_parent"
|
|
|
7 |
android:layout_height="match_parent"
|
| 10 |
gabriel |
8 |
android:background="@color/backgroundTopicProgressBar"
|
|
|
9 |
tools:context=".fragment.NotificationCenter" >
|
| 9 |
gabriel |
10 |
|
|
|
11 |
<TextView
|
| 10 |
gabriel |
12 |
android:id="@+id/textView18"
|
|
|
13 |
android:layout_width="wrap_content"
|
|
|
14 |
android:layout_height="wrap_content"
|
|
|
15 |
android:text="No tienes notificaciones aún."
|
|
|
16 |
android:textColor="@color/colorTextColor"
|
|
|
17 |
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
18 |
app:layout_constraintEnd_toEndOf="parent"
|
|
|
19 |
app:layout_constraintStart_toStartOf="parent"
|
|
|
20 |
app:layout_constraintTop_toTopOf="parent" />
|
|
|
21 |
</androidx.constraintlayout.widget.ConstraintLayout>
|