MadAxon

Results 4 comments of MadAxon

just call `bottomBar.selectTabAtPosition(2);` before you set `bottomBar.setOnTabSelectListener`

Hmm... But it's working for me. I did this way: ` bottomBar = findViewById(R.id.bottomBar); bottomBar.selectTabAtPosition(1); bottomBar.setOnTabSelectListener(new OnTabSelectListener() { @Override public void onTabSelected(@IdRes int tabId) { switch (tabId) { case R.id.tab_home:...

https://github.com/liuguangqiang/SwipeBack/issues/42

So, I created a new project which contains only one activity and only one xml. But issue is the same. Launched on emulator(19 API) > MainActivity.java ``` package com.example.homesystem.myapplication; import...