类android.support.v7.widget.AppCompatRatingBar源码实例Demo

下面列出了怎么用android.support.v7.widget.AppCompatRatingBar的API类实例代码及写法,或者点击链接到github查看源代码。

源代码1 项目: youqu_master   文件: BookDetailAdapter.java
public BookInfoHolder(View itemView) {
    super(itemView);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) itemView.findViewById(R.id.tv_hots_num);
    tv_comment_num = (TextView) itemView.findViewById(R.id.tv_comment_num);
    tv_book_info = (TextView) itemView.findViewById(R.id.tv_book_info);
    iv_more_info = (ImageView) itemView.findViewById(R.id.iv_more_info);
    progressBar = (ProgressBar) itemView.findViewById(R.id.progressBar);
    rl_more_info = (RelativeLayout) itemView.findViewById(R.id.rl_more_info);
    ll_publish_info = (LinearLayout) itemView.findViewById(R.id.ll_publish_info);

    tv_author = (TextView) itemView.findViewById(R.id.tv_author);
    tv_publisher = (TextView) itemView.findViewById(R.id.tv_publisher);
    tv_subtitle = (TextView) itemView.findViewById(R.id.tv_subtitle);
    tv_origin_title = (TextView) itemView.findViewById(R.id.tv_origin_title);
    tv_translator = (TextView) itemView.findViewById(R.id.tv_translator);
    tv_publish_date = (TextView) itemView.findViewById(R.id.tv_publish_date);
    tv_pages = (TextView) itemView.findViewById(R.id.tv_pages);
    tv_price = (TextView) itemView.findViewById(R.id.tv_price);
    tv_binding = (TextView) itemView.findViewById(R.id.tv_binding);
    tv_isbn = (TextView) itemView.findViewById(R.id.tv_isbn);
}
 
源代码2 项目: MaterialHome   文件: EBookDetailAdapter.java
public BookInfoHolder(View itemView) {
    super(itemView);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) itemView.findViewById(R.id.tv_hots_num);
    tv_words_num = (TextView) itemView.findViewById(R.id.tv_words_num);
    tv_book_info = (TextView) itemView.findViewById(R.id.tv_book_info);
    iv_more_info = (ImageView) itemView.findViewById(R.id.iv_more_info);
    progressBar = (ProgressBar) itemView.findViewById(R.id.progressBar);
    rl_more_info = (RelativeLayout) itemView.findViewById(R.id.rl_more_info);
    ll_publish_info = (LinearLayout) itemView.findViewById(R.id.ll_publish_info);

    tv_author = (TextView) itemView.findViewById(R.id.tv_author);
    tv_followers = (TextView) itemView.findViewById(R.id.tv_followers);
    retention = (TextView) itemView.findViewById(R.id.tv_retention);
    tv_day_words = (TextView) itemView.findViewById(R.id.tv_day_words);
    tv_chapters = (TextView) itemView.findViewById(R.id.tv_chapters);
    tv_publish_date = (TextView) itemView.findViewById(R.id.tv_publish_date);
    tv_last_hapter = (TextView) itemView.findViewById(R.id.tv_last_hapter);
    tv_serial = (TextView) itemView.findViewById(R.id.tv_serial);
    tv_minor_cate = (TextView) itemView.findViewById(R.id.tv_minor_cate);
    tv_creater = (TextView) itemView.findViewById(R.id.tv_creater);

    flow_layout = (FlowLayout) itemView.findViewById(R.id.flow_layout);
}
 
源代码3 项目: MaterialHome   文件: BookDetailAdapter.java
public BookInfoHolder(View itemView) {
    super(itemView);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) itemView.findViewById(R.id.tv_hots_num);
    tv_comment_num = (TextView) itemView.findViewById(R.id.tv_comment_num);
    tv_book_info = (TextView) itemView.findViewById(R.id.tv_book_info);
    iv_more_info = (ImageView) itemView.findViewById(R.id.iv_more_info);
    progressBar = (ProgressBar) itemView.findViewById(R.id.progressBar);
    rl_more_info = (RelativeLayout) itemView.findViewById(R.id.rl_more_info);
    ll_publish_info = (LinearLayout) itemView.findViewById(R.id.ll_publish_info);

    tv_author = (TextView) itemView.findViewById(R.id.tv_author);
    tv_publisher = (TextView) itemView.findViewById(R.id.tv_publisher);
    tv_subtitle = (TextView) itemView.findViewById(R.id.tv_subtitle);
    tv_origin_title = (TextView) itemView.findViewById(R.id.tv_origin_title);
    tv_translator = (TextView) itemView.findViewById(R.id.tv_translator);
    tv_publish_date = (TextView) itemView.findViewById(R.id.tv_publish_date);
    tv_pages = (TextView) itemView.findViewById(R.id.tv_pages);
    tv_price = (TextView) itemView.findViewById(R.id.tv_price);
    tv_binding = (TextView) itemView.findViewById(R.id.tv_binding);
    tv_isbn = (TextView) itemView.findViewById(R.id.tv_isbn);
}
 
