如何处理分贝计类型的组件/小部件?

发布于 2024-12-25 03:42:06 字数 34 浏览 1 评论 0原文

我希望能够有某种音量面板,如下所示:

I'd like to be able to have some sort of volume panel looking something like :

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

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

发布评论

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

评论(3

呆° 2025-01-01 03:42:06

|

线条根据声音的响度/安静程度(以分贝为单位)突出显示。是否有内置的 Android 组件来处理这个问题,或者有人对我如何处理这个问题有任何想法吗?

|

Where the lines highlight according to how loud/quiet the sound is according to decibels. Is there a built in Android component to handle this, or does anyone have any ideas as to how I could handle this?

扮仙女 2025-01-01 03:42:06

我的方法是使用评级栏并将 android:numStars 值覆盖为您想要的栏数。然后,创建一个可绘制对象,用条形图替换星形图像。真的希望这有帮助。

祝你好运。

My approach would be to use a Rating Bar and override the android:numStars value to be the number of bars you want. Then, create a drawable that will replace the star images with bars. Really hope this helps.

Best of luck.

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