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
  • app
  • src
  • main
  • res
  • values
  • attrs.xml
Find file
Normal viewHistoryPermalink
attrs.xml 615 Bytes
Newer Older
罗翻's avatar
自定义lrecyclerview和coreAdapter
575c7865
 
罗翻 committed 7 years ago
1 2
<?xml version="1.0" encoding="utf-8"?>
<resources>
罗翻's avatar
增加自定义titlebar
22febcbf
 
罗翻 committed 7 years ago
3 4 5 6 7 8 9 10 11 12 13 14 15 16
    <attr name="backgroundCard" format="color" />
    <attr name="textColor" format="color" />
    <attr name="textColorBg" format="color" />
    <attr name="themeType" format="string" />
    <attr name="themeIcon" format="reference" />
    <attr name="colorWhite" format="color" />


    <declare-styleable name="titleBar">
        <attr name="isShowLeft" format="boolean" />
        <attr name="isSowRight" format="boolean" />
        <attr name="title" format="string" />
        <attr name="rightTitle" format="string" />
    </declare-styleable>
罗翻's avatar
自定义lrecyclerview和coreAdapter
575c7865
 
罗翻 committed 7 years ago
17 18

</resources>