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
Normal viewHistoryPermalink
attrs.xml 622 Bytes
Newer Older
罗翻's avatar
增加provider
60be48b9
 
罗翻 committed 7 years ago
1 2 3 4 5 6 7 8 9 10 11 12
<?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>

罗翻's avatar
android v1.9.8
2435571d
 
罗翻 committed 6 years ago
13 14 15 16
    <declare-styleable name="photoView">
        <attr name="photoNum" format="reference" />
    </declare-styleable>

罗翻's avatar
增加provider
60be48b9
 
罗翻 committed 7 years ago
17
</resources>