gpt4 book ai didi

android - Nexus 5 Android 5.0.1 上未显示某些 ProgressBar 样式

转载 作者:IT老高 更新时间:2023-10-28 22:14:20 24 4
gpt4 key购买 nike

我有以下布局:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">

<ProgressBar
style="@android:style/Widget.Material.ProgressBar.Large"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>

</LinearLayout>

我有一个运行 Android 5.0.1 的 Nexus 5,它不显示 ProgressBar,显然是因为样式。例如,当我将样式设置为

 style="@android:style/Widget.ProgressBar.Large"

 style="@android:style/Widget.Holo.ProgressBar.Large"

显示出来了。我有一个相同的 Nexus 5,也运行 Android 5.0.1,它显示所有 ProgressBar 都很好。开启开发者选项中的“绘制布局边框”选项,显示ProgressBar包含在布局中,根本不显示。

这看起来很奇怪,你知道这里会发生什么吗?

enter image description here

最佳答案

我遇到了同样的问题,但因为开发人员手机的动画比例为 0(全部为 3)。

启用设备上的所有动画,也许您将能够看到进度条,因此对于启用动画的普通人来说,进度条会显示得很好。

关于android - Nexus 5 Android 5.0.1 上未显示某些 ProgressBar 样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27567235/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com