我在 ListView 中使用 ProgressBars。背景为白色,ProgressBar 默认为白色。
<ProgressBar
android:id="@+id/timerProgress"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:layout_marginRight="3dp"
android:layout_marginLeft="3dp" />
当我在 4.2.2 模拟器中打开应用程序时,一切看起来都很正常(灰色背景的蓝条)
但在我的 4.2.2 (Gnex) 手机上,它只是蓝色条,根本没有背景(父视图中的白色背景)。
知道问题可能是什么吗?
编辑:在(反向)之前使用了自定义 ProgressBar,但它与 android 默认值相同。