QRCodeReaderView icon indicating copy to clipboard operation
QRCodeReaderView copied to clipboard

The preview is a bit distorted

Open Elip-kio opened this issue 4 years ago • 0 comments

Is there any solution? My xml file is follow:


<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">

    <com.dlazaro66.qrcodereaderview.QRCodeReaderView
        android:id="@+id/qrReader"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</FrameLayout>

Elip-kio avatar Nov 21 '20 08:11 Elip-kio