ChannelListViewStyle

constructor(    optionsIcon: Drawable,     deleteIcon: Drawable,     optionsEnabled: Boolean,     deleteEnabled: Boolean,     swipeEnabled: Boolean,     @ColorInt backgroundColor: Int,     @ColorInt backgroundLayoutColor: Int,     channelTitleText: TextStyle,     lastMessageText: TextStyle,     lastMessageDateText: TextStyle,     indicatorSentIcon: Drawable,     indicatorReadIcon: Drawable,     indicatorPendingSyncIcon: Drawable,     @ColorInt foregroundLayoutColor: Int,     unreadMessageCounterText: TextStyle,     @ColorInt unreadMessageCounterBackgroundColor: Int,     mutedChannelIcon: Drawable,     itemSeparator: Drawable,     @LayoutRes loadingView: Int,     @LayoutRes emptyStateView: Int,     @LayoutRes loadingMoreView: Int,     @ColorInt edgeEffectColor: Int?,     showChannelDeliveryStatusIndicator: Boolean,     readCountEnabled: Boolean,     @Px itemHeight: Int,     @Px itemMarginStart: Int,     @Px itemMarginEnd: Int,     @Px itemTitleMarginStart: Int,     @Px itemVerticalSpacerHeight: Int,     @Px itemVerticalSpacerPosition: Float)