| Línea 2... |
Línea 2... |
| 2 |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2 |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| 3 |
xmlns:app="http://schemas.android.com/apk/res-auto"
|
3 |
xmlns:app="http://schemas.android.com/apk/res-auto"
|
| 4 |
xmlns:tools="http://schemas.android.com/tools"
|
4 |
xmlns:tools="http://schemas.android.com/tools"
|
| 5 |
android:layout_width="match_parent"
|
5 |
android:layout_width="match_parent"
|
| 6 |
android:layout_height="match_parent"
|
6 |
android:layout_height="match_parent"
|
| 7 |
android:background="@color/colorNudeNew"
|
7 |
android:background="@color/windowBackgroud"
|
| 8 |
tools:context=".fragment.ProgressFragment">
|
8 |
tools:context=".fragment.ProgressFragment">
|
| Línea 9... |
Línea 9... |
| 9 |
|
9 |
|
| 10 |
|
10 |
|