0

Is it possible to put existing custom layout into another layout(in xml) in Android?

iTayb
  • 12,373
  • 24
  • 81
  • 135
Taras
  • 2,526
  • 3
  • 33
  • 63

1 Answers1

3

You can use this

<include  layout="@layout/customlayout" android:id="@+id/id" />
Nermeen
  • 15,883
  • 5
  • 59
  • 72