源代码4 项目: youqu_master   文件: BookSeriesCeilHolder.java
private void initView() {
    mContentView = LayoutInflater.from(BaseApplication.getAppContext()).inflate(R.layout.item_book_series_ceil, null, false);
    iv_book_img = (ImageView) mContentView.findViewById(R.id.iv_book_img);
    tv_title = (TextView) mContentView.findViewById(R.id.tv_title);
    ratingBar_hots = (AppCompatRatingBar) mContentView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) mContentView.findViewById(R.id.tv_hots_num);
}
 
源代码5 项目: youqu_master   文件: BookReviewsAdapter.java
public BookCommentHolder(View itemView) {
    super(itemView);
    iv_avatar = (ImageView) itemView.findViewById(R.id.iv_avatar);
    tv_user_name = (TextView) itemView.findViewById(R.id.tv_user_name);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_comment_content = (TextView) itemView.findViewById(R.id.tv_comment_content);
    tv_favorite_num = (TextView) itemView.findViewById(R.id.tv_favorite_num);
    tv_update_time = (TextView) itemView.findViewById(R.id.tv_update_time);
}
 
源代码6 项目: youqu_master   文件: BookDetailAdapter.java
public BookCommentHolder(View itemView) {
    super(itemView);
    tv_comment_title = (TextView) itemView.findViewById(R.id.tv_comment_title);
    iv_avatar = (ImageView) itemView.findViewById(R.id.iv_avatar);
    tv_user_name = (TextView) itemView.findViewById(R.id.tv_user_name);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_comment_content = (TextView) itemView.findViewById(R.id.tv_comment_content);
    iv_favorite = (ImageView) itemView.findViewById(R.id.iv_favorite);
    tv_favorite_num = (TextView) itemView.findViewById(R.id.tv_favorite_num);
    tv_update_time = (TextView) itemView.findViewById(R.id.tv_update_time);
    tv_more_comment = (TextView) itemView.findViewById(R.id.tv_more_comment);
}
 
源代码7 项目: ReadMark   文件: BookSeriesCeilHolder.java
private void initView(){
    mContentView = LayoutInflater.from(mContext).inflate(R.layout.item_book_series_ceil, null, false);
    iv_book_img = (ImageView) mContentView.findViewById(R.id.iv_book_img);
    tv_title = (TextView) mContentView.findViewById(R.id.tv_title);
    ratingBar_hots = (AppCompatRatingBar) mContentView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) mContentView.findViewById(R.id.tv_hots_num);
}
 
源代码8 项目: ReadMark   文件: MyViewHolder.java
public MyViewHolder setRating(int viewId, float rating){
    AppCompatRatingBar rb = getView(viewId);
    if(rb != null){
        rb.setRating(rating);
    }
    return this;
}
 
源代码9 项目: ReadMark   文件: BookListAdapter.java
public BookListHolder(View itemView) {
    super(itemView);
    iv_book_img = (ImageView) itemView.findViewById(R.id.iv_book_img);
    tv_book_title = (TextView) itemView.findViewById(R.id.tv_book_title);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) itemView.findViewById(R.id.tv_hots_num);
    tv_book_info = (TextView) itemView.findViewById(R.id.tv_book_info);
    tv_book_description = (TextView) itemView.findViewById(R.id.tv_book_description);
}
 
源代码10 项目: ReadMark   文件: BookDetailAdapter.java
public BookInfoHolder(View itemView) {
    super(itemView);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) itemView.findViewById(R.id.tv_hots_num);
    tv_comment_num = (TextView) itemView.findViewById(R.id.tv_comment_num);
    tv_book_info = (TextView) itemView.findViewById(R.id.tv_book_info);
    iv_more_info = (ImageView) itemView.findViewById(R.id.iv_more_info);
    rl_more_info = (RelativeLayout) itemView.findViewById(R.id.rl_more_info);

    tv_subtitle = (TextView) itemView.findViewById(R.id.tv_subtitle);
    tv_origin_title = (TextView) itemView.findViewById(R.id.tv_origin_title);
    tv_translator = (TextView) itemView.findViewById(R.id.tv_translator);

}
 
源代码11 项目: ReadMark   文件: BookDetailAdapter.java
public BookCommentHolder(View itemView) {
    super(itemView);
    tv_comment_title = (TextView) itemView.findViewById(R.id.tv_comment_title);
    iv_avatar = (ImageView) itemView.findViewById(R.id.iv_avatar);
    tv_user_name = (TextView) itemView.findViewById(R.id.tv_user_name);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_comment_content = (TextView) itemView.findViewById(R.id.tv_comment_content);
    iv_favorite = (ImageView) itemView.findViewById(R.id.iv_favorite);
    tv_favorite_num = (TextView) itemView.findViewById(R.id.tv_favorite_num);
    tv_update_time = (TextView) itemView.findViewById(R.id.tv_update_time);
    tv_more_comment = (TextView) itemView.findViewById(R.id.tv_more_comment);
}
 
