发布v3.0.0
This commit is contained in:
24
zxing-lite/src/main/res/layout/zxl_camera_scan.xml
Normal file
24
zxing-lite/src/main/res/layout/zxl_camera_scan.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<androidx.camera.view.PreviewView
|
||||
android:id="@+id/previewView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
<com.king.view.viewfinderview.ViewfinderView
|
||||
android:id="@+id/viewfinderView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivFlashlight"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="@dimen/camera_scan_flashlight_margin_top"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/camera_scan_flashlight_selector" />
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user