UNPKG

@nativescript-community/ui-collectionview

Version:

Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.

5 lines 281 B
<?xml version="1.0" encoding="utf-8"?> <com.nativescript.collectionview.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> </com.nativescript.collectionview.RecyclerView>