| 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 |
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
3 |
xmlns:app="http://schemas.android.com/apk/res-auto"
|
| 3 |
xmlns:tools="http://schemas.android.com/tools"
|
4 |
xmlns:tools="http://schemas.android.com/tools"
|
| - |
|
5 |
android:id="@+id/frameLayout2"
|
| 4 |
android:layout_width="match_parent"
|
6 |
android:layout_width="match_parent"
|
| 5 |
android:layout_height="match_parent"
|
7 |
android:layout_height="match_parent"
|
| - |
|
8 |
android:background="@color/backgroundTopicProgressBar"
|
| 6 |
tools:context=".fragment.NotificationCenter">
|
9 |
tools:context=".fragment.NotificationCenter" >
|
| Línea 7... |
Línea -... |
| 7 |
|
- |
|
| 8 |
<!-- TODO: Update blank fragment layout -->
|
10 |
|
| 9 |
<TextView
|
- |
|
| 10 |
android:layout_width="match_parent"
|
- |
|
| 11 |
android:layout_height="match_parent"
|
- |
|
| 12 |
android:text="@string/hello_blank_fragment" />
|
- |
|
| 13 |
|
- |
|
| 14 |
</FrameLayout>
|
11 |
<TextView
|
| - |
|
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>
|
| 15 |
|
22 |
|