Skip to content
/ YStarView Public

一个能自行调节大小,而且不会变形,也不会模糊的星星评分控件

Notifications You must be signed in to change notification settings

eiun/YStarView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

YStarView

使用方法 xml的:

<com.eiun.hesy.mystar.YStarView
    android:id="@+id/star"
    android:layout_width="60dp"
    android:layout_height="180dp" />

只要宽高,自己调就好

Activity里面找到控件后:

    star.setStarCount(5);//星星总数

    star.setRating(3);//设置星星亮的颗数

    star.setChange(true);//设置星星是否可以点击和滑动改变

    star.setStar(R.drawable.ic_ystar_t,R.drawable.ic_ystar_d);// 设置星

星的样式

    star.getRating()//获取亮星星的颗数

不设置就会使用默认的 不能再简单了·····

About

一个能自行调节大小,而且不会变形,也不会模糊的星星评分控件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages