To be honest, Google does not recommend using such a navigation method. This kind of bottom tab navigation is commonly used on IOS, and compared to the side-sliding menu advocated by Google, it is quite good, but because many Android phones have The keys are virtual, so it will cause a bad experience. However, Google still has a control to directly implement this navigation method. In addition, RadioGroup and RadioButton can also be used.
Google provides a new control to achieve this.
To be honest, if the phone has virtual keys, it would be too ugly to have a navigation key underneath.
To be honest, Google does not recommend using such a navigation method. This kind of bottom tab navigation is commonly used on IOS, and compared to the side-sliding menu advocated by Google, it is quite good, but because many Android phones have The keys are virtual, so it will cause a bad experience.
However, Google still has a control to directly implement this navigation method. In addition, RadioGroup and RadioButton can also be used.
The effect should be the same as this
https://github.com/aurelhubert/ahbottomnavigation
It should be the BottomBar produced by Google that can achieve this effect