ChannelListFragmentViewStyle

data class ChannelListFragmentViewStyle(@Px val searchInputMarginStart: Int, @Px val searchInputMarginTop: Int, @Px val searchInputMarginEnd: Int, @Px val searchInputMarginBottom: Int) : ViewStyle

Style for ChannelListFragment. Use this class together with TransformStyle.channelListFragmentStyleTransformer to change ChannelListFragment styles programmatically.

Constructors

Link copied to clipboard
constructor(@Px searchInputMarginStart: Int, @Px searchInputMarginTop: Int, @Px searchInputMarginEnd: Int, @Px searchInputMarginBottom: Int)

Properties

Link copied to clipboard

The bottom margin of the search input.

Link copied to clipboard

The end margin of the search input.

Link copied to clipboard

The start margin of the search input.

Link copied to clipboard

The top margin of the search input.