0

how to make this type of android layout? actually the tablayout is always at the top of a layout but I want to make this kind of layout having tabs after some other content, I don't know how to initiate with this layout?

  • You can use a regular `TabLayout` and style the tabs to look like what you showed in the image. Check out [this question](https://stackoverflow.com/questions/30754203/tablayout-tab-style). – ttyip Oct 02 '21 at 18:58
  • Please provide enough code so others can better understand or reproduce the problem. – Community Oct 09 '21 at 06:49

1 Answers1

0

The UI component named Payments is probably not tabs but Filter chips .Check out this article for reference: Filter and Choice Chips Medium article