|
@@ -6,7 +6,17 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:fitsSystemWindows="true"
|
|
|
- tools:openDrawer="start">
|
|
|
+ tools:openDrawer="start"
|
|
|
+ tools:context=".MainActivity">
|
|
|
+
|
|
|
+
|
|
|
+ <androidx.recyclerview.widget.RecyclerView
|
|
|
+ android:id="@+id/recyclerView"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ app:layoutManager="androidx.recyclerview.widget.GridLayoutManager">
|
|
|
+
|
|
|
+ </androidx.recyclerview.widget.RecyclerView>
|
|
|
|
|
|
<include
|
|
|
layout="@layout/app_bar_main"
|
|
@@ -38,12 +48,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
- <androidx.recyclerview.widget.RecyclerView
|
|
|
- android:id="@+id/recyclerView"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- app:layoutManager="androidx.recyclerview.widget.GridLayoutManager">
|
|
|
-
|
|
|
- </androidx.recyclerview.widget.RecyclerView>
|
|
|
-
|
|
|
</androidx.drawerlayout.widget.DrawerLayout>
|