camera_intent.xml
1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="@color/transparent">
<com.cnlive.media.ui.widget.record.JCameraView
android:id="@+id/jcameraview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
app:duration_max="10000"
app:iconMargin="20dp"
app:iconSize="30dp"
app:iconSrc="@drawable/fb_xiangji"
android:layout_gravity="center"
/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="50dp"
android:layout_height="300dp"
android:layout_gravity="end"
android:layout_marginTop="90dp"
android:layout_marginRight="11dp"
android:minHeight="200dp" />
<ImageView
android:id="@+id/cameraback"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/picker_xzq_fh"
android:layout_marginTop="17dp"
android:padding="15dp"
android:layout_marginStart="17dp"
android:layout_marginLeft="17dp" />
</FrameLayout>