You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on version 2.3.1 and I've tried every combination of iconsOnly, adding it as a View attribute: app:bb_behavior="iconsOnly", or adding it in every tab item separately - it never works as expected, both on a Samsung Galaxy S8 and a OnePlus 5.
I have 4 tabs (I've tried tabs with and without a title) and my layout is defined as:
...and I've even tried different heights, still, the icons are top aligned. I'm using 24dp icons generated in the Asset Studio with 0 padding, and the only difference I see with and without iconsOnly is that the icons change size (larger when using iconsOnly), but still remain aligned in the top section of the view container.
The only manipulation I do on the BottomBar is adding OnTabSelect and OnTabReselect listeners...
The text was updated successfully, but these errors were encountered:
I'm on version
2.3.1
and I've tried every combination oficonsOnly
, adding it as a View attribute:app:bb_behavior="iconsOnly"
, or adding it in everytab
item separately - it never works as expected, both on a Samsung Galaxy S8 and a OnePlus 5.I have 4 tabs (I've tried tabs with and without a
title
) and my layout is defined as:...and I've even tried different heights, still, the icons are top aligned. I'm using
24dp
icons generated in the Asset Studio with 0 padding, and the only difference I see with and withouticonsOnly
is that the icons change size (larger when using iconsOnly), but still remain aligned in the top section of the view container.The only manipulation I do on the
BottomBar
is addingOnTabSelect
andOnTabReselect
listeners...The text was updated successfully, but these errors were encountered: