Is BottomNavigationView supported in SDK 22?

て烟熏妆下的殇ゞ 提交于 2019-12-13 22:12:33

问题


It is a simple question.

Can I use BottomNavigationView in sdk 22?

I tested with emulator with sdk 22, and it seems to work well.

But, BottomNavigatoinView is released in SDK 25. Does the provide backward compatibility?


回答1:


BottomNavigatoinView is released in SDK 25

I am uncertain where you determined this.

BottomNavigationView is part of the Design Support library, which is being migrated to the Material Components for Android (for when you migrate to AndroidX).

Both implementations work back to API Level 14.



来源:https://stackoverflow.com/questions/51464751/is-bottomnavigationview-supported-in-sdk-22

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!