源代码12 项目: MaterialHome   文件: EBookSeriesCeilHolder.java
private void initView() {
    mContentView = LayoutInflater.from(UIUtils.getContext()).inflate(R.layout.item_book_series_ceil, null, false);
    iv_book_img = (ImageView) mContentView.findViewById(R.id.iv_book_img);
    tv_title = (TextView) mContentView.findViewById(R.id.tv_title);
    ratingBar_hots = (AppCompatRatingBar) mContentView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) mContentView.findViewById(R.id.tv_hots_num);
}
 
源代码13 项目: MaterialHome   文件: BookSeriesCeilHolder.java
private void initView() {
    mContentView = LayoutInflater.from(UIUtils.getContext()).inflate(R.layout.item_book_series_ceil, null, false);
    iv_book_img = (ImageView) mContentView.findViewById(R.id.iv_book_img);
    tv_title = (TextView) mContentView.findViewById(R.id.tv_title);
    ratingBar_hots = (AppCompatRatingBar) mContentView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) mContentView.findViewById(R.id.tv_hots_num);
}
 
源代码14 项目: MaterialHome   文件: EBookReviewsAdapter.java
public BookCommentHolder(View itemView) {
            super(itemView);
//            tv_comment_title = (TextView) itemView.findViewById(R.id.tv_comment_title);
            iv_avatar = (ImageView) itemView.findViewById(R.id.iv_avatar);
            tv_user_name = (TextView) itemView.findViewById(R.id.tv_user_name);
            ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
            tv_comment_content = (TextView) itemView.findViewById(R.id.tv_comment_content);
//            iv_favorite = (ImageView) itemView.findViewById(R.id.iv_favorite);
            tv_favorite_num = (TextView) itemView.findViewById(R.id.tv_favorite_num);
            tv_update_time = (TextView) itemView.findViewById(R.id.tv_update_time);
//            tv_more_comment = (TextView) itemView.findViewById(R.id.tv_more_comment);
        }
 
源代码15 项目: MaterialHome   文件: EBookListAdapter.java
public EBookListHolder(View itemView) {
    super(itemView);
    iv_book_img = (ImageView) itemView.findViewById(R.id.iv_book_img);
    tv_book_title = (TextView) itemView.findViewById(R.id.tv_book_title);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) itemView.findViewById(R.id.tv_hots_num);
    tv_book_info = (TextView) itemView.findViewById(R.id.tv_book_info);
    tv_book_description = (TextView) itemView.findViewById(R.id.tv_book_description);
}
 
源代码16 项目: MaterialHome   文件: EBookDetailAdapter.java
public BookCommentHolder(View itemView) {
    super(itemView);
    tv_comment_title = (TextView) itemView.findViewById(R.id.tv_comment_title);
    iv_avatar = (ImageView) itemView.findViewById(R.id.iv_avatar);
    tv_user_name = (TextView) itemView.findViewById(R.id.tv_user_name);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_comment_content = (TextView) itemView.findViewById(R.id.tv_comment_content);
    iv_favorite = (ImageView) itemView.findViewById(R.id.iv_favorite);
    tv_favorite_num = (TextView) itemView.findViewById(R.id.tv_favorite_num);
    tv_update_time = (TextView) itemView.findViewById(R.id.tv_update_time);
    tv_more_comment = (TextView) itemView.findViewById(R.id.tv_more_comment);
}
 
源代码17 项目: MaterialHome   文件: BookListAdapter.java
public BookListHolder(View itemView) {
    super(itemView);
    iv_book_img = (ImageView) itemView.findViewById(R.id.iv_book_img);
    tv_book_title = (TextView) itemView.findViewById(R.id.tv_book_title);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) itemView.findViewById(R.id.tv_hots_num);
    tv_book_info = (TextView) itemView.findViewById(R.id.tv_book_info);
    tv_book_description = (TextView) itemView.findViewById(R.id.tv_book_description);
}
 
源代码18 项目: MaterialHome   文件: BookReviewsAdapter.java
public BookCommentHolder(View itemView) {
            super(itemView);
//            tv_comment_title = (TextView) itemView.findViewById(R.id.tv_comment_title);
            iv_avatar = (ImageView) itemView.findViewById(R.id.iv_avatar);
            tv_user_name = (TextView) itemView.findViewById(R.id.tv_user_name);
            ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
            tv_comment_content = (TextView) itemView.findViewById(R.id.tv_comment_content);
//            iv_favorite = (ImageView) itemView.findViewById(R.id.iv_favorite);
            tv_favorite_num = (TextView) itemView.findViewById(R.id.tv_favorite_num);
            tv_update_time = (TextView) itemView.findViewById(R.id.tv_update_time);
//            tv_more_comment = (TextView) itemView.findViewById(R.id.tv_more_comment);
        }
 
源代码19 项目: MaterialHome   文件: BookDetailAdapter.java
public BookCommentHolder(View itemView) {
    super(itemView);
    tv_comment_title = (TextView) itemView.findViewById(R.id.tv_comment_title);
    iv_avatar = (ImageView) itemView.findViewById(R.id.iv_avatar);
    tv_user_name = (TextView) itemView.findViewById(R.id.tv_user_name);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_comment_content = (TextView) itemView.findViewById(R.id.tv_comment_content);
    iv_favorite = (ImageView) itemView.findViewById(R.id.iv_favorite);
    tv_favorite_num = (TextView) itemView.findViewById(R.id.tv_favorite_num);
    tv_update_time = (TextView) itemView.findViewById(R.id.tv_update_time);
    tv_more_comment = (TextView) itemView.findViewById(R.id.tv_more_comment);
}
 
源代码20 项目: ReadMark   文件: BookSeriesCeilHolder.java
private void initView(){
    mContentView = LayoutInflater.from(mContext).inflate(R.layout.item_book_series_ceil, null, false);
    iv_book_img = (ImageView) mContentView.findViewById(R.id.iv_book_img);
    tv_title = (TextView) mContentView.findViewById(R.id.tv_title);
    ratingBar_hots = (AppCompatRatingBar) mContentView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) mContentView.findViewById(R.id.tv_hots_num);
}
 
源代码21 项目: ReadMark   文件: MyViewHolder.java
public MyViewHolder setRating(int viewId, float rating){
    AppCompatRatingBar rb = getView(viewId);
    if(rb != null){
        rb.setRating(rating);
    }
    return this;
}
 
源代码22 项目: ReadMark   文件: BookListAdapter.java
public BookListHolder(View itemView) {
    super(itemView);
    iv_book_img = (ImageView) itemView.findViewById(R.id.iv_book_img);
    tv_book_title = (TextView) itemView.findViewById(R.id.tv_book_title);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) itemView.findViewById(R.id.tv_hots_num);
    tv_book_info = (TextView) itemView.findViewById(R.id.tv_book_info);
    tv_book_description = (TextView) itemView.findViewById(R.id.tv_book_description);
}
 
源代码23 项目: ReadMark   文件: BookDetailAdapter.java
public BookInfoHolder(View itemView) {
    super(itemView);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_hots_num = (TextView) itemView.findViewById(R.id.tv_hots_num);
    tv_comment_num = (TextView) itemView.findViewById(R.id.tv_comment_num);
    tv_book_info = (TextView) itemView.findViewById(R.id.tv_book_info);
    iv_more_info = (ImageView) itemView.findViewById(R.id.iv_more_info);
    rl_more_info = (RelativeLayout) itemView.findViewById(R.id.rl_more_info);

    tv_subtitle = (TextView) itemView.findViewById(R.id.tv_subtitle);
    tv_origin_title = (TextView) itemView.findViewById(R.id.tv_origin_title);
    tv_translator = (TextView) itemView.findViewById(R.id.tv_translator);

}
 
源代码24 项目: ReadMark   文件: BookDetailAdapter.java
public BookCommentHolder(View itemView) {
    super(itemView);
    tv_comment_title = (TextView) itemView.findViewById(R.id.tv_comment_title);
    iv_avatar = (ImageView) itemView.findViewById(R.id.iv_avatar);
    tv_user_name = (TextView) itemView.findViewById(R.id.tv_user_name);
    ratingBar_hots = (AppCompatRatingBar) itemView.findViewById(R.id.ratingBar_hots);
    tv_comment_content = (TextView) itemView.findViewById(R.id.tv_comment_content);
    iv_favorite = (ImageView) itemView.findViewById(R.id.iv_favorite);
    tv_favorite_num = (TextView) itemView.findViewById(R.id.tv_favorite_num);
    tv_update_time = (TextView) itemView.findViewById(R.id.tv_update_time);
    tv_more_comment = (TextView) itemView.findViewById(R.id.tv_more_comment);
}
 
源代码25 项目: anvil   文件: AppCompatv7DSL.java
public static BaseDSL.ViewClassResult appCompatRatingBar() {
  return BaseDSL.v(AppCompatRatingBar.class);
}
 
源代码26 项目: anvil   文件: AppCompatv7DSL.java
public static Void appCompatRatingBar(Anvil.Renderable r) {
  return BaseDSL.v(AppCompatRatingBar.class, r);
}
 
 类方法
 同包方法