How to create bottom navigation bar similar to instagram

前端 未结 5 2052
臣服心动
臣服心动 2020-12-29 17:18

I am an android newbie trying to create a bottom navigation bar for my new android app similar to one there in Instagram. Like this where clicking on the search icon adds a

5条回答
  •  情话喂你
    2020-12-29 18:10

    If you want a library for BottomBar here's one. You have to control Visibility of your SearchBar on the click of that bottom bar item. If you are trying to implement your own searchBar then check out this links link1 link2

提交回复
热议问题