| 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
|
- |
|
| 3 |
xmlns:android="http://schemas.android.com/apk/res/android"
|
2 |
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
| 4 |
xmlns:app="http://schemas.android.com/apk/res-auto"
|
3 |
xmlns:app="http://schemas.android.com/apk/res-auto"
|
| 5 |
xmlns:tools="http://schemas.android.com/tools"
|
4 |
xmlns:tools="http://schemas.android.com/tools"
|
| 6 |
android:layout_width="match_parent"
|
5 |
android:layout_width="match_parent"
|
| 7 |
android:layout_height="match_parent"
|
6 |
android:layout_height="match_parent"
|
| 8 |
android:background="@color/cardviewBackground"
|
7 |
android:background="@color/colorNudeNew"
|
| 9 |
tools:context=".fragment.ProgressFragment">
|
8 |
tools:context=".fragment.ProgressFragment">
|
| Línea 10... |
Línea 9... |
| 10 |
|
9 |
|
| 11 |
|
10 |
|
| 12 |
<TextView
|
11 |
<TextView
|
| 13 |
android:id="@+id/fragment_progress_textview_progress"
|
12 |
android:id="@+id/fragment_progress_textview_progress"
|
| 14 |
style="@style/textview_title1"
|
13 |
style="@style/textview_title1"
|
| 15 |
android:layout_width="0dp"
|
- |
|
| 16 |
android:layout_height="wrap_content"
|
14 |
android:layout_width="0dp"
|
| - |
|
15 |
android:layout_height="wrap_content"
|
| 17 |
android:paddingLeft="20dp"
|
16 |
android:layout_marginTop="20dp"
|
| 18 |
android:layout_marginTop="20dp"
|
17 |
android:paddingLeft="20dp"
|
| 19 |
android:text="@string/progress_title"
|
18 |
android:text="@string/progress_title"
|
| 20 |
app:layout_constraintEnd_toEndOf="parent"
|
19 |
app:layout_constraintEnd_toEndOf="parent"
|
| Línea 145... |
Línea 146... |
| 145 |
app:layout_constraintHeight_percent="0.3"
|
146 |
app:layout_constraintEnd_toEndOf="parent"
|