我在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默认值相同。