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,
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!