Renamed listitem layout file

This commit is contained in:
Daniele Verducci (ZenPenguin)
2021-08-30 07:40:58 +02:00
parent a327cf7a21
commit 79ad2633e7
3 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@
app:layoutManager="androidx.recyclerview.widget.StaggeredGridLayoutManager"
app:spanCount="1"
tools:itemCount="3"
tools:listitem="@layout/item_note">
tools:listitem="@layout/item_geofav">
</androidx.recyclerview.widget.RecyclerView>
</androidx.core.widget.NestedScrollView>