UNPKG

@capacitor-community/photoviewer

Version:

PhotoViewer table images with fullscreen and sharing capabilities

22 lines (19 loc) 782 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> <com.getcapacitor.community.media.photoviewer.helper.SquareLayout android:id="@+id/container" android:layout_width="match_parent" android:layout_height="match_parent" android:clickable="true" android:focusable="true"> <ImageView android:id="@+id/ivGalleryImage" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" android:background="@color/softGray"/> </com.getcapacitor.community.media.photoviewer.helper.SquareLayout> </layout>