Package com.keygenqt.viewer.android.extensions
Types
AnimatedNavGraphState
Link copied to clipboard
States animation
DarkenColorLabel
Link copied to clipboard
object DarkenColorLabel
Content copied to clipboard
Get darken color label for light theme
Functions
capitalize
Link copied to clipboard
Returns a copy of this string having its first letter titlecased using the rules of the default locale, or the original string if it's empty or already starts with a title case letter.
composableAnimation
Link copied to clipboard
fun NavGraphBuilder.composableAnimation(route: String, arguments: List<NamedNavArgument> = emptyList(), deepLinks: List<NavDeepLink> = emptyList(), enterTransition: AnimatedContentScope<NavBackStackEntry>.() -> EnterTransition? = {
fadeIn(animationSpec = tween(500))
}, exitTransition: AnimatedContentScope<NavBackStackEntry>.() -> ExitTransition?? = {
fadeOut(animationSpec = tween(500))
}, popEnterTransition: AnimatedContentScope<NavBackStackEntry>.() -> EnterTransition? = {
fadeIn(animationSpec = tween(500))
}, popExitTransition: AnimatedContentScope<NavBackStackEntry>.() -> ExitTransition?? = {
fadeOut(animationSpec = tween(500))
}, content: @Composable AnimatedVisibilityScope.(NavBackStackEntry) -> Unit): <ERROR CLASS>
Content copied to clipboard
Animation navigator app
darkenColor
Link copied to clipboard
Darken the color
dateFormat
Link copied to clipboard
Format timestamp
getDeeplink
Link copied to clipboard
Get uri deeplink is has
LaunchedEffectAnimation
Link copied to clipboard
@Composable
Content copied to clipboard
LaunchedEffectAnimation for state animation
textFieldColors
Link copied to clipboard
@Composable
Content copied to clipboard
Custom colors for material 3 theme for material 2
withTransaction
Link copied to clipboard
Extensions for easy transaction
Properties
stateAnimation
Link copied to clipboard