Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

Rev 20 | Rev 38 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 20 Rev 37
Línea 5... Línea 5...
5
    android:id="@+id/drawer_layout"
5
    android:id="@+id/drawer_layout"
6
    android:layout_width="match_parent"
6
    android:layout_width="match_parent"
7
    android:layout_height="match_parent"
7
    android:layout_height="match_parent"
8
    android:fitsSystemWindows="true"
8
    android:fitsSystemWindows="true"
9
    android:background="@color/backgroundTopicFooter"
9
    android:background="@color/backgroundTopicFooter"
10
    tools:openDrawer="start">
10
   >
Línea 11... Línea 11...
11
 
11
 
12
 
12
 
13
    <LinearLayout
13
    <LinearLayout
Línea 106... Línea 106...
106
            android:layout_height="wrap_content"
106
            android:layout_height="wrap_content"
107
            android:text="No hay conexión" />
107
            android:text="No hay conexión" />
Línea 108... Línea 108...
108
 
108
 
109
    </LinearLayout>
109
    </LinearLayout>
-
 
110
-->
Línea -... Línea 111...
-
 
111
    <!--
-
 
112
 
-
 
113
        <com.google.android.material.navigation.NavigationView
-
 
114
            android:id="@+id/navigation_view"
-
 
115
            android:layout_width="wrap_content"
-
 
116
            android:layout_height="match_parent"
-
 
117
            android:layout_gravity="start"
-
 
118
            android:fitsSystemWindows="true"
-
 
119
            android:visibility="gone"
-
 
120
            app:headerLayout="@layout/nav_header"
-
 
121
            app:itemBackground="@drawable/drawer_background_selector"
-
 
122
            app:itemIconTint="@drawable/drawer_selector"
-
 
123
            app:itemTextColor="@drawable/drawer_selector"
Línea 110... Línea -...
110
-->
-
 
111
 
-
 
112
 
-
 
113
    <com.google.android.material.navigation.NavigationView
-
 
114
        android:id="@+id/navigation_view"
-
 
115
        android:layout_width="wrap_content"
-
 
116
        android:layout_height="match_parent"
-
 
117
        android:layout_gravity="start"
-
 
118
        android:fitsSystemWindows="true"
-
 
119
        android:visibility="gone"
-
 
120
        app:headerLayout="@layout/nav_header"
-
 
121
        app:itemBackground="@drawable/drawer_background_selector"
-
 
122
        app:itemIconTint="@drawable/drawer_selector"
-
 
Línea 123... Línea -...
123
        app:itemTextColor="@drawable/drawer_selector"
-
 
124
        app:menu="@menu/activity_main_drawer"
124
            app:menu="@menu/activity_main_drawer"
125
        tools:visibility="gone" />
125
            tools:visibility="gone" />
Línea 126... Línea 126...
126
 
126
 
127
    <!--
127