Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

android / dayu

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • dayu
  • baseSDK
  • src
  • main
  • res
  • values
  • attrs.xml
Find file
BlameHistoryPermalink
  • 罗翻's avatar
    android v1.9.8 · 2435571d
    罗翻 committed 6 years ago
    2435571d
attrs.xml 622 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?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>