It is like a moving spinning wheel that shows some task in process. It helps to give an assurance to user that the work is in progress and also restricts him from further interacting with the application. This control is helpful when an action takes a noticeable and indeterminate amount of time to process.
Configure.IT provides you this feature for transitioning as a control. Give that professional and perfect look to your app with this control indicating the activity in process.
Sets the desired color of the control.
Stops the Activity Indicator animating when it is hidden.
Enables the Interaction with user, i.e. control responds when user taps on it.
Used to set the transparency to the control which ranges from 0 to 1.
Used to set the background color to the Activity Indicator View.
Sets the X position of the Activity Indicator View.
Sets the Y position of the Activity Indicator View.
Sets the width of the Activity Indicator View.
Sets the height of the Activity Indicator View.
Sets unique identifier for the control. Control can be referenced with the name, set in this property for configuration.
Set "Object ID" of Activity Indicator View which contains this control or can serve as parent.
An optional dictionary referenced to find property values that aren't explicitly defined by the receiver.
Choose from - Large white, White or Gray.
Animates the Activity Indicator.
Group of vertical android default properties.
These are the android default properties to set selected view with respect of other view.
Reference object that is used for positioning selected object
marginTop : Specifies extra space on the top side of this view. This space is outside this view's bounds.
marginBottom : Specifies extra space on the bottom side of this view. This space is outside this view's bounds.
Value define the extra space value in pixel.
This property centers the child vertically with respect to the bounds of its parent view.
If any of the vertical layout setting parameter(s) are selected then this value is selected to indicate user applied vertical custom layout setting parameter(s)
Group of horizontal android default properties.
Reference type is the the default property to set selected view with respect to other view.
Reference object that is used for positioning selected object.
marginLeft : Specifies extra space on the left side of this view. This space is outside this view's bounds.
marginRight : Specifies extra space on the right side of this view. This space is outside this view's bounds.
Offset Value defines the extra space value in the pixel.
This property centers the child horizontally with respect to the bounds of its parent view.
If any of the horizontal layout setting parameter(s) are selected then this value is selected to indicate user applied horizontal custom layout setting parameter(s).
Hide Hiding an element can be done by checking ‘Hide’. This property lets you hide the control.
Advance - Sets auto resizing with respect to superview, for view.
Group of vertical android default properties.
Group of horizontal android default properties.
The width of the view cannot be less than the given value.
If user select “Default Min Width” then android default value is taken otherwise it takes 0dp.
The height of the view cannot be less than the given value.
If user select “Default Min Height” then android default value is taken otherwise it takes 0dp.
The padding is expressed in pixels for the left, top, right and bottom parts of the view. Padding can be used to offset the content of the view by a specific amount of pixels.
For instance, a Left value of 2 will push the view's content by 2 pixels to the right of the left edge.
For instance, a Right value of 2 will push the view's content by 2 pixels to the left of the right edge.
For instance, a Top value of 2 will push the view's content by 2 pixels to the bottom of the top edge.
For instance, a Bottom value of 2 will push the view's content by 2 pixels to the top of the bottom edge.
Sets the height of the view
match_parent/fill_parent : Takes the height as its parent view
wrap_content : Takes the height as its content’s height
This property centers the child vertically with respect to the bounds of its parent view.
Sets the width of the view
match_parent/fill_parent : Takes the width as its parent view
wrap_content : Takes the width as its content’s width
If any of the layout setting parameter(s) are selected then this value is selected to indicate user applied custom layout setting parameter(s).