-
Notifications
You must be signed in to change notification settings - Fork 103
-
Line 324 in 3572fc2
fun setLabeled(labeled: Boolean?) {
fun setLabeled(labeled: Boolean?) { this.labeled = labeled bottomNavigation.labelVisibilityMode = when (labeled) { false -> { LABEL_VISIBILITY_UNLABELED } true -> { LABEL_VISIBILITY_LABELED } else -> { LABEL_VISIBILITY_AUTO } } }```
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment