如何更改Android中评级栏的开始图像
如何更改 Android 评级栏中的启动图像?
我需要它来向用户展示。
或者如果不可能 - 如何在布局中的特定位置显示开始的 X 图像?
约阿夫
How can I change the starts image in the android rating bar?
I need it to show it to the user.
Or if not possible - how can show X images of start in a specific possition in the layout?
Yoav
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我希望我理解你的问题 - 你想使用RatingBar并设置自定义图像吗?
Android 的
RatingBar
已经显示星星,但如果您想要自定义图像,请定义 自定义样式然后使用它
I hope I understod your question - you want to use RatingBar and set custom images?
Android's
RatingBar
already displays stars, but if you want custom image then Define a custom styleAnd then use it
首先创建一个可绘制对象
,然后在评级栏属性 `android:progressDrawable="@drawable/drawable_ rating_stars"' 中使用可绘制对象
First create one drawable
then use drawable in rating bar attribute `android:progressDrawable="@drawable/drawable_rating_stars"'