BasicViewPagerAppBarWhiteCaseView

@RequiresApi(value = 23)
abstract class BasicViewPagerAppBarWhiteCaseView @JvmOverloads constructor(context: Context, attributeSet: AttributeSet? = null) : BasicViewPagerAppBarView

Abstract subclass of BasicViewPagerAppBarView that applies a white background and theme-specific indicator colors.

Parameters

context

The context in which the view is running, providing access to resources, themes, and more.

attributeSet

The set of XML attributes used to inflate the view, or null if created programmatically.

Constructors

Link copied to clipboard
constructor(context: Context, attributeSet: AttributeSet? = null)

Functions

Link copied to clipboard
open override fun updateResource(context: Context)

Updates the resources of the ViewPager and its indicator based on the current theme.