码迷,mamicode.com
首页 > 移动开发 > 详细

Android自定义RatingBar

时间:2015-07-14 11:20:45      阅读:645      评论:0      收藏:0      [点我收藏+]

标签:android   ratingbar   自定义   

注意rating_background图片做出来的图片最好和图片四周有一定的空隙,不然会造成图片底部被拉伸的情况。

   <RatingBar
          android:layout_width="wrap_content"
          android:layout_height="wrap_content"
          android:id="@+id/ratingBar"
          android:clickable="false"
          style="@style/RatingBar" />
  <style name="RatingBar" parent="@android:style/Widget.RatingBar">
    <item name="android:progressDrawable">@drawable/rating_background</item>
  </style>

这张的星星图标被拉伸了

技术分享

这张是正常的

技术分享

版权声明:本文为博主原创文章,未经博主允许不得转载。

Android自定义RatingBar

标签:android   ratingbar   自定义   

原文地址:http://blog.csdn.net/tndroid/article/details/46874861

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!