Skip to content

mobohua/RatingBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

自用

<declare-styleable name="RatingBar">
    <!--尺寸值-->
    <attr name="starSize" format="dimension"/>
    <!--星星间距-->
    <attr name="starMargin" format="dimension"/>
    <!--星星总数-->
    <attr name="starCount" format="integer"/>
    <!--星星空图-->
    <attr name="starEmpty" format="reference"/>
    <!--星星满图-->
    <attr name="starFull" format="reference"/>
    <!--整数评分-->
    <attr name="integerMark" format="boolean"/>
    <!--评分-->
    <attr name="starMark" format="float"/>
    <!--能否滑动-->
    <attr name="canMove" format="boolean"/>
</declare-styleable>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages