android - Add a view to a listView and to a scrollView -



android - Add a view to a listView and to a scrollView -

i seek add together view scrollview , layout (linear or relative doesn't alter anything) in same controller

relativelayout header = (relativelayout)((layoutinflater)getsystemservice(context.layout_inflater_service)).inflate(r.layout.frame_header, null); mlistview.addheaderview(header); mlayout.addview(header);

but when that, crash with

java.lang.classcastexception: android.widget.linearlayout$layoutparams cannot cast android.widget.abslistview$layoutparams

moreover, when assign view listview or layout works perfectly..

anyone has thought solve problem?

a view can have 1 parent, want not possible.

android android-listview android-linearlayout

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -