我有这个xml代码:
<ProgressBar
android:id="@+id/loading_indicator"
style="@style/Widget.AppCompat.ProgressBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"/>
在style
属性中,值为“@ style / Widget.AppCompat.ProgressBar”
我的styles.xml
中没有样式,所以我读到这是一个“平台样式”所以为什么不从android:
这样开始“@android:style / Widget .AppCompat.ProgressBar“??