UNPKG

@capacitor-community/photoviewer

Version:

PhotoViewer table images with fullscreen and sharing capabilities

16 lines 601 B
<?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"> <data> </data> <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainFragment"> <androidx.recyclerview.widget.RecyclerView android:id="@+id/recyclerView" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/black"/> </FrameLayout> </layout>