Open pchmielowski opened 4 years ago
The spec explicitly recommends against truncating / ellipsizing text and cautions to avoid wrapping text.
@wcshi Yes, exactly - that's why this setting would be useful. I've suggested a possibility to set app:onLabelOverflow="ellipsize"
because this is a default behaviour right now and it would be nice to keep the backward compatibility.
The same question for me. I need similar solution because I need to translate application to other languages, and in some cases, menu label may be ellipsized in the end and look ugly.
Is your feature request related to a problem? Please describe. I'd like to have an option which makes long labels on
BottomNavigationView
be wrapped instead of ellipsized, like in this example:Describe the solution you'd like Possible solution would be to add new view attributes, such as: