I\'m having a problem including a different layout through the include tag in the android layout xml file. When specifing the layout reference ( @layout/... ), i\'m getting
If anyone stumbles upon this thread looking for this error:
Caused by: android.view.InflateException: You must specifiy a layout in the include tag:
Make sure you do:
and not:
layout should not have android: in front of it.
layout
android: