为什么我的进度条在不同布局中看起来不同
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为它取决于布局的背景颜色。一旦将所有布局背景颜色设置为黑色或某种独特的颜色。那么它就会显得独一无二。
如果您想为所有页面设置唯一,解决方案是:
为所有视图保持相同的背景颜色,
否则使用自定义进度栏。
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.