Hi, I am trying to add scrollview to linearlayout but it showing error like "ScrollView can have only one direct child".. I tried like this Scrollview scrollview = new ScrollView(context)
linearlayout.removeAllViews(); linearlayout.addview(listview) scrollView.addView(linearlayout); Can anybody point out where i am doing mistake. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

