How can i create and adjust the following bottom navigation bar?
Use Bottom Sheet. Go to some tutorials. You will find exactly what you want
Related
I'm trying to implement a Bottom Navigation Bar in android. I have implemented the basic design and functionality but need to make a change in the design.
I need the center Icon to be Enlarged so that it looks something like the image above.
I cannot seem to find any way to do that.
Will i have to make a custom class for that?
You can use this library to achieve bottom navigation like this
https://github.com/armcha/Space-Navigation-View
I am trying to accomplish a popup menu Popup Menu
for my android app, with a custom app bar/ toolbar placed at the bottom.
I have already tried with the options menu and custom alert dialog but seems there must be a simpler way, am I missing something?
What is the best-suited way to achieve this menu design?
Do I need to use custom navigation drawer if not then please help.
Edit : As #Blackbelt suggested Bottom Sheet Dialog, which looks fine but it is covering my bottom app bar and I am not able to set any Margin Bottom for it. Please help.
Thanks
I want bottom bar in application home page and top bar also what i can do for it
for create bottom tab bar
http://envyandroid.com/align-tabhost-at-bottom/
but be carefuller http://developer.android.com/design/patterns/pure-android.html said avoid to use bottom bar..
I hope this help you...
this can be done by using toolbars. You can use one as ActioBar and another one for a buttom bar.
Have a look here:http://www.vogella.com/tutorials/AndroidActionBar/article.html
I want create navigation drawer in the bottom , when click button open navigation in bottom to up
like this in link
http://imgh.us/Screenshot_2015-08-13-21-27-20_1.png
The default Navigation drawer does not work that way. Consider using
https://github.com/wunderlist/android-sliding-layer-lib
It allows you to configure a view/layout(with your content) that can slide into your screen from any direction.
This answer may be too late for the original asker, but you could get this effect by using a Sliding Drawer. It has since been deprecated, however, there are some nice open source alternatives around, like the ones in the links below:
https://github.com/umano/AndroidSlidingUpPanel
https://github.com/wunderlist/android-sliding-layer-lib
https://github.com/Ali-Rezaei/SlidingDrawer
Is it possible to use the NavigationDrawer as menu coming from top to bottom instead of left to right?
This is umano app's sliding up panel, I used this in my app, You can easily convert it to top to bottom
https://github.com/umano/AndroidSlidingUpPanel
Yes , ofcourse you can but it may create a confusion between the notification screen of android OS and your apps navigation drawer so its a good practice to put your navigation drawer either from left side or from right .
for more info you can have a look at this articles
http://developer.android.com/training/implementing-navigation/nav-drawer.html
http://developer.android.com/design/patterns/navigation-drawer.html