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:
I’m sort of busy so let some one else contribute, if no ones does that i will add when I have time to.
Done! Changed it, thanks for your feedback!
That’s because it is designed to be used in portrait mode, so obviously you have to change dimensions according to landscape if you wish to use it that way.