Press on the image to return to the main documentation page.
RippleEffect
List of types:
RippleView
RippleView
This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Events:
None
Members:
Initialize
(
View
As
android
.
view
.
View
,
Color
As
Int
,
DurationMs
As
Int
,
Centered
As
Boolean
)
IsInitialized
As
Boolean
Members description:
Initialize
(
View
As
android
.
view
.
View
,
Color
As
Int
,
DurationMs
As
Int
,
Centered
As
Boolean
)
Adds a ripple effect to the view.
Color - Ripple color.
DurationMs - Animation duration in milliseconds.
Centered - Whether to start the effect from the touch position or from the center.
IsInitialized
As
Boolean
Top