I have LinearLayout whcih contains Buttons and ListViews. After getting many buttons and I decide to put that LinearLayout into ScrollView but after putting ScrollView my Li
Do one thing try giving hard coded height to your listview for example android:layou_height="100dp" and it will work but this is not recommended.