Geobookmarks shown as list by default

This commit is contained in:
Daniele Verducci (ZenPenguin)
2021-08-30 07:37:51 +02:00
parent b3c63df32e
commit a327cf7a21
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layoutManager="androidx.recyclerview.widget.StaggeredGridLayoutManager"
app:spanCount="2"
app:spanCount="1"
tools:itemCount="3"
tools:listitem="@layout/item_note">
</androidx.recyclerview.widget.RecyclerView>