Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AndroidActivityIndicatorStyle

enumeration

Description

ActivityIndicator Style (Android Specific).

Variables

DontShowDo not show ActivityIndicator.
LargeLarge (android.R.attr.progressBarStyleLarge).
InversedLargeLarge Inversed (android.R.attr.progressBarStyleLargeInverse).
SmallSmall (android.R.attr.progressBarStyleSmall).
InversedSmallSmall Inversed (android.R.attr.progressBarStyleSmallInverse).