需要帮助才能使用评级栏

发布于 2024-11-15 20:56:29 字数 167 浏览 4 评论 0原文

我想在我的 Android 应用程序中使用评级栏。

我的游戏有 10 个级别,我想根据每个级别的得分/时间用户得分来显示星星。屏幕上每个级别有 10 个图像,还有 10 个评级栏。 任何人都可以帮我解决这个问题吗?请告诉我解决这个问题的最有效的方法。

屏幕上有 10 个评级栏。彼此独立。

I want to use rating bar in my android application.

My game has 10 levels I want to show the stars according to the score/time user scored per level. A screen will have 10 images for each level and 10 rating bars also.
Can any one help me with this. Please tell me the most effective solution for this problem.

There are 10 rating bars on a screen. Each independent of other.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七堇年 2024-11-22 20:56:29

我希望您已阅读 Google 开发者文档

您可以使用,

<RatingBar   android:id="@+id/my_rating_bar"           
 ...             
style="@style/foodRatingBar" /> 

这个链接肯定会对您有所帮助,我已经使用过这个。

I hope you have gone through the Google-developer documentation

You can use,

<RatingBar   android:id="@+id/my_rating_bar"           
 ...             
style="@style/foodRatingBar" /> 

This link will help you definetely, I have used this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文