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
Try changing the android:layout_width="wrap_content" to android:layout_width="match_parent" o listview.