androidveil / com.skydoves.androidveil

Package com.skydoves.androidveil

Types

VeiledItemOnClickListener

VeiledItemOnClickListener is a delegation of veil item click.

interface VeiledItemOnClickListener

VeilLayout

VeilLayout creates skeletons about the complex child views with shimmering effect.

class VeilLayout : FrameLayout

VeilRecyclerFrameView

VeilRecyclerFrameView implements skeleton veiling for user RecyclerView with shimmering effect.

class VeilRecyclerFrameView : RelativeLayout

Functions

alphaShimmer

create a Shimmer by Shimmer.AlphaHighlightBuilder using dsl.

fun alphaShimmer(block: AlphaHighlightBuilder.() -> Unit): Shimmer

colorShimmer

create a Shimmer by Shimmer.ColorHighlightBuilder using dsl.

fun colorShimmer(block: ColorHighlightBuilder.() -> Unit): Shimmer