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

Android自己定义RatingBar

时间:2017-06-26 10:24:02      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:blog   技术   lines   markdown   art   res   http   ret   content   

注意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

标签:blog   技术   lines   markdown   art   res   http   ret   content   

原文地址:http://www.cnblogs.com/jhcelue/p/7078877.html

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