ProgressBar在支持库v13:24.1.1 android时效果不佳

时间:2016-12-19 11:50:35

标签: android progress-bar

我最近更新了Android studio以构建工具24.0.0并在gradle文件中添加了支持库 com.android.support:support-v13:24.1.1 。 但是我使用下面代码的进度条在Lollipop 5.1版,API 22中不起作用。

            <ProgressBar
                style="?android:attr/progressBarStyle"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:id="@+id/filterProgress"
                android:layout_gravity="center"/>

在Lollipop下面就像下图。

enter image description here

如何在棒棒糖中解决这个问题,请告诉我是否有人知道这个问题。 非常感谢提前

0 个答案:

没有答案