| 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 |
<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:background="@color/cardviewBackground"
|
- |
|
| 6 |
android:layout_width="match_parent"
|
5 |
android:layout_width="match_parent"
|
| 7 |
android:layout_height="match_parent"
|
6 |
android:layout_height="match_parent"
|
| - |
|
7 |
android:background="@color/colorNudeNew"
|
| 8 |
tools:context=".fragment.TimelineFragment">
|
8 |
tools:context=".fragment.TimelineFragment">
|
| Línea 9... |
Línea 9... |
| 9 |
|
9 |
|
| 10 |
<LinearLayout
|
10 |
<LinearLayout
|
| 11 |
android:id="@+id/fragment_userprofile_header"
|
11 |
android:id="@+id/fragment_userprofile_header"
|
| Línea 17... |
Línea 17... |
| 17 |
android:paddingLeft="@dimen/activity_horizontal_margin"
|
17 |
android:paddingLeft="@dimen/activity_horizontal_margin"
|
| 18 |
android:paddingTop="@dimen/activity_vertical_margin"
|
18 |
android:paddingTop="@dimen/activity_vertical_margin"
|
| 19 |
android:paddingRight="@dimen/activity_horizontal_margin"
|
19 |
android:paddingRight="@dimen/activity_horizontal_margin"
|
| 20 |
android:paddingBottom="@dimen/activity_vertical_margin"
|
20 |
android:paddingBottom="@dimen/activity_vertical_margin"
|
| 21 |
android:theme="@style/ThemeOverlay.AppCompat.Dark"
|
21 |
android:theme="@style/ThemeOverlay.AppCompat.Dark"
|
| 22 |
app:layout_constraintStart_toStartOf="parent"
|
- |
|
| 23 |
app:layout_constraintEnd_toEndOf="parent"
|
22 |
app:layout_constraintEnd_toEndOf="parent"
|
| 24 |
app:layout_constraintTop_toTopOf="parent"
|
23 |
app:layout_constraintStart_toStartOf="parent"
|
| 25 |
>
|
24 |
app:layout_constraintTop_toTopOf="parent">
|
| Línea 26... |
Línea 25... |
| 26 |
|
25 |
|
| 27 |
<androidx.cardview.widget.CardView
|
26 |
<androidx.cardview.widget.CardView
|
| 28 |
android:layout_width="80dp"
|
27 |
android:layout_width="80dp"
|
| 29 |
android:layout_height="80dp"
|
28 |
android:layout_height="80dp"
|
| Línea 30... |
Línea -... |
| 30 |
app:cardCornerRadius="50dp">
|
- |
|
| 31 |
|
29 |
app:cardCornerRadius="50dp">
|
| 32 |
|
30 |
|
| 33 |
|
31 |
|
| 34 |
<ImageView
|
32 |
<ImageView
|
| 35 |
android:id="@+id/fragment_userprofile_header_user_image"
|
33 |
android:id="@+id/fragment_userprofile_header_user_image"
|
| 36 |
android:layout_width="80dp"
|
34 |
android:layout_width="80dp"
|
| 37 |
android:layout_height="80dp"
|
- |
|
| Línea 38... |
Línea 35... |
| 38 |
android:scaleType="centerCrop"
|
35 |
android:layout_height="80dp"
|
| Línea 39... |
Línea 36... |
| 39 |
android:background="@drawable/user_image_circular" />x
|
36 |
android:background="@drawable/user_image_circular"
|
| 40 |
|
- |
|
| 41 |
|
37 |
android:scaleType="centerCrop" />x
|
| - |
|
38 |
|
| 42 |
|
39 |
|
| 43 |
</androidx.cardview.widget.CardView>
|
40 |
</androidx.cardview.widget.CardView>
|
| 44 |
|
41 |
|
| 45 |
<TextView
|
42 |
<TextView
|
| 46 |
style="@style/textview_title1"
|
43 |
android:id="@+id/fragment_userprofile_header_user_name"
|
| Línea 47... |
Línea 44... |
| 47 |
android:id="@+id/fragment_userprofile_header_user_name"
|
44 |
style="@style/textview_title1"
|
| 48 |
android:layout_width="match_parent"
|
- |
|
| 49 |
android:layout_height="wrap_content"
|
45 |
android:layout_width="match_parent"
|
| - |
|
46 |
android:layout_height="wrap_content"
|
| 50 |
android:paddingTop="@dimen/nav_header_vertical_spacing"
|
47 |
android:paddingTop="@dimen/nav_header_vertical_spacing"
|
| 51 |
android:text="@string/nav_header_title"
|
48 |
android:text="@string/nav_header_title"
|
| 52 |
android:textAppearance="@style/TextAppearance.AppCompat.Body1" />
|
49 |
android:textAppearance="@style/TextAppearance.AppCompat.Body1" />
|
| 53 |
|
50 |
|
| Línea 54... |
Línea 51... |
| 54 |
<TextView
|
51 |
<TextView
|
| - |
|
52 |
android:id="@+id/fragment_userprofile_header_header_user_email"
|
| 55 |
style="@style/textview_title2"
|
53 |
style="@style/textview_title2"
|
| 56 |
android:id="@+id/fragment_userprofile_header_header_user_email"
|
54 |
android:layout_width="wrap_content"
|
| - |
|
55 |
android:layout_height="wrap_content"
|
| 57 |
android:layout_width="wrap_content"
|
56 |
android:text="@string/nav_header_subtitle" />
|
| 58 |
android:layout_height="wrap_content"
|
57 |
</LinearLayout>
|
| 59 |
android:text="@string/nav_header_subtitle" />
|
58 |
|
| 60 |
</LinearLayout>
|
- |
|
| 61 |
|
59 |
|
| 62 |
|
60 |
<ScrollView
|
| 63 |
<ScrollView
|
61 |
android:id="@+id/scrollView2"
|
| 64 |
android:layout_width="match_parent"
|
62 |
android:layout_width="match_parent"
|
| Línea 65... |
Línea 63... |
| 65 |
android:layout_height="0dp"
|
63 |
android:layout_height="0dp"
|
| 66 |
android:background="@color/windowBackgroud"
|
64 |
android:layout_marginTop="10dp"
|
| 67 |
android:fillViewport="true"
|
65 |
android:background="@color/windowBackgroud"
|
| 68 |
android:fitsSystemWindows="true"
|
66 |
android:fillViewport="true"
|
| 69 |
android:layout_marginTop="10dp"
|
67 |
android:fitsSystemWindows="true"
|
| Línea 70... |
Línea 68... |
| 70 |
app:layout_constraintBottom_toBottomOf="parent"
|
68 |
app:layout_constraintBottom_toTopOf="@+id/button2"
|
| Línea -... |
Línea 69... |
| - |
|
69 |
app:layout_constraintLeft_toLeftOf="parent"
|
| - |
|
70 |
app:layout_constraintRight_toRightOf="parent"
|
| - |
|
71 |
app:layout_constraintTop_toBottomOf="@+id/fragment_userprofile_header">
|
| - |
|
72 |
|
| - |
|
73 |
|
| - |
|
74 |
<androidx.recyclerview.widget.RecyclerView
|
| - |
|
75 |
android:id="@+id/fragment_userprofile_listview"
|
| - |
|
76 |
android:layout_width="match_parent"
|
| - |
|
77 |
android:layout_height="match_parent"
|
| Línea 71... |
Línea 78... |
| 71 |
app:layout_constraintLeft_toLeftOf="parent"
|
78 |
android:background="@color/colorNudeNew" />
|
| 72 |
app:layout_constraintRight_toRightOf="parent"
|
79 |
|