AndroidActivityIndicatorStyle
enumeration
Description 描述
ActivityIndicator Style (Android Specific).
Properties 属性
| DontShow | Do not show ActivityIndicator. | ||
| Large | Large (android.R.attr.progressBarStyleLarge). | ||
| InversedLarge | Large Inversed (android.R.attr.progressBarStyleLargeInverse). | ||
| Small | Small (android.R.attr.progressBarStyleSmall). | ||
| InversedSmall | Small Inversed (android.R.attr.progressBarStyleSmallInverse). |