Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

</androidx.constraintlayout.widget.ConstraintLayout> error #52

Open
WilliamBoni opened this issue Apr 11, 2021 · 0 comments
Open

</androidx.constraintlayout.widget.ConstraintLayout> error #52

WilliamBoni opened this issue Apr 11, 2021 · 0 comments

Comments

@WilliamBoni
Copy link

after i used this code i recieved an error, can someone fix this? i don't know what to fix. thanks...

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".pdfview">
    
    <com.github.barteksc.pdfviewer.PDFView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/pdfviewer"
        android:background="@color/white"

</androidx.constraintlayout.widget.ConstraintLayout>

the gradle i used :

implementation 'androidx.constraintlayout:constraintlayout:2.0.4'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant