0

So, I have an XML file with a RelativeLayout as the root. Can I set this file to a RelativeLayout (not the root) in another file?

user8199688
  • 53
  • 2
  • 5

1 Answers1

0

Yes, trought:

<include layout="@layout/theFirstRelativeLayout />
Marcos Vasconcelos
  • 18,136
  • 30
  • 106
  • 167