为什么我的进度条在不同布局中看起来不同

发布于 2024-12-05 03:34:01 字数 212 浏览 0 评论 0原文

我使用 style="?android:attr/progressBarStyleLarge" 创建旋转的 ProgressBar。 不知道为什么在不同的布局 XML 中它的行为不同(我使用相同的设备)。 它显示为一个蓝色旋转圆圈和一圈灰色圆点。我想在我的所有页面中使用蓝色旋转圆圈..

请告知!

抱歉,我没有上传图片的资格。

I used style="?android:attr/progressBarStyleLarge" to create the spinning ProgressBar.
Not sure why in different layout XML it behaves differently(I am using the same device).
It shows as a blue spinning circle and a circle of gray dots. I want to use the blue spinning circle in all my pages..

please advise!

Sorry that I don't have the reputation to upload pictures.

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

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

发布评论

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

评论(1

热鲨 2024-12-12 03:34:01

我认为它取决于布局的背景颜色。一旦将所有布局背景颜色设置为黑色或某种独特的颜色。那么它就会显得独一无二。

如果您想为所有页面设置唯一,解决方案是:

为所有视图保持相同的背景颜色,

否则使用自定义进度栏。

I think its dependent on background color of the layout. once put all layouts background color to black or some unique color. Then it will look uniquely.

If you want to put as unique for all pages the solution is:

Maintain same background color for all views

Otherwise use custom progress bar.

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