<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="LRecyclerView">
        <attr name="isReverse" format="boolean" />
        <attr name="isRefreshable" format="boolean" />
        <attr name="needCoreAdapter" format="boolean" />
        <attr name="needFoot" format="boolean" />
        <attr name="itemType" format="reference" />
        <attr name="headType" format="reference" />
        <attr name="footType" format="reference" />
    </declare-styleable>

    <declare-styleable name="photoView">
        <attr name="photoNum" format="reference" />
    </declare-styleable>

</resources>