jimu-decompiled/resources/res/layout-sw600dp/adapter_photo_eidtor.xml
2025-05-13 19:24:51 +02:00

19 lines
709 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.github.chrisbanes.photoview.PhotoView
android:id="@+id/photoView"
android:background="#000000"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<ImageView
android:layout_gravity="center"
android:id="@+id/imgPlay"
android:visibility="gone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@mipmap/play_video"/>
</FrameLayout>