ActivityIndicator 样式(特定于 Android)。
DontShow | 不显示 ActivityIndicator。 |
Large | 大 (android.R.attr.progressBarStyleLarge)。 |
InversedLarge | 大(反向)(android.R.attr.progressBarStyleLargeInverse)。 |
Small | 小 (android.R.attr.progressBarStyleSmall)。 |
InversedSmall | 小(反向)(android.R.attr.progressBarStyleSmallInverse)。 |