Common buttons or tabs at bottom for every activity

后端 未结 1 875
青春惊慌失措
青春惊慌失措 2020-12-30 17:45

I want to put some shortcuts or buttons at bottom of every screen/activity. I understand we can do that by using framelayout/ relativelayout, tab widget etc.

Since,

相关标签:
1条回答
  • 2020-12-30 18:02

    Hallo,

    You can use the xml tag:

    <include layout="@layout/commonfooter" />
    

    to include whatever you have in your commonfooter.xml layout file in another layout xml.

    Hope that helps!

    0 讨论(0)
提交回复
热议问题