How to create a tab view like this
Steps:
1. Take a card view
a. align centre (both horizontally and vertically)
b. Set all the padding(top,bottom,left,right) to zero.
c. Set corner radius to 16px.
d. Set height 8% and width 90%
2. Place a horizontal arrangement inside the card view.
a. Set height 8% and width 90%
b. align centre (both horizontally and vertically)
3. Place two card views inside it.
a. Set height 8% and width 45%
b. align centre (both horizontally and vertically)
c. Set all the padding(top,bottom,left,right) to zero.
d. Set both of them to full clickable.
4. Place a label inside both of them
a. Set font size of label one&two to 17.
b. Set label text according to your wish (here it is badges and friends).
5. Add a vertical arrangement between the two cards (in the horizontal arrangement)
a. Set the height to 8% and width to 1%.
b. Set background colour to black or grey.
Voila! You have successfully created a unique tab layout you can add functioning to this according to your choice. Here is an example:
AIA File(portrait): https://community.kodular.io/uploads/short-url/1gKJZWpSVdVyTPey2AYhSEKek9M.aia
AIA File(Landscape): https://community.kodular.io/uploads/short-url/jR1Z3gY9Wq0dphg4rj2NE7lYAtb.aia
APK File: https://community.kodular.io/uploads/short-url/jiBKUC66FnOeq4hAg14iatWpC55.apk
Thanks @themaayur