1             <RatingBar
 2                 android:id="@+id/rb_bar"
 3                 android:layout_width="wrap_content"
 4                 android:layout_height="15dp"
 5                 android:layout_below="@+id/tv_name"
 6                 android:isIndicator="true"
 7                 android:layout_marginTop="5dp"
 8                 android:layout_toRightOf="@+id/iv_icon"
 9                 android:progressDrawable="@drawable/custom_ratingbar"
10                 android:rating="2" />

 

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-15
猜你喜欢
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
相关资源
相似解决方案