Is it possible to put existing custom layout into another layout(in xml) in Android?
Asked
Active
Viewed 78 times
0
-
@Axarydax thanks for your answer, can you show me some example? – Taras Nov 23 '12 at 09:51
-
2ya use
– Padma Kumar Nov 23 '12 at 09:52
1 Answers
3
You can use this
<include layout="@layout/customlayout" android:id="@+id/id" />

Nermeen
- 15,883
- 5
- 59
- 72