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

34 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:background="@android:color/white"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/flVideoViewContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<RelativeLayout
android:layout_gravity="top"
android:id="@+id/rlTop"
android:padding="16dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<ImageView
android:id="@+id/imgCancel"
android:background="@drawable/selector_circle"
android:layout_width="48dp"
android:layout_height="48dp"
android:src="@mipmap/re_capture"
android:scaleType="centerInside"/>
<ImageView
android:id="@+id/imgAccept"
android:background="@drawable/selector_circle"
android:layout_width="48dp"
android:layout_height="48dp"
android:src="@mipmap/accept_capture"
android:scaleType="centerInside"
android:layout_alignParentRight="true"/>
</RelativeLayout>
</FrameLayout>