Nativescript UI Material Components
    Preparing search index...

    Hierarchy

    • ActivityIndicatorBase<this> & Progress<this>
      • ActivityIndicator
    Index

    Constructors

    • Returns ActivityIndicator

    Properties

    dynamicElevationOffset: number

    @nativescript-community/ui-material-core installMixins.

    Gets or sets the dynamic elevation offset of the view.

    elevation: number

    @nativescript-community/ui-material-core installMixins.

    Gets or sets the elevation of the view.

    indeterminate: boolean
    maxValue: number

    Gets or sets a progress max value.

    rippleColor: Color

    @nativescript-community/ui-material-core installMixins.

    Gets or sets the ripple-color of the view.

    rippleColorAlpha: number

    @nativescript-community/ui-material-core installMixins.

    Gets or sets the ripple-color alpha of the view.

    value: number

    Gets or sets a progress current value.

    Methods

    • Returns FragmentManager

    • Returns void

    • Parameters

      • ...args: any

      Returns void

    • Measure the view and its content to determine the measured width and the measured height. This method is invoked by measure(int, int) and should be overriden by subclasses to provide accurate and efficient measurement of their contents. When overriding this method, you must call setMeasuredDimension(int, int) to store the measured width and height of this view. Failure to do so will trigger an exception, thrown by measure(int, int).

      Parameters

      • widthMeasureSpec: number

        horizontal space requirements as imposed by the parent. The requirements are encoded with View.MeasureSpec.

      • heightMeasureSpec: number

        vertical space requirements as imposed by the parent. The requirements are encoded with View.MeasureSpec.

      Returns void

    • Returns void

    • Parameters

      Returns ViewBase

    • Returns void

    • Returns void