ReadableBottomBar
ReadableBottomBar copied to clipboard
Fixed 'selectItem(index : Int)' not working
Fixed selectItem(index : Int) not working when called from onCreate in an activity. It happens because none of the BottomBarItemView items have been layed out yet so childCount is 0 which is used by ReadableBottomBar to enumerate child views during selection.