Class ChannelListFragmentViewStyle
-
- All Implemented Interfaces:
-
io.getstream.chat.android.ui.helper.ViewStyle
public final class ChannelListFragmentViewStyle implements ViewStyle
Style for ChannelListFragment. Use this class together with TransformStyle.channelListFragmentStyleTransformer to change ChannelListFragment styles programmatically.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegersearchInputMarginStartprivate final IntegersearchInputMarginTopprivate final IntegersearchInputMarginEndprivate final IntegersearchInputMarginBottom
-
Constructor Summary
Constructors Constructor Description ChannelListFragmentViewStyle(Integer searchInputMarginStart, Integer searchInputMarginTop, Integer searchInputMarginEnd, Integer searchInputMarginBottom)
-
Method Summary
Modifier and Type Method Description final IntegergetSearchInputMarginStart()The start margin of the search input. final IntegergetSearchInputMarginTop()The top margin of the search input. final IntegergetSearchInputMarginEnd()The end margin of the search input. final IntegergetSearchInputMarginBottom()The bottom margin of the search input. -
-
Method Detail
-
getSearchInputMarginStart
final Integer getSearchInputMarginStart()
The start margin of the search input.
-
getSearchInputMarginTop
final Integer getSearchInputMarginTop()
The top margin of the search input.
-
getSearchInputMarginEnd
final Integer getSearchInputMarginEnd()
The end margin of the search input.
-
getSearchInputMarginBottom
final Integer getSearchInputMarginBottom()
The bottom margin of the search input.
-
-
-
-