Is there a way to implement Linear Viewtype segments in Android?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

In iOS, Segment View Type can be set to Linear. Is there a way to get the same experience in Android as well?

Hi,

Linear view type for segment in Android is not supported. To get the same experience instead of segment, you have to use Flex container and create the UI dynamically.

Hi,

Thanks for the reply!