<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 7.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (7.2.0)" variant="fatal" version="7.2.0">

    <issue
        id="NotSibling"
        message="`@+id/imageView2` is not a sibling in the same `ConstraintLayout`"
        errorLine1="        app:layout_constraintTop_toTopOf=&quot;@+id/imageView2&quot; />"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/res/layout/activity_main.xml"
            line="51"
            column="9"/>
    </issue>

    <issue
        id="InvalidSetHasFixedSize"
        message="When using `setHasFixedSize() in an `RecyclerView`, `wrap_content` cannot be used as \&#xA;a value for `size` in the scrolling direction."
        errorLine1="        rvEmoji.setHasFixedSize(true)"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/com/offset/dps/ImageEditor/EmojiBSFragment.kt"
            line="54"
            column="9"/>
    </issue>

    <issue
        id="InvalidSetHasFixedSize"
        message="When using `setHasFixedSize() in an `RecyclerView`, `wrap_content` cannot be used as \&#xA;a value for `size` in the scrolling direction."
        errorLine1="        addTextColorPickerRecyclerView.setHasFixedSize(true)"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/com/offset/dps/ImageEditor/TextEditorDialogFragment.kt"
            line="91"
            column="9"/>
    </issue>

    <issue
        id="InvalidSetHasFixedSize"
        message="When using `setHasFixedSize() in an `RecyclerView`, `wrap_content` cannot be used as \&#xA;a value for `size` in the scrolling direction."
        errorLine1="        addTextColorPickerRecyclerView.setHasFixedSize(true)"
        errorLine2="        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
        <location
            file="src/main/java/com/offset/dps/ImageEditor/TextEditorDialogFragment.kt"
            line="91"
            column="9"/>
    </issue>

</issues>
