Proyectos de Subversion Android Microlearning - Inconcert

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 3
Línea 9... Línea 9...
9
 
9
 
10
    <LinearLayout
10
    <LinearLayout
11
        android:id="@+id/fragment_timeline_header"
11
        android:id="@+id/fragment_timeline_header"
12
        android:layout_width="match_parent"
12
        android:layout_width="match_parent"
13
        android:layout_height="@dimen/nav_header_height"
13
        android:layout_height="@dimen/nav_header_height"
14
        android:background="@drawable/side_nav_bar"
14
        android:background="@color/colorPrimary"
15
        android:gravity="bottom"
15
        android:gravity="bottom"
16
        android:orientation="vertical"
16
        android:orientation="vertical"
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"
Línea 41... Línea 41...
41
 
41
 
Línea 42... Línea 42...
42
 
42
 
43
        </androidx.cardview.widget.CardView>
-
 
44
 
43
        </androidx.cardview.widget.CardView>
-
 
44
 
45
        <TextView
45
        <TextView
46
            style="@style/textview_title1"
46
            android:id="@+id/fragment_timeline_header_user_name"
47
            android:id="@+id/fragment_timeline_header_user_name"
47
            style="@style/textview_title1"
48
            android:layout_width="match_parent"
48
            android:layout_width="match_parent"
49
            android:layout_height="wrap_content"
49
            android:layout_height="wrap_content"
-
 
50
            android:paddingTop="@dimen/nav_header_vertical_spacing"
Línea 50... Línea 51...
50
            android:paddingTop="@dimen/nav_header_vertical_spacing"
51
            android:text="@string/nav_header_title"
51
            android:text="@string/nav_header_title"
-
 
52
            android:textAppearance="@style/TextAppearance.AppCompat.Body1" />
52
            android:textAppearance="@style/TextAppearance.AppCompat.Body1"
-
 
53
            android:textColor="@color/backgroundTopicProgressBar" />
53
 
54
 
54
        <TextView
55
        <TextView
55
            style="@style/textview_title2"
56
            android:id="@+id/fragment_timeline_header_header_user_email"
-
 
57
            style="@style/textview_title2"
56
            android:id="@+id/fragment_timeline_header_header_user_email"
58
            android:layout_width="wrap_content"
Línea 57... Línea 59...
57
            android:layout_width="wrap_content"
59
            android:layout_height="wrap_content"
58
            android:layout_height="wrap_content"
60
            android:text="@string/nav_header_subtitle"
Línea 75... Línea 77...
75
 
77
 
76
        <androidx.recyclerview.widget.RecyclerView
78
        <androidx.recyclerview.widget.RecyclerView
77
            android:id="@+id/fragment_timeline_listview"
79
            android:id="@+id/fragment_timeline_listview"
78
            android:layout_width="match_parent"
80
            android:layout_width="match_parent"
79
            android:layout_height="match_parent"
81
            android:layout_height="match_parent"
Línea 80... Línea 82...
80
            android:background="@color/windowBackgroundTopic" />
82
            android:background="@color/windowBackgroud" />