BottomBar v1.3.5 Release Notes

    • ๐Ÿ”€ Merged some pull requests.
    • ๐Ÿ›  Thanks to @henhal, now the unselection bug when using badges is fixed.
    • ๐Ÿ—„ Deprecated the setItemsFromMenu(@MenuRes int resId, OnMenuTabClickListener listener) method in favor of two separate methods: mBottomBar.setItems(@MenuRes int resId) and mBottomBar.setOnMenuTabClickListener(OnMenuTabClickListener listener). Not only because deprecating stuff is so fun (it is), but because this actually makes more sense than the old approach. The old approach still works.