react-native-customized-image-picker
Version:
Select single or multiple images, with croping option
18 lines (15 loc) • 700 B
text/xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/folder_recyclerview"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="0dp"
android:layout_marginRight="0dp"
android:scrollbars="vertical"
tools:listitem="@layout/popup_folder_item"/>
</LinearLayout>