hello everyone,
i was using bottom navigation i added 3 items in it and it looked perfect. like this
but when i added 4 item in bottom navigation it looked awfull and disgusting. like this
as you can see title of the items in first image is visible but in second image title is not visible and item size is also small. i want all the four item to look like first image. because all the apps in playstore have bottom navigation like this first image it looks good too. please help me to solve this.
It will look like that after you add more than three items.
You can design your own bottom navigation with ’ Horizontal layout ’ and ’ Labels ’ using Font awesome icons.Just copy html code and paste into label text and enable clickable and html format in common properties.And use font typeface as font awesome.
Also all these labels are in a Horizontal Arrangement whose background color is set to black and height is ‘8%’ while width is set to ‘Fill parent’
Create Horizontal Arrangment at the bottom of your Page.
then add your components in it.
( though it will slow down your app a bit or may be crash on lite devices ).