Package-level declarations

CSNavigationView / CSNavigationItemView — push/pop navigation with animations and dialogs inside one Activity.

Types

Link copied to clipboard
open class CSNavigationItemView(navigationParent: CSActivityView<out ViewGroup>, horizontalPadding: Float = 0.0f, verticalPadding: Float = 0.0f, @LayoutRes viewLayout: Int, @LayoutRes frameLayout: Int? = null, @LayoutRes fullScreenFrameLayout: Int? = null) : CSActivityView<FrameLayout>
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : CSNavigationItemView> T.selected(button: CSView<*>): T
Link copied to clipboard