@capacitor-community/photoviewer
Version:
PhotoViewer table images with fullscreen and sharing capabilities
20 lines • 726 B
text/xml
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
>
<data>
</data>
<RelativeLayout
android:id="@+id/rlTouchImage"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/black"
android:gravity="center">
<com.ortiz.touchview.TouchImageView
android:id="@+id/ivTouchImage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:scaleType="fitCenter"/>
</RelativeLayout>
</layout>