Package-level declarations

Types

Link copied to clipboard
data class AudioRecordPlayerViewStyle(    @Px val height: Int,     val padding: ViewPadding,     val backgroundDrawable: Drawable?,     @ColorInt val backgroundDrawableTint: Int?,     val playbackProgressContainerSize: ViewSize,     val playbackButtonSize: ViewSize,     val playbackButtonPadding: ViewPadding,     @Px val playbackButtonElevation: Int,     val playbackButtonBackground: Drawable?,     @ColorInt val playbackButtonBackgroundTint: Int?,     val progressBarDrawable: Drawable?,     @ColorInt val progressBarDrawableTint: Int?,     val progressBarSize: ViewSize,     val playIconDrawable: Drawable?,     @ColorInt val playIconDrawableTint: Int?,     val pauseIconDrawable: Drawable?,     @ColorInt val pauseIconDrawableTint: Int?,     val durationTextViewSize: ViewSize,     @Px val durationTextMarginStart: Int,     val durationTextStyle: TextStyle,     @Px val waveBarHeight: Int,     @Px val waveBarMarginStart: Int,     @ColorInt val waveBarColorPlayed: Int,     @ColorInt val waveBarColorFuture: Int,     val scrubberDrawable: Drawable?,     @ColorInt val scrubberDrawableTint: Int?,     @Px val scrubberWidthDefault: Int,     @Px val scrubberWidthPressed: Int,     val isFileIconContainerVisible: Boolean,     @Px val fileIconContainerWidth: Int,     val audioFileIconDrawable: Drawable?,     val speedButtonTextStyle: TextStyle,     val speedButtonBackground: Drawable?,     @ColorInt val speedButtonBackgroundTint: Int?,     val speedButtonSize: ViewSize,     @Px val speedButtonElevation: Int) : ViewStyle