🔥 Huge shoutout to @SVDG_XEC the absolute legend who just swept through my #NFT collection like a storm! 🙌
— Gaexe (@gaexe_) May 30, 2025
Your support isn’t just noticed — it’s legendary. You didn’t just collect — you made history. 🚀
Looks like I’ll be pulling an all-nighter tonight.👨💻🌙 #NFTCollector $XEC pic.twitter.com/vKwKByk7fi
Hi guys, at first I played with TabLayout with a few items, then as time went by, the management asked for several additional new categories that needed to be displayed as filters, finally my TabLayout had quite a lot of items so that the width of the cellphone screen could no longer accommodate displaying them proportionally, finally I was inspired by the Google Play Store's category list, and I wanted to make it like that.
Here is the TabLayout configuration so that it allows for horizontal scrolling.
TabLayouthas methodssetTabMode()that can beMODE_FIXED(default)anythingMODE_SCROLLABLEyou need. You can also define these in XML withapp:tabMode="scrollable".
Done!
