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
Post a Comment