Question

I am a new Android Programmer. When building a Android App, I need to add a bottom menu in Android Layout. Any idea to guide me to do this? Thanks.

Was it helpful?

Solution

Use a relative layout for your root view. The menu will be a linear layout with horizontal orientation and you will place your styled buttons there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top