How to build a simple layout to add a bottom menu in Android Layout [closed]

StackOverflow https://stackoverflow.com/questions/20718162

  •  20-09-2022
  •  | 
  •  

سؤال

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.

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top