init project
This commit is contained in:
31
EasyPlayerPro/src/main/res/layout/activity_scan_qr.xml
Normal file
31
EasyPlayerPro/src/main/res/layout/activity_scan_qr.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.budiyev.android.codescanner.CodeScannerView
|
||||
android:id="@+id/scanner_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:autoFocusButtonColor="@android:color/white"
|
||||
app:autoFocusButtonVisible="false"
|
||||
app:flashButtonColor="@android:color/white"
|
||||
app:flashButtonVisible="true"
|
||||
app:frameColor="@android:color/white"
|
||||
app:frameCornersSize="50dp"
|
||||
app:frameAspectRatioWidth="1"
|
||||
app:frameAspectRatioHeight="1"
|
||||
app:frameSize="0.75"
|
||||
app:frameThickness="2dp"
|
||||
app:maskColor="#66000000"/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="56dp"
|
||||
android:src="@drawable/new_nav_back"
|
||||
android:padding="18dp"
|
||||
android:onClick="onClose"
|
||||
android:layout_height="56dp" />
|
||||
|
||||
</FrameLayout>
|
||||
Reference in New Issue
Block